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 = "81-A-0052" 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
f8f9301b7535394b Lindsey Bessette 81-A-0052 2017-08-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egezg&d=%2Fa%2F3d000000pSZE%2Fkbl6fBwwiU7Y_XFULsO1pAggmaWZ9RdSvrXlk1YQBRs&asPdf=false  
f833a91bd8271d49 Lindsey Bessette 81-A-0052 2016-11-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf9H&d=%2Fa%2F3d000000pkcm%2FDe7if79o5enOF1ONaZ813s9lPMMZkhrspKfDSK5LNmg&asPdf=false  
09f5fb20b85a115e Lindsey Bessette 81-A-0052 2016-06-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdzn&d=%2Fa%2F3d000000pTHS%2FbqjfEV_l4wuBVbUO24gWoMvNW4V3KZZFdTItTxbN._Q&asPdf=false  
47bea89b45c1b713 Lindsey Bessette 81-A-0052 2014-12-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjXY&d=%2Fa%2F3d000000pm3h%2FDNOthY8CpDbeTEMZetzRl2keqvspQ8Cfb6aonColkmI&asPdf=false  
7d5e80d94e47860a Lindsey Bessette 81-A-0052 2014-05-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egksf&d=%2Fa%2F3d000000pROo%2FcWaQgYRdfPi64Yi13mE.KTKHrg8h8v0rSJAo9Y_HwMA&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 3.745ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API