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 = "33-A-0533" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
37405ead05d50f3e MARILYN MILLER 33-A-0533 2019-06-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiQF&d=%2Fa%2F3d000000pS6P%2FJdC.JOxz7kZpjlkoOwiu28_S4GgWE2_eltv1meUzmq4&asPdf=false  
4db2f529fdefcaab MARILYN MILLER 33-A-0533 2018-07-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi9u&d=%2Fa%2F3d000000poYx%2FtNHWtOIA4DeuzaHxSa49ZMcQm5MGlf_rkPY_peXUQ.U&asPdf=false  
6dad4e98e45173ed MARILYN MILLER 33-A-0533 2017-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm59&d=%2Fa%2F3d000000pmaN%2F.dfK61huSwe.VGuBZ8ipYPVb8y_aslvCNeCJDSrGswI&asPdf=false  
6bfd7d8da1be802a MARILYN MILLER 33-A-0533 2016-01-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjgq&d=%2Fa%2F3d000000pghM%2F_9MdNHE9ceWoeBxq.6pLO2cDky8oum2I9MsIRVyzZXE&asPdf=false  
9d469edf0f8ea74c MARILYN MILLER 33-A-0533 2015-02-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW5k&d=%2Fa%2F3d000000pfx0%2FEm96j_Xg02KhaQtP9ZQzGc7Aci2Q_b6WF5CkKI15G4g&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 163.51ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API