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 = "88-T-0004" 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
bcb4ce154250982f EDDIE MILLER 88-T-0004 2018-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmne&d=%2Fa%2F3d000000pf59%2Fw0KXDMHFW3NYf8..p6MitYHYOnom8jtMygkuKQet9CA&asPdf=false  
e1cb1452d2755ce1 EDDIE MILLER 88-T-0004 2017-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoEz&d=%2Fa%2F3d000000pmW5%2FpovrrbOmtjWkDtlQ30atvms8zgZiq3rKSfErl6KcrYo&asPdf=false  
9d19998e6d781dca EDDIE MILLER 88-T-0004 2015-10-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoQ9&d=%2Fa%2F3d000000pmaJ%2FLT_KOtfx_LcRcg5c9bXeLk4yVnJA7dpcIr9iZj2bmiA&asPdf=false  
4db667c83653351e EDDIE MILLER 88-T-0004 2015-06-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnkd&d=%2Fa%2F3d000000pT4b%2FWWtKRnFLu22.pZjapBi_vMnIqd1lIhgE6LhinwgxoV0&asPdf=false  
7aabcb8f6e992264 EDDIE MILLER 88-T-0004 2014-06-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmzA&d=%2Fa%2F3d000000pSoI%2F7YYhOlIVXbRjYXxnHQaFs3E96QND5Y68DJ2OwYt4Mk0&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 14.6ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API