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 = "35-A-0385" 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
ab436d29e2a4639e JESSE MILLER 35-A-0385 2022-03-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwTf9&d=%2Fa%2F3d000000phI2%2FcBXS1tFsVMGtveTcmq5vicWxAzRan4.Ys4FP.l3c.4g&asPdf=false  
8b8ca44375e25f20 JESSE MILLER 35-A-0385 2020-01-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbAd&d=%2Fa%2F3d000000pftt%2F_52D8Fjtq76C7_EJ4mmhFjzq7ndn5iAHifftf3cWUFo&asPdf=false  
41cbba568869b023 JESSE MILLER 35-A-0385 2019-02-11   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi2v&d=%2Fa%2F3d000000pm6f%2FFuSrW9cGvwjswPs.4NU8PBLi5o77YDzCOZCR0FuBQkE&asPdf=false  
55896ec9296ed0a8 JESSE MILLER 35-A-0385 2018-03-19   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYiM&d=%2Fa%2F3d000000pRZx%2FXcxLfan97Gn1r2YXlWZ_JoEr5m_w_gvY1OtUZxK4pbs&asPdf=false  
86a4fa7279d2aee1 JESSE MILLER 35-A-0385 2017-03-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghel&d=%2Fa%2F3d000000pnLy%2F3.0p.7d4RLMoK0NwAa5Cb3dEjWLsLmi4Gk8RiTOWgnE&asPdf=false  
9bc1ef50e0388b2c JESSE MILLER 35-A-0385 2016-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaPF&d=%2Fa%2F3d000000pjIk%2FdVy4tVcheKQ6Lcz61npAmMEg8buFuBArjGFiHray5N4&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 228.836ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API