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 = "35-A-0339" 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
56abccb668382dbb ELI KING 35-A-0339 2015-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnat&d=%2Fa%2F3d000000pWeD%2F00JqpErhWDuTfCztpw_irY4jv02nI.eWz3.rnQ.cKZM&asPdf=false  
41f50ef2741dbdcd ELI KING 35-A-0339 2015-10-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglxZ&d=%2Fa%2F3d000000pWuK%2FTtGgXeCeJGKScSfB0aNchmXQ5Gf2v2gdpuLq6NX.VRU&asPdf=false  
0924e2d53147f7d9 ELI KING 35-A-0339 2015-03-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm21&d=%2Fa%2F3d000000pmte%2F_DJ8R9kZYfZ38MvW3MdZzdUIakUkdqux.mB6Oxjd7i8&asPdf=false  
d26794e0be4c879f ELI KING 35-A-0339 2014-08-20   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXfI&d=%2Fa%2F3d000000pnHC%2F2N5HrWxQqJJUXFXu5nDLfy_yIUBBsnsP.gIPSrz_bDQ&asPdf=false  
7373f846922038e8 ELI KING 35-A-0339 2014-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiQn&d=%2Fa%2F3d000000pgge%2FC8R9XpuwLwd1d_nBYo8LObCJmgNgchGFHxcJsXrvioY&asPdf=false  
72b9cb7c75c2c20f ELI KING 35-A-0339 2014-01-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYkY&d=%2Fa%2F3d000000pnVn%2F1MMJX22V.l_MLUDgRav5fA5AdWasOUJxhddWJDIpslc&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.968ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API