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 = "63-B-0197" 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
88cfd903849b5f46 Eric Wilson 63-B-0197 2023-03-14   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uUMQ&d=%2Fa%2F3d0000012riT%2FS8T4XbuLCDgoMFFLv0IXN8_d9z0S1WwSEICsAulclM4&asPdf=false  
4397dc098f39c19a Eric Wilson 63-B-0197 2022-09-06   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw6Zv&d=%2Fa%2F3d000000pZ5T%2Fz0pp4uNdTEHzCV0gxZ4hnzlPJxIUXHEsZo9QDEY5XSA&asPdf=false  
440619b15f070102 Eric Wilson 63-B-0197 2022-06-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxIvn&d=%2Fa%2F3d000000pYtR%2FKnwDI.xafJXJWNOSpReaN9z3llSQSCzXhg3dMAQP7Ns&asPdf=false  
b938a974c42a7f18 Eric Wilson 63-B-0197 2022-03-24   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwRMs&d=%2Fa%2F3d000000pYtV%2FrnbJHXJV84NAEB_Uj1Gtin1skLONby7EwkKIdJvnmWc&asPdf=false  
1d8e99aae946cbfa Eric Wilson 63-B-0197 2021-11-04   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8TYO&d=%2Fa%2F3d000000pYtt%2FqGYJ5jdMoApw9Xl9K0hwfb87l.ExM1ms1oQWWctAQU0&asPdf=false  
217d5752b7e3cab7 Eric Wilson 63-B-0197 2021-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NGyo8&d=%2Fa%2F3d000000poPP%2FaQLmIMJYUUnRmZ0hh6v4gF7EKBtfuPlFKNAUSSN2qzk&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 376.835ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API