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 = "34-A-0244" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
afc66cb490ba8cb7 David Shetler 34-A-0244 2025-05-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Zm5nw&d=%2Fa%2FSJ000004ADjG%2Fm.toikqHO8RdbEndtvARc8Pl6gLNO9vrW1tlronCMrw&asPdf=false  
3526a1c3b03ad96e David Shetler 34-A-0244 2024-05-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DoSJQ&d=%2Fa%2F3d000002zJV5%2FTGiCX7l1Jxgqym1jlPJ1L3_SqkqoRT8HcPDX7ii0Nf0&asPdf=false  
8392f57def9fcf07 David Shetler 34-A-0244 2023-09-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ADO9L&d=%2Fa%2F3d000001wWK7%2FaxnmU3U_lML2z9MKQYcTgN4zeANi0fp5ubLhBiASFNg&asPdf=false  
d077440bc54a3c30 David Shetler 34-A-0244 2022-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awM7S&d=%2Fa%2F3d000000pZVd%2FLo0APRWmguJ1rAtdo.QvxDJqhDgIqaSc4vrSqyNqroA&asPdf=false  
4892e662d2990d60 David Shetler 34-A-0244 2022-06-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxPQ8&d=%2Fa%2F3d000000phmv%2F8ijdCgNwVfx0fjfQRDRYGwlTU4oB49.T3DSSr2z1OiE&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 237.17ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API