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

7 rows where cert_number = "23-C-0039" 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
eead581dd16a1000 ANIMALAND ZOOLOGICAL PARK INC 23-C-0039 2016-03-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX6C&d=%2Fa%2F3d000000poqg%2Fx4H_3k2tplJBaRd8RkYYuZvUR34ZoWMICtJCnTMRRIA&asPdf=false  
cc2fe51800511e79 ANIMALAND ZOOLOGICAL PARK INC 23-C-0039 2015-12-07   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx0n&d=%2Fa%2F3d000000plPX%2FzSnrLBJWQobaPOGKHMMLrZ_C9A6Cz4SLzNp87x9UHzs&asPdf=false  
5aefd386673ad56b ANIMALAND ZOOLOGICAL PARK INC 23-C-0039 2015-10-15   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx6g&d=%2Fa%2F3d000000pjfv%2FUNm_CMyLjwHD_4eCQEf83YUxoDogvcz1znSbTA5rPqs&asPdf=false  
057608a4e0aeb6f5 ANIMALAND ZOOLOGICAL PARK INC 23-C-0039 2015-07-30   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxAO&d=%2Fa%2F3d000000pm5V%2F1c8raobASi0tvuxSQnQy5YR_CQkE8rMzqp6DJLxcF.0&asPdf=false  
06e1680481636288 ANIMALAND ZOOLOGICAL PARK INC 23-C-0039 2015-05-11   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnv33&d=%2Fa%2F3d000000piDW%2FWc0hCk.Ry4pFMEK2WgbNhXZKIWGMwrMSaEUjObKRytg&asPdf=false  
8abce8a4b4880e13 ANIMALAND ZOOLOGICAL PARK INC 23-C-0039 2014-10-07   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVkq&d=%2Fa%2F3d000000pkJ2%2FsiEWFhzywTKmqq.ZKug0YhP609PcU_7ohMi.bgQoStU&asPdf=false  
b9b7f10744b3ac8b ANIMALAND ZOOLOGICAL PARK INC 23-C-0039 2014-04-22   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxVH&d=%2Fa%2F3d000000pi3p%2F0At5PVBi5wYUQ8ijD3EuPhOyIIH7gzWA1lcYN1AHRy4&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 196.306ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API