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

8 rows where cert_number = "23-C-0024" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
1552b2da505cffec GERALD BROWN 23-C-0024 2019-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcyh&d=%2Fa%2F3d000000pmdm%2FBqzyIhle4iE27A7p15N4fJWBpO1_Cun1p5AgVTBAYms&asPdf=false  
001c451ab81f6428 GERALD BROWN 23-C-0024 2018-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglmt&d=%2Fa%2F3d000000po85%2FnMvgh8P6CxTsDiEnWuKdbpX1XwNQMWLUJORpXrfru6c&asPdf=false  
87d41bc3db49461b GERALD BROWN 23-C-0024 2018-09-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggpu&d=%2Fa%2F3d000000pm5W%2FO2IYzmjLD5wLNuXQztx9MSiCBV6m74FHozYnhcbbIhE&asPdf=false  
133238af6bcf78b0 GERALD BROWN 23-C-0024 2017-10-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjcd&d=%2Fa%2F3d000000pmkD%2FI.CI1ux3bUBQXMLhQdftTYulJMWtI91D8A7gogkeosI&asPdf=false  
8d26d6e1f11ce88b GERALD BROWN 23-C-0024 2016-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmFE&d=%2Fa%2F3d000000pTAK%2FYBJdyMt8phc9qH1DVGGH07j0A98sthPi0y_vLppDFEk&asPdf=false  
8402c8fbceefb948 GERALD BROWN 23-C-0024 2016-02-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmIS&d=%2Fa%2F3d000000pjk4%2Fy39xvoGNVmJK.izDh8WwR81VvfyaXaznOLAff1Tqn6Q&asPdf=false  
71df14550b076932 GERALD BROWN 23-C-0024 2015-03-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmDu&d=%2Fa%2F3d000000plCu%2Fd7hKgHfMjPIUf1p_BnjeS4VbXCnRDOI5iQLj5uxRQF8&asPdf=false  
674ca25be6291f11 GERALD BROWN 23-C-0024 2014-03-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmlE&d=%2Fa%2F3d000000pXBv%2F1We4RxL7cnv7FLZSTLhmuKSphxCOZhm2u9dVuxYwLHg&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 2446.758ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API