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 = "43-C-0410" 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
3d09d7c56a0d925d Kara Robertson 43-C-0410 2025-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000m16Cd&d=%2Fa%2FSJ000005y13B%2Fibnx1o4jcf8bLf1S7XG3w_AmUGsTYQsXwp_pzzyFt4c&asPdf=false  
0c96b7a13fdfc74e Kara Robertson 43-C-0410 2024-12-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000H4EZ0&d=%2Fa%2FSJ000001NT0j%2FzGaR4HSdlUU_h3ES97zhoAq5XHXi8xb5KWuZiJmqccc&asPdf=false  
816222ebb7805db5 Kara Robertson 43-C-0410 2024-06-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EJjzL&d=%2Fa%2F3d0000037b90%2FywCIq.K.I9Pstu07BCxuquEdEoew4QNL0jRgC8Qujvw&asPdf=false  
12eca9b9fa88d82c Kara Robertson 43-C-0410 2024-03-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CmrPP&d=%2Fa%2F3d000002fwtg%2FAIr4lnPBybdSjOZXmJ8oz047va309ET8As0zAaxDP_A&asPdf=false  
c35b85c0fcb50b1b Kara Robertson 43-C-0410 2024-02-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CHOOf&d=%2Fa%2F3d000002WLEt%2F1mXpmBVbBdFtzqcOk2nsPUqmAoR1jVgqB0R7CtT0M4M&asPdf=false  
5ab1e153628f902d Kara Robertson 43-C-0410 2023-02-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uHpi&d=%2Fa%2F3d0000012nLb%2FeOLAuE1NCBRlVXS5LZImNV.FsJg1ey7PY9ntIGnrIks&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 218.826ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API