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

5 rows where cert_number = "86-A-0095" 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
71f09bf59d6189f4 MICHELLE BRENNER 86-A-0095 2019-04-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghhC&d=%2Fa%2F3d000000pTPR%2FNZ.WaRkxzHCwGl_6cl99lCeaGhchxe4dP.7vMaxaqNg&asPdf=false  
6aca9b98103ae1e5 MICHELLE BRENNER 86-A-0095 2018-07-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghRA&d=%2Fa%2F3d000000pfur%2FscmGhNoLE_sBrb8qIfQGlZhrLl..cn232MBv8G9DHQM&asPdf=false  
d58cd8ec9d6a28f7 MICHELLE BRENNER 86-A-0095 2017-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghaH&d=%2Fa%2F3d000000pk7d%2FK08bNUU7KUED5gyacyck2tzFKnNy6l2RVe79gu20c5A&asPdf=false  
c5e160832971dc22 MICHELLE BRENNER 86-A-0095 2017-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghdG&d=%2Fa%2F3d000000par4%2F__qVD9RlF9qFnObVlcf4u0rNFKoANycfLlq6mQb0jcw&asPdf=false  
4705fac845c82c6d MICHELLE BRENNER 86-A-0095 2016-10-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdsr&d=%2Fa%2F3d000000pWrY%2FaWQLM8wQKeSUM0uoacE0VoMrMEXd2U2h1fcBTPXcKWk&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 3.492ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API