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

7 rows where cert_number = "31-A-0794" 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
c6f8f0ada5344eb2 Amos Yoder 31-A-0794 2025-08-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000hJ4p2&d=%2Fa%2FSJ000005G8Wb%2FepqBWDr9nZ4m_JHkYnOK0caoP4yy.6eYVaKkECg8LNc&asPdf=false  
517436f516470ef0 Amos Yoder 31-A-0794 2025-07-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000gPRGR&d=%2Fa%2FSJ0000057veb%2FG4gY8XfYfO9lTeCQ6qICMuUaVtoWFr9xpj3GANNz.GA&asPdf=false  
a59fd31586979395 Amos Yoder 31-A-0794 2024-09-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000007a4Vo&d=%2Fa%2FSJ000000Uv7J%2FuAcNOU1ViQ22f6YzGU6B03iuw0rJvm9LDwPq8B53Hm8&asPdf=false  
2c6e5598fa21a038 Amos Yoder 31-A-0794 2023-04-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007zk4I&d=%2Fa%2F3d0000014SKe%2FqTh4NwDBhy5js1hauvCYLwpev9EE9wkZiJ_l6BuKuv4&asPdf=false  
6bb771fd8978c43a Amos Yoder 31-A-0794 2021-10-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Kpf&d=%2Fa%2F3d000000ppLm%2F1V.bhxIRf2jWqnD5FP_sDxkNCiRbvk5Cu71QJRu5YBU&asPdf=false  
e4b86dbc7ef8fa6f Amos Yoder 31-A-0794 2020-03-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgklM&d=%2Fa%2F3d000000plMR%2FuCzOHakyQ01qflv4nhnsGGLlEXx8OLcmF1SZpbHA7xs&asPdf=false  
5fc18dc3a8710968 Amos Yoder 31-A-0794 2019-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaZo&d=%2Fa%2F3d000000pk9Y%2FHavpS5H8PM2QmLCJ6XyoJBUV4y9e2aWV0pd7f_AwxhE&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 540.696ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API