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 = "32-C-0001" 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
793abfd1bf7caa77 Indianapolis Zoological Society Inc. 32-C-0001 2026-01-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000xQ3Mr&d=%2Fa%2FSJ000007hOCj%2FqpuMfnD0iPhOZtWAR83cBPhZb6rX7xQjpZk.YOfbtyc&asPdf=false  
30a465ff2877dad6 Indianapolis Zoological Society Inc. 32-C-0001 2025-11-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vAbK5&d=%2Fa%2FSJ000007OQgT%2FJF6cG36YQtVEYpw1BlVpzTgCTEbuav20xnNK3EhCfpE&asPdf=false  
34339c03062409f2 Indianapolis Zoological Society Inc. 32-C-0001 2025-04-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Wpbhd&d=%2Fa%2FSJ000003gdOD%2FXH10Kg7lw6S3LjR2RGkQMysenie9.jZr1xNzrWB4sxo&asPdf=false  
de6f789ce70b84d7 Indianapolis Zoological Society Inc. 32-C-0001 2024-04-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DC2qg&d=%2Fa%2F3d000002p1yj%2F1UC.9006ld4Wc9hFytlMMEMY9.sKuiiIzSRivrpLUnc&asPdf=false  
c0cc62346e16a784 Indianapolis Zoological Society Inc. 32-C-0001 2021-08-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMuKg&d=%2Fa%2F3d000000pdkq%2F4iFNJTe14hBIn4IQBWb4Tmr7F7QQuGgytyreq4dMbwo&asPdf=false  
10a9a08cc965e09c Indianapolis Zoological Society Inc. 32-C-0001 2019-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWTU&d=%2Fa%2F3d000000pl8S%2F3apydT3u_uJCFLng.OdVSIZLji2MpmEQkwgZzJ6Y9GA&asPdf=false  
12b6c5721475f327 Indianapolis Zoological Society Inc. 32-C-0001 2018-09-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWcH&d=%2Fa%2F3d000000plQB%2FAGyhSkqqlQzBUi1lDQHmzmbIZpZFwjT.dYAir8Qp6Fc&asPdf=false  
0279c73365c08239 Indianapolis Zoological Society Inc. 32-C-0001 2017-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwSn&d=%2Fa%2F3d000000pdaf%2F3dAn04BDYaT97sFZAHCBghgSTSGUW8tBelpjJkPO2jE&asPdf=false  
44265d26bf6e7a6c Indianapolis Zoological Society Inc. 32-C-0001 2015-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWNH&d=%2Fa%2F3d000000pkSX%2FucHK4sTt4JnftGswhdNfz6geQz1fhduTMTnyaTTwif0&asPdf=false  
1af5299701d5d1f1 Indianapolis Zoological Society Inc. 32-C-0001 2015-09-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY80&d=%2Fa%2F3d000000pmag%2FpIo4l7N7WDQOhFKtUwh6DodT6NdYsXQ5gHI05mL6p1M&asPdf=false  
79fe4307927ceb37 Indianapolis Zoological Society Inc. 32-C-0001 2014-11-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW9S&d=%2Fa%2F3d000000pRyP%2FcIGCxfVLmwTbpegYhRieHb6WbKL4RxCrN_eFyZAGOmM&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 1150.991ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API