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 = "63-A-0199" 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
c5f5cf3d26ffd3dd Stephen James 63-A-0199 2024-09-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000003xGOo&d=%2Fa%2FSJ000000Dbub%2Fg6Xr6TQG9serxtDqfYryEO7z0mh7rMJnMSLnH3mXb_Y&asPdf=false  
c9bbf73174d589ba Stephen James 63-A-0199 2023-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008mpTn&d=%2Fa%2F3d000001KFkH%2Fb2.2kP72QKAvM_o0psML1xdymVLa7SeK.pvJ8gGmhUY&asPdf=false  
664497bc343c0a20 Stephen James 63-A-0199 2023-04-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007zQm4&d=%2Fa%2F3d0000014Ld1%2F69Q_ZuA.Q19CS8ld4zmkHUK6x8w.EgO5T_VaBUtpnH0&asPdf=false  
8bf5e668fcc2391d Stephen James 63-A-0199 2023-03-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uamU&d=%2Fa%2F3d0000012uKr%2FbIMwtxR26Lhy40dWkI998rih3Fxa2Xiz20lycVBYcQE&asPdf=false  
3a4615dd514d52ca Stephen James 63-A-0199 2023-01-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007do6X&d=%2Fa%2F3d000000yGeT%2FqbOZTYRbpfRpAOYnoZI0s.LX1X0kfBTNHO5MQe8EshQ&asPdf=false  
f85f65a6b8e2add6 Stephen James 63-A-0199 2022-08-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YyAkC&d=%2Fa%2F3d000000pbZ5%2FktVvunDMiUTxnwEKpfqLIyCZkUfnxJ9Yv.8B_BWHYQw&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 418.021ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API