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

7 rows where cert_number = "43-A-5611" 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
d02d288654b9f994 ANGELIA KOCHS 43-A-5611 2018-11-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggqS&d=%2Fa%2F3d000000pRCo%2FQM4m8TwoBInpmnCsezV4SO1smKtW8fFatLbvPGvZXgI&asPdf=false  
b971f137db0d768c ANGELIA KOCHS 43-A-5611 2017-08-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcSS&d=%2Fa%2F3d000000pWxz%2FZbdIhcDJh0GLIi88oLypvFkQ3_JehfgCv27rv9aahkk&asPdf=false  
207cbc3bd1e35afc ANGELIA KOCHS 43-A-5611 2017-05-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjc2&d=%2Fa%2F3d000000pdVd%2FbIZDCbxscJ.vTbJGA9mcZPlskTM4cQjGgnGSHDrR2eM&asPdf=false  
bd46db21f2a40f64 ANGELIA KOCHS 43-A-5611 2016-04-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXQ8&d=%2Fa%2F3d000000pnEq%2FmtZNmsAgxqLFNKiAEa4tbK5rEuWkr.8PfmH_.OMRr2Q&asPdf=false  
4366b98935365b1a ANGELIA KOCHS 43-A-5611 2015-03-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeAy&d=%2Fa%2F3d000000pUIu%2F8F2n_KEtYRJw7UU4hdwmWmQPdUGRm_t0gkq9psutYZk&asPdf=false  
2f0f1063533d52ae ANGELIA KOCHS 43-A-5611 2014-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfZD&d=%2Fa%2F3d000000plzY%2F6ueGOtaHhZ2Pvmdkj9Lh4yTzpitKMXNzao9SZ58WyPc&asPdf=false  
c7b461dd42517891 ANGELIA KOCHS 43-A-5611 2014-05-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnxaf&d=%2Fa%2F3d000000pWx8%2FdT8bk2HdZdmkmaXX1MgdLbdXOjKCzQfK.HVHUZyWTtI&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 630.734ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API