home / aphis

inspections

APHIS inspection records for licensed facilities. 110,000+ inspections from 2014–present with violation counts and links to official reports.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

6 rows where cert_number = "63-C-0158" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: teachable_moment_count, inspection_date (date)

inspection_type 0

id cert_number inspection_date ▲ inspection_type critical_count noncritical_count direct_count teachable_moment_count pdf_url pdf_local_path
69e5b9d874b47faa RONALD MAYNARD 63-C-0158 2020-03-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfIk&d=%2Fa%2F3d000000pUHB%2FXxVvpxNCWJitS9Mjzc45quddmYi6Yx0lhOfpCsbG0io&asPdf=false  
789d0a7f6f2a3f87 RONALD MAYNARD 63-C-0158 2019-03-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgevP&d=%2Fa%2F3d000000pdu1%2FUb0xsSm8cS6hFGuuz6lHmskmyR_VNAB6HC6s9s4R7Fc&asPdf=false  
089bad75818f7fef RONALD MAYNARD 63-C-0158 2018-01-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcFg&d=%2Fa%2F3d000000pbeS%2FKRlAsNva.Uezsg5U8bo0pk4TO_aiiREb57Ary8nK2u0&asPdf=false  
ccc5eb3cca517aa0 RONALD MAYNARD 63-C-0158 2017-01-24   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgciU&d=%2Fa%2F3d000000pXKV%2F2J1ylasbNi2qVSfCia1uKmnUMKju3JZfg6xn57l4YkI&asPdf=false  
6a7263fc1adc8f88 RONALD MAYNARD 63-C-0158 2015-11-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc2q&d=%2Fa%2F3d000000poPC%2FnGs..jrCgHE.GE9CU4pHaeHL7dX0LrPniXhDFZn5FB4&asPdf=false  
700653c978665e2e RONALD MAYNARD 63-C-0158 2014-08-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbXx&d=%2Fa%2F3d000000pddB%2FwQyrajRsPduyHqxXRfzHLcItqegoqMFOUDTF54n59N8&asPdf=false  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE inspections (
    id TEXT PRIMARY KEY,
    cert_number TEXT REFERENCES facilities(cert_number),
    inspection_date TEXT,
    inspection_type TEXT,
    critical_count INTEGER,
    noncritical_count INTEGER,
    direct_count INTEGER,
    teachable_moment_count INTEGER,
    pdf_url TEXT,
    pdf_local_path TEXT
);
CREATE INDEX idx_inspections_date ON inspections(inspection_date);
CREATE INDEX idx_inspections_cert ON inspections(cert_number);
Powered by Datasette · Queries took 451.027ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API