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 = "46-A-0190" 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
d3fa7e73d3904048 ROBERT ENGBRECHT 46-A-0190 2016-07-12   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVrz&d=%2Fa%2F3d000000pnw7%2Fdz_Dxi7srcpE4zof5Mu4k1WOXTU_OMMA0UG1NoeBExw&asPdf=false  
bd4076a61c12007c ROBERT ENGBRECHT 46-A-0190 2015-10-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfEi&d=%2Fa%2F3d000000pSGe%2FsHV0m8wmldO.4akmkVEPK21NKqVqlr0KlgPAiAL2deo&asPdf=false  
411a737708d9d7af ROBERT ENGBRECHT 46-A-0190 2015-10-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege4N&d=%2Fa%2F3d000000pdjL%2F2Yz3g9YsIjjYqIfhFbhNgOGvNqm4uBpHSvTGJqz.WsA&asPdf=false  
31cd74666bcae330 ROBERT ENGBRECHT 46-A-0190 2014-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgecZ&d=%2Fa%2F3d000000pkHo%2FfAQWdJ.OP1dnMyfNYDWvodhQJMtitDH458_Ba4IvoV4&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 190.625ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API