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 = "31-A-0785" 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
7fc14e6df8026eb2 Aden D Schlabach 31-A-0785 2025-09-16   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000mrlA9&d=%2Fa%2FSJ0000065pEX%2Fb3hQesAwlEVoTrol1_5rcuyvf_h2HdlUrCC7zsmvZLc&asPdf=false  
4e7a05af4398b661 Aden D Schlabach 31-A-0785 2023-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009MWGz&d=%2Fa%2F3d000001Xdn8%2FvA.tCY1aEicH6UcHGAyjE4Ry8AakArM3jpINK8lXExs&asPdf=false  
a630cc234ba67e38 Aden D Schlabach 31-A-0785 2023-06-28   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000095O4B&d=%2Fa%2F3d000001Q7qi%2Fbt9p3UAiO6MUYrY74mu2uAUm_89C01nKJMDr_RyA5zs&asPdf=false  
42952f951e50e24e Aden D Schlabach 31-A-0785 2021-11-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8gTq&d=%2Fa%2F3d000000pgmB%2FOkR7i5vCFrOh9t5QwULVFrfhBV7KuyeZZ0vJf2VKIOw&asPdf=false  
19ed7d080cacf949 Aden D Schlabach 31-A-0785 2019-11-20   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgixY&d=%2Fa%2F3d000000pT0q%2FRb9ypBnqUljvYB2Z3eIK17wNFubwFnyvxFf9HPPB6yw&asPdf=false  
47528e42ab0044d8 Aden D Schlabach 31-A-0785 2019-07-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaAK&d=%2Fa%2F3d000000pkMv%2FEBzv6Mj_PaqWik4eB3jsRyaHYmA55CYBva.IuEWSPmo&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 630.591ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API