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 = "33-A-0607" 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
60551f7ada296646 David Miller 33-A-0607 2024-01-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BgCjN&d=%2Fa%2F3d000002LTxB%2F0aBMdC5YyuMbzccrBgXFGe4CYc9.Ld4X9BsQ._Yc7rQ&asPdf=false  
9e47fe9243e5aed6 David Miller 33-A-0607 2023-12-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BPeEn&d=%2Fa%2F3d000002GEFE%2FBIWdnH1i.isWhhZlKSBeudOtrahNCASGZ5rKFHPI49w&asPdf=false  
591961d9bc28a7eb David Miller 33-A-0607 2023-12-18   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BOnEd&d=%2Fa%2F3d000002FwKj%2FiYlNOVQ3TY50SadhXSLhRnuYQYYRXsv0YJpZjZnBErA&asPdf=false  
1a3f67fc41ed798a David Miller 33-A-0607 2021-05-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhBL8&d=%2Fa%2F3d000000pXKj%2F1fzJrFhLGS5QwyPimGFpT7utmK_wYE4Itf_igPnJ1Yw&asPdf=false  
101affdd9b9eb20b David Miller 33-A-0607 2020-11-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyNXw&d=%2Fa%2F3d000000pkNy%2FzOJhIfafS45XG5JSg9Up1laN85Tg94l13wtiQkgSwcg&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.309ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API