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 = "34-A-0231" 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
e5b5c2f123b84317 NATHAN STEURY 34-A-0231 2022-10-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awtwh&d=%2Fa%2F3d000000pWES%2F2tBNUYa1lfnrv5HtXl4g.EG5RiwaA6y6MQ2Dr6Vs5IA&asPdf=false  
528cd33105871c7c NATHAN STEURY 34-A-0231 2022-07-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxsft&d=%2Fa%2F3d000000pWDy%2FYGCCblndslwoxijFLN17hjMyk7dMyJfa2QcMQiw1SLc&asPdf=false  
def5822ca719e964 NATHAN STEURY 34-A-0231 2022-06-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxIp6&d=%2Fa%2F3d000000pWE3%2Fwik5UmhNJn9figffo8XHc98bFFg32NEEFYBqrXu6TyM&asPdf=false  
acbf31e81abf213f NATHAN STEURY 34-A-0231 2022-03-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwU7v&d=%2Fa%2F3d000000pWCe%2FQTQVMEeMOaPxC1fjaD2OkfcMvtCsq896nZaS.LWk6cs&asPdf=false  
5ac5730a7b9cd689 NATHAN STEURY 34-A-0231 2021-04-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NgwuM&d=%2Fa%2F3d000000pWE6%2FMZslIIVCQ6_znNXw2DSiKyDDCX0cHHsBKnNV6eqww54&asPdf=false  
977763aa51560e15 NATHAN STEURY 34-A-0231 2020-10-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyGhD&d=%2Fa%2F3d000000pWDR%2FPD8_VQxhfJMIbhenC_Sgtz9yuF.X0Z5CHvdLcoVXC28&asPdf=false  
f15ad785ab85973f NATHAN STEURY 34-A-0231 2020-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaWp&d=%2Fa%2F3d000000pWDA%2F69wZZ06.Tfk68RuWAgAl84t62KDx28E2LNQ2AoA5nr8&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 1280.986ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API