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 = "58-A-0302" 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
05e2d21feccf0f2f DONNA JO SHIVLER 58-A-0302 2018-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglVI&d=%2Fa%2F3d000000pSus%2FuRuJMHj_bVhhFqlxj85McvHSACH8rzWX7goFit4npIs&asPdf=false  
ba5175032dcc322e DONNA JO SHIVLER 58-A-0302 2018-03-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg7f&d=%2Fa%2F3d000000pbc1%2FGLKwERlEiL6TbOs8pG9ngAnzHVA6v3_uiZ3LG9DUq6M&asPdf=false  
5fb611edb2492804 DONNA JO SHIVLER 58-A-0302 2017-04-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglgl&d=%2Fa%2F3d000000pSWB%2FyIQkO9S1.kYb35EVs_Jj50dETRJnRaBZJxVGG3ceFXM&asPdf=false  
1b7f5dfa67e214ab DONNA JO SHIVLER 58-A-0302 2016-03-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggoE&d=%2Fa%2F3d000000pU9o%2FiHFLK2RbAUvj3PQMxRxFvDELinERECaC8o5DvJTdA9U&asPdf=false  
c1e31cf4a7864cd8 DONNA JO SHIVLER 58-A-0302 2015-03-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega25&d=%2Fa%2F3d000000pRbO%2FBvGBLABlVfP0lKEYot.4zj71l0y.W.RisU2xMl.64yQ&asPdf=false  
e84920c51faa772a DONNA JO SHIVLER 58-A-0302 2014-03-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege6p&d=%2Fa%2F3d000000pUsz%2FnJpUgzy4QF9AKJbbZq19VQ.bjgntFTcZV9CpAwUcWFU&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 1108.708ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API