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

9 rows where cert_number = "33-C-0032" 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
5c4d6e7cf63c5a69 Dundee Township Park District 33-C-0032 2025-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000PnVUD&d=%2Fa%2FSJ000002WJCr%2Fc.oAJeJqu9E4OaSWuq5EZBXCt7DEGe5S75JRPk4jFeo&asPdf=false  
8a7c07729c6ab15d Dundee Township Park District 33-C-0032 2022-02-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9O40&d=%2Fa%2F3d000000pUyc%2F7y8vuwGrX3gQc6Gxwh8oX_eVv1NmSpOPn2Gw8K3_jSg&asPdf=false  
29efd3fb8eed045f Dundee Township Park District 33-C-0032 2020-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWrw&d=%2Fa%2F3d000000poFz%2F1JO4L5mUQsJ7pQOBb3Q2vCHN9MONm2G8f0gdhZD6CkU&asPdf=false  
65b033d85bc19270 Dundee Township Park District 33-C-0032 2019-02-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX8r&d=%2Fa%2F3d000000pgks%2FzGLaJgFNkcsrWXVXpvB5.KIwNj.wqFrVMNhixnlqmzY&asPdf=false  
ccaed070ec66b031 Dundee Township Park District 33-C-0032 2017-11-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWxy&d=%2Fa%2F3d000000pgfr%2FSygyUirP6THaBn9B4abHB5M2UYMkFAyfZU60YAJafo8&asPdf=false  
403abe194521d6d2 Dundee Township Park District 33-C-0032 2017-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWuI&d=%2Fa%2F3d000000pksp%2F.WkXkI5Cdsyqng27TKhPa.txBaa_lw43JTpvKBIEEn0&asPdf=false  
a74fae95918ca5db Dundee Township Park District 33-C-0032 2016-03-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXzw&d=%2Fa%2F3d000000pdbK%2Fe.yb3lAqhLhHpZbBVJVT55ywyNDHMEkuV_HMe1Mr73c&asPdf=false  
7353a037fa2fa99b Dundee Township Park District 33-C-0032 2015-04-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXrx&d=%2Fa%2F3d000000pRcO%2FqrOngD2MpZ8E.ewqdo_UgclNkF9qHJEsB053GwvJP2Q&asPdf=false  
5a7302837281e8e5 Dundee Township Park District 33-C-0032 2014-04-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega0U&d=%2Fa%2F3d000000pXKT%2F187mfsQva447Ay.cgcusUhFMB4K.n85qXsDk03m2LAA&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 6.822ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API