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

7 rows where cert_number = "54-A-0015" 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
ebebdc99c56ab400 Roger Nottingham Sr 54-A-0015 2025-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000l5ocM&d=%2Fa%2FSJ000005oMgn%2FoXXvkgODqdiIi5yJkkciRcj250CLLeFmfBXwuBufU_I&asPdf=false  
7357382b4a62462d Roger Nottingham Sr 54-A-0015 2025-07-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000eSUvT&d=%2Fa%2FSJ000004pjQb%2FcJw.BBRwm3oGN0CttU5M_IIPrd7swaQYtKMbheo26zU&asPdf=false  
e45b8b26ac3eede3 Roger Nottingham Sr 54-A-0015 2024-10-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000CsXeQ&d=%2Fa%2FSJ000000xp1h%2F_S49l5bp61wslcE3r2d5x2OgNnfNWO2yQWqOF_OlAgg&asPdf=false  
7c8293b44454540d Roger Nottingham Sr 54-A-0015 2024-02-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CJrci&d=%2Fa%2F3d000002X5lx%2F6ZviuT.r.jjHvaSKU5ryp79UiS45LVNx8xZmoMl0D30&asPdf=false  
5d79dd3231ce6d50 Roger Nottingham Sr 54-A-0015 2022-11-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gv3gJ&d=%2Fa%2F3d000000pYgx%2FYOddCSQum4gTt1h8hmT1gPRgmcGRyEBTDbFGpR38Qn8&asPdf=false  
a5eb072c40ff540a Roger Nottingham Sr 54-A-0015 2022-10-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gKJHe&d=%2Fa%2F3d000000pYd4%2F9.HvB1SAgueAw3kp2jps2yfpY.pgoUlobIOCnIfRef8&asPdf=false  
75adc2a1784889e6 Roger Nottingham Sr 54-A-0015 2022-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywuic&d=%2Fa%2F3d000000peLD%2FMF6Ac6nhhbGvmk7EoOzdLPHKjyssQVy1_YugjIo7B4Q&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 14.135ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API