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 = "32-A-0807" 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
c0c1060449c02fbc Amos J Schmucker 32-A-0807 2025-02-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000No8Zt&d=%2Fa%2FSJ000002ExvB%2F4dJI32V0kOtAcFD1YPGattnwZpyr9Q6MHplZeBXXbew&asPdf=false  
dae78e67b84342de Amos J Schmucker 32-A-0807 2023-12-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BDAcy&d=%2Fa%2F3d000002CVGx%2FdVXt57f8kf1YNERBNL5RYgedaUYiweRlME0ybzSlU0I&asPdf=false  
bff5bf90e8616a07 Amos J Schmucker 32-A-0807 2023-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ARcod&d=%2Fa%2F3d00000221rp%2F9dMOvd7FM5n_MSjyUTueZVvff2iC7p5jw9WS1GEHG3U&asPdf=false  
ef6f946b5069d056 Amos J Schmucker 32-A-0807 2021-07-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMgFf&d=%2Fa%2F3d000000pghh%2FmDtQL8lXO6jurG0mu.iDhkIlhorAQV4A1fcYpMgfiQc&asPdf=false  
5374c82e5d33ea15 Amos J Schmucker 32-A-0807 2020-02-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglHu&d=%2Fa%2F3d000000paee%2FS2CojZfhVQ1A4L9el6CUeRsg.3VRipjsSKTkS01xxT8&asPdf=false  
67832de001d7acaf Amos J Schmucker 32-A-0807 2019-11-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb2W&d=%2Fa%2F3d000000pdcg%2FB_tOsg.jYXfiX3tsftPdE25yKXQDpDU8j64pAqWvgII&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 5.642ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API