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 = "48-A-2026" 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
c3ef681b6395af68 Dannie Bahm 48-A-2026 2018-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglLG&d=%2Fa%2F3d000000poMD%2F0cRE6YXHYCeCWFsBPnrGULa3z0GiYrFEGiSmozWFvuk&asPdf=false  
4a25373d442f622e Dannie Bahm 48-A-2026 2017-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjP7&d=%2Fa%2F3d000000pk5E%2FXv8Az.a9._aAFebr9A.HZgtAeRlIXh2xmypP7LDmz5Q&asPdf=false  
d7dbdc2ecbfb05df Dannie Bahm 48-A-2026 2016-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjZv&d=%2Fa%2F3d000000pdt1%2FXqKIEDrbfC0zB3P6etZwd5K8c0GwLQKaGcFhAAnFt3E&asPdf=false  
aa2cde6c209a30c0 Dannie Bahm 48-A-2026 2015-06-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egja0&d=%2Fa%2F3d000000pUBB%2FAKQryef.DsrKbjVzmmvFTU9_uU3ezoE55kyfPiTi6pI&asPdf=false  
8ad1354d0e25c21b Dannie Bahm 48-A-2026 2015-04-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmkI&d=%2Fa%2F3d000000pUGw%2FLETguuCMY.lGkJpTN.h_rpodzKg_5bBKde9OM9UtO.0&asPdf=false  
1969d6be81fec975 Dannie Bahm 48-A-2026 2014-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjQQ&d=%2Fa%2F3d000000pm0v%2FeaVSHFKqVXMkY.qAiBLoLcar8SD22IOUqnGQePO4iOU&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 4.227ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API