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 = "73-A-2825" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
c3be0a54ccf63374 Dale Miller 73-A-2825 2025-03-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000QaQZm&d=%2Fa%2FSJ000002dINJ%2FyG5i7gDssEIdsWaqF2KxARvQnKMrKQliCA7hGdEpVyI&asPdf=false  
c1a54e96d98879cb Dale Miller 73-A-2825 2024-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Grcni&d=%2Fa%2FSJ000001LpGg%2FAWESRNvmoUtf1MM1wCQmtIKSzsJKTxJanA7yQxvAFDU&asPdf=false  
241e026e51fdd9ff Dale Miller 73-A-2825 2023-08-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009uRUv&d=%2Fa%2F3d000001neHL%2F76ej3hSlyx7Od55YPnJjFN3crTc5NJJCCKs8zT1T0e4&asPdf=false  
f6e258edf4685b15 Dale Miller 73-A-2825 2022-08-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yy5jO&d=%2Fa%2F3d000000pXz6%2FDdC2m9oe2eZ.XJv3.kMnq1tT1MF3YvJDIY.yGIWGfrc&asPdf=false  
0a76494bfb7c4e7d Dale Miller 73-A-2825 2022-03-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwTMB&d=%2Fa%2F3d000000phIE%2Fc7525mmf5XHON2nZlA_CcswEq_q.dYIjoBzWs6_1TDw&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 294.205ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API