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

8 rows where cert_number = "23-B-0245" 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
539653860d512881 Norman Stoltzfus 23-B-0245 2025-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000izMXC&d=%2Fa%2FSJ000005V8GA%2F4JUtUXJMauY7WC8BeSXEbV_ionU90U83uEB0wzdzCPo&asPdf=false  
62830bae630593ab Norman Stoltzfus 23-B-0245 2025-07-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000eBbex&d=%2Fa%2FSJ000004nfm5%2FxtMmBLN8Xk10r.Vx24FbkryGgDeRdtLnFwg8EtfFEDc&asPdf=false  
6f25ef4a9b247abd Norman Stoltzfus 23-B-0245 2025-06-26   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000cn3tb&d=%2Fa%2FSJ000004brxV%2Fkdi1mO2yDDibRdqkB_vJaKEPIcDMrryeZomv_YcF9wQ&asPdf=false  
64f4bab491441263 Norman Stoltzfus 23-B-0245 2024-10-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000AxbM2&d=%2Fa%2FSJ000000oUNt%2FUQIi9HucbAZCoLu3KsmBs66A0sNRXdotA7z6WxTn4Pw&asPdf=false  
d57ded53e44f5cbb Norman Stoltzfus 23-B-0245 2024-03-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CXFuq&d=%2Fa%2F3d000002as21%2F0rjWHPcfdoBhmn8VMQyy.xNCKNHVRy0TGHkaT4TiZNc&asPdf=false  
f80dc77da364c0c3 Norman Stoltzfus 23-B-0245 2023-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008lNVx&d=%2Fa%2F3d000001JoiD%2FSDj2m9uH.owEL5L8d2OZUJ2YutK7n_moVdJ0tEOYLQ4&asPdf=false  
374f5bab233be335 Norman Stoltzfus 23-B-0245 2022-10-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awoAx&d=%2Fa%2F3d000000pW9E%2FRqnfAj5ZUBl7EDVQQLmUJTStw8wmgFL4Vkzkto8a.5w&asPdf=false  
71438b874df94d0c Norman Stoltzfus 23-B-0245 2022-07-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxmBi&d=%2Fa%2F3d000000pTdK%2FmJf8Qh4NL5kWTxOKJjH8dW28gAWOVaAzIr7jWtq5G7Q&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 5.346ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API