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 = "84-A-0199" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
52efd800fe89fb5a Karen Becker 84-A-0199 2020-03-04   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgluQ&d=%2Fa%2F3d000000po1S%2Fpolp9mw0e6x_Et8MzBDJ7gxXV5ZJukUCA6MXaeD2qMk&asPdf=false  
bee99a2908cc8565 Karen Becker 84-A-0199 2019-06-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmS3&d=%2Fa%2F3d000000pnnS%2FiK6sDdQG8i6Y.Zuoc4Y3X5M6odTN6kg.OTWS5TqQg5w&asPdf=false  
113157c49fa81d80 Karen Becker 84-A-0199 2018-02-06   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwnx&d=%2Fa%2F3d000000pbhL%2F5F56AvWDcED0aP4d24ty17jDxsI52rtWSXfAbCZ4igo&asPdf=false  
5abb47d209af1520 Karen Becker 84-A-0199 2017-05-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglpB&d=%2Fa%2F3d000000pkb6%2FweCv7niq1f_JIiZJJRmKs54hw41KuE9ia5btMJyv1Mg&asPdf=false  
ccef2ac4464f93b3 Karen Becker 84-A-0199 2016-04-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX4y&d=%2Fa%2F3d000000pTAu%2FDdCDMwwVRioCPDBkogkE6p.D67LTBeyj7UHM45EW10k&asPdf=false  
07e0eabe55c6e6b7 Karen Becker 84-A-0199 2016-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeJB&d=%2Fa%2F3d000000paiB%2Fi60coZkVyggk0pizkhShb9i1c8x2VLWDYp8xfKkfQc8&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 4.955ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API