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

11 rows where cert_number = "33-C-0214" 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
c6a78f4614ba912d Champaign Park District 33-C-0214 2025-05-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Zk2lx&d=%2Fa%2FSJ0000049fHl%2F2gMXRHB_VM.QlVenx6uteQbRq_E1tMbx0ACaHO6N2xg&asPdf=false  
6944cf63765efc30 Champaign Park District 33-C-0214 2024-06-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EEfmi&d=%2Fa%2F3d0000036Unh%2F6UQD9CtJXJZOJxzZ7tNGdytJUEZxOvaaGa8saSPH8IU&asPdf=false  
5c6d302b421ac365 Champaign Park District 33-C-0214 2024-05-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DmTRL&d=%2Fa%2F3d000002yrS1%2F2zrYxOp.xBf1TH6W4ISQJvRaZE60whFjZgEwjtz9i50&asPdf=false  
40801d6d2a4c7e44 Champaign Park District 33-C-0214 2022-06-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxRFB&d=%2Fa%2F3d000000pfIU%2Fi_UJf_ZUcXrE5xokVQM.xqfWvt0SONtWu6Q9wV.JvTo&asPdf=false  
95bee29dce07653c Champaign Park District 33-C-0214 2021-07-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMXnN&d=%2Fa%2F3d000000pfHE%2FHZF7GDt5VJw8cn9kmRh8o4w1fvm8TifHSLfyRR6aT8A&asPdf=false  
2be5bb8324cd8602 Champaign Park District 33-C-0214 2019-06-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb5b&d=%2Fa%2F3d000000pfJ3%2FAxD9h69WmswrMaReMm8WTW3saturQ1CkwtK1t4l8C2U&asPdf=false  
aefd5e4a3d9382b5 Champaign Park District 33-C-0214 2018-07-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgijV&d=%2Fa%2F3d000000pfJ6%2FF94Z88wUiI7TTmtta31bPwzAKjME.NLtNkw1YZ5mdCQ&asPdf=false  
28247da74853900b Champaign Park District 33-C-0214 2017-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmFf&d=%2Fa%2F3d000000pfJT%2FFr7hRIrbHlXfcb4rPuDhqUrijHwYP0bSk2g9xRGUxAM&asPdf=false  
8cbccc879eacbcc1 Champaign Park District 33-C-0214 2016-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaWy&d=%2Fa%2F3d000000pfJP%2FIqIrsHxj33vnC6VpbfIk8vHmczUtOBlftbi_3pG6SKY&asPdf=false  
006f6e53daa241dd Champaign Park District 33-C-0214 2015-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmTC&d=%2Fa%2F3d000000pfJh%2FMhubtedjUhq9O4VH.ADE4Jr3MK6z5Al8HcpJO5jMaUc&asPdf=false  
0f9f76827f7d6e80 Champaign Park District 33-C-0214 2014-08-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfvZ&d=%2Fa%2F3d000000pfJx%2FLmSlJj8yncVRx2OGbS6CLdTGRGgdfpXOnxt8o3tj1YU&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 227.924ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API