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 = "32-C-0201" 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
e708eebd02e27710 Fort Wayne Zoological Society Inc. 32-C-0201 2025-02-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000OAdC4&d=%2Fa%2FSJ000002HKys%2FmMysqkUDfO51CrRRABzNgILy1Qgaf03cbu6ViRXiakw&asPdf=false  
c3f863dce4f439c6 Fort Wayne Zoological Society Inc. 32-C-0201 2024-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000050Ccc&d=%2Fa%2FSJ000000IiYr%2FpK83K88Cmcy7WuRdJTVLmGbQg76u57ZBdB84qihg60Q&asPdf=false  
39ab8f84d0649630 Fort Wayne Zoological Society Inc. 32-C-0201 2022-12-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gP7CD&d=%2Fa%2F3d000000pdDo%2F8HCZ8MA3AhSQmkczcLv4hxXbCGUkUPfWmnwNZjciEI8&asPdf=false  
b2324b8d7afd57a6 Fort Wayne Zoological Society Inc. 32-C-0201 2022-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9ZVo&d=%2Fa%2F3d000000pdDF%2F1rXSHE9EM5ysME.n_U92_pc0o2y3.ta6IyvHUfKLqlI&asPdf=false  
e30e329099eec559 Fort Wayne Zoological Society Inc. 32-C-0201 2019-04-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnw5q&d=%2Fa%2F3d000000pdD4%2FdyxzHc7be2mDlri1saDvJ3_fVx1Sft.DsJuUcu2YDbQ&asPdf=false  
888f9237d1c09750 Fort Wayne Zoological Society Inc. 32-C-0201 2018-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egiyy&d=%2Fa%2F3d000000pdDc%2FcZ_ykvRg0OOXpGE79uGNWjDZ5djD4O3AAugDJwfD8Z4&asPdf=false  
74c9858b97d83a1e Fort Wayne Zoological Society Inc. 32-C-0201 2017-11-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxFM&d=%2Fa%2F3d000000pdDg%2FQ8BI62nzBEumapP.tG0BSeK6zdw35lHvfCwEGq5pmZs&asPdf=false  
3b937e2e6b335812 Fort Wayne Zoological Society Inc. 32-C-0201 2015-09-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxRW&d=%2Fa%2F3d000000pdDE%2FXUABOAsJpwizQI93pqre2aQiRYwsKht4cXh3UGL6zNU&asPdf=false  
ce816849bd950d62 Fort Wayne Zoological Society Inc. 32-C-0201 2014-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxRZ&d=%2Fa%2F3d000000pdCl%2FhvaPwUXDfdeWmpvvtfIMjBi2pLUi4gRql11Ud.cFveg&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 5.398ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API