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 = "58-A-0338" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
894fe9be93af7694 Lynne Broderick 58-A-0338 2025-06-25   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000cpeyd&d=%2Fa%2FSJ000004cMI9%2FrLx7QgrSZQ26LLC380UgrRnh6Rf1rgFBvS.KTN9_O.I&asPdf=false  
bc6038b8fe656791 Lynne Broderick 58-A-0338 2022-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvP6G&d=%2Fa%2F3d000000pcxa%2FLjYVS13BE3G8XYc1.GULv4Jn0SDuZhr_.T2M8KtlFW4&asPdf=false  
5a639fe3c215efeb Lynne Broderick 58-A-0338 2019-12-05   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghoy&d=%2Fa%2F3d000000pcy0%2FV1X0gMWsJFEtWf4MOMSj._r7Oi4crkAAUt8NjjhjHqk&asPdf=false  
e20e69305b3a63e1 Lynne Broderick 58-A-0338 2018-07-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfq9&d=%2Fa%2F3d000000pcwf%2FFMExd39A.nTZcwyKmd8BFx6xVQ5g6k3X8QRAcyvasac&asPdf=false  
ad485e257a3474fe Lynne Broderick 58-A-0338 2016-11-15   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXyU&d=%2Fa%2F3d000000pcxX%2FRuQJnh5pz3d3qri87rOxE31Lj9D8Kj_3CKXDyTK0W80&asPdf=false  
99ec9acaf308f4c1 Lynne Broderick 58-A-0338 2016-04-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXwP&d=%2Fa%2F3d000000pcwv%2FEItxCGZNuG2Zvbcbey75IALoIk8dKiTcwDjTG1zNwV0&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 1007.914ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API