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

6 rows where cert_number = "35-C-0407" 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
d6543baec3eaaa06 Caledonia Zoological Park LLC 35-C-0407 2025-04-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Te946&d=%2Fa%2FSJ0000035LdB%2FUV7o0nGMOgQBjKoUL6Wru78r5_d5iDde8wDjVDlENK8&asPdf=false  
fbc6f0ebc107f0c1 Caledonia Zoological Park LLC 35-C-0407 2024-05-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DXj9H&d=%2Fa%2F3d000002vhtF%2FyeP3EHKMmA97mAr90wlvvtLniN_Q8uovsZ3z2cPa9CU&asPdf=false  
94f0a3a89bd77976 Caledonia Zoological Park LLC 35-C-0407 2022-08-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxzem&d=%2Fa%2F3d000000pXhj%2F1Kook1Lh_qCjgN42ynsEQA6mx2OpcOf.tTr.DqObwDs&asPdf=false  
1c9fff2bda9285e7 Caledonia Zoological Park LLC 35-C-0407 2022-06-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxI5c&d=%2Fa%2F3d000000pXZS%2FAN91layHDGUJsNG0joo9_iKKofSmPAs7.Yto2sVQmOw&asPdf=false  
fd8d644e249c68cc Caledonia Zoological Park LLC 35-C-0407 2021-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNEuo&d=%2Fa%2F3d000000pXYZ%2FkpqMkSMEpN1X0zIxwTLfh0zmO_jNPKq3ozfvt6ElcaU&asPdf=false  
7858663e4f1bfba4 Caledonia Zoological Park LLC 35-C-0407 2021-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh0Ll&d=%2Fa%2F3d000000pX2J%2FfXLIa2HKkpUjNNTBV_5CwhPhaiNQypagV0P40wGBv80&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 14.319ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API