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

5 rows where cert_number = "31-B-0204" 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
93dcaf7400f911e9 Alan Miller 31-B-0204 2025-03-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000RBSpj&d=%2Fa%2FSJ000002iYGA%2Feq5gKdDs4CpDEJAgfCv2K0xa10UdOVZlnBwsHkSwujE&asPdf=false  
f0725b60c4c44a3a Alan Miller 31-B-0204 2024-10-07   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000008xg8N&d=%2Fa%2FSJ000000c87p%2Fck.vp_RyW3JIESOUXO46EWPeKwwBVRzIg9L9wTAg.mo&asPdf=false  
b7537d19678c90b7 Alan Miller 31-B-0204 2022-03-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9SiE&d=%2Fa%2F3d000000ph8f%2FBSeRcCxeT758G1GTjZiklJxv4D_F9UPH1gMlTX7ftJ8&asPdf=false  
3f5c59adfeb590c9 Alan Miller 31-B-0204 2021-10-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8ILj&d=%2Fa%2F3d000000pRaN%2Fj7H1_8hNVExByd.7azLWpKGTvByoNabGx43QM2M94ls&asPdf=false  
2232c62523bbec37 Alan Miller 31-B-0204 2020-02-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egakp&d=%2Fa%2F3d000000pknx%2FoskkiVTW1Gf3vQuBrPCpFwjEqs8h9Q5nhwJYhIb8Hwk&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.896ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API