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 = "34-C-0441" 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
ea7e336d5920672e Charter Township of Shelby 34-C-0441 2025-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Mvc77&d=%2Fa%2FSJ0000027caT%2F1Nm0XAmw9L.9MRnv7Zu0VY4D0FYQwA1ksv34rkQ8R2M&asPdf=false  
819ad1e98faaa41f Charter Township of Shelby 34-C-0441 2025-01-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000JPfl0&d=%2Fa%2FSJ000001gSHu%2F_rfASVENF91Kt78x3x6W8Hvw0eLenBBe.KU8GCYFpWQ&asPdf=false  
1b0eed8932d89591 Charter Township of Shelby 34-C-0441 2023-12-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BK0N2&d=%2Fa%2F3d000002EbFU%2FoUYd7xnmOD9af3a.Wwi3Fv8DYGjHeUKssXVL5yO5PdI&asPdf=false  
060352d1b66ab877 Charter Township of Shelby 34-C-0441 2023-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dm4T&d=%2Fa%2F3d000000yFib%2FEueoYMhHesGScWJ02aS2WGsz36WjsEPmAB5eqRRjaK0&asPdf=false  
f665180359e89896 Charter Township of Shelby 34-C-0441 2022-04-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwdrJ&d=%2Fa%2F3d000000piPo%2F43DfmUPZoNqY4rVyxpdWhDDV3SV68RGY2TXfsTa470Q&asPdf=false  
c8ad9d9d181772d1 Charter Township of Shelby 34-C-0441 2022-02-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9O4P&d=%2Fa%2F3d000000pUzS%2FvEnfMqZy0IbTMxlsFNVoYelifBQiRjlXtbVMut1A9sA&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 1283.304ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API