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 = "34-A-0205" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
9f906ce11f77a5d9 DANIEL COBLENTZ 34-A-0205 2016-11-17   0 16 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwGk&d=%2Fa%2F3d000000poes%2FU.2PsFZwofD_Jszm.1Mgp0b5twX5Nz28Lm1Vm2eoX7w&asPdf=false  
d03604b6a0aa40b9 DANIEL COBLENTZ 34-A-0205 2016-09-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfkM&d=%2Fa%2F3d000000pbiL%2F3uEQmKT0eUQVDCwY7p1DqC_JTIItQ9Fk2NiU6nvBDww&asPdf=false  
e4ec5ab6d199e702 DANIEL COBLENTZ 34-A-0205 2016-07-27   0 6 2 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnvxP&d=%2Fa%2F3d000000pdVe%2FY1DzFryGBP7shEGnLjFCwDIphPz8sXapSictd1a9P5w&asPdf=false  
08eab160ada49e26 DANIEL COBLENTZ 34-A-0205 2016-06-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjLv&d=%2Fa%2F3d000000pSfy%2FoEwOz4NbWV.Aqv4rZXNZH1SvIbsf6wfhGK7ewa6SigY&asPdf=false  
d873d0c10d233653 DANIEL COBLENTZ 34-A-0205 2016-01-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb26&d=%2Fa%2F3d000000pS3C%2FwQ_rg.0XvU6AAiU2NuszMsvYRMjLajoPAyD8T.ZQHPU&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 369.103ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API