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

4 rows where cert_number = "31-A-0178" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
d5a8089b17ac0c1a ADEN YODER 31-A-0178 2015-07-21   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx59&d=%2Fa%2F3d000000pWhj%2FDw6In5vhZ.raxe211XEbplEFtjoeoP56t.eGUz2HxCA&asPdf=false  
e0e2fa435d778157 ADEN YODER 31-A-0178 2014-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkkr&d=%2Fa%2F3d000000piDN%2FFXc9PxkeiiZyXs.jU0O0OzztYVfETDD40CiQJujgrPE&asPdf=false  
09e751fa6fb97256 ADEN YODER 31-A-0178 2014-06-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfyC&d=%2Fa%2F3d000000pmWQ%2FWIMKqkBp83XGujCkD1Clwvn_Dka091Gf_qOOETj8Oh4&asPdf=false  
a1a9b13eb997c7da ADEN YODER 31-A-0178 2014-06-03   0 1 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX3m&d=%2Fa%2F3d000000pUeE%2Fb2Vwb16WkpBadIP_n6JHRHF7yk7l2Naf1LJcTqQbCKA&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 4.524ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API