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

5 rows where cert_number = "34-C-0444" 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
7e678c2b08b84953 GarLyn Zoo Wildlife Park 34-C-0444 2026-01-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000010Jatj&d=%2Fa%2FSJ0000087wCL%2FUC.W4tOZFJ4ho4e.ishwYZDrAik.Ba6LMSpBFhaAUIA&asPdf=false  
7c00fe8641e950c4 GarLyn Zoo Wildlife Park 34-C-0444 2024-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000A45OR&d=%2Fa%2FSJ000000jsc9%2FGyzuI4c1vm6uDuQaJXSFxBO3aZDnZrXM95tV7fH8zN8&asPdf=false  
b0a1850b48b659a7 GarLyn Zoo Wildlife Park 34-C-0444 2024-06-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EJCwd&d=%2Fa%2F3d0000037TOL%2FwmR..VJ.nIG.SBGh6255LlaDAs9tNPyerUfQAYCbH5w&asPdf=false  
842cf9cf059b02c6 GarLyn Zoo Wildlife Park 34-C-0444 2023-08-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009Nvou&d=%2Fa%2F3d000001YJrn%2FOOz00cuuCfojAqE2XAWW1o7459LxMA0MeABrrhi.bVQ&asPdf=false  
0cfc94053de71ab4 GarLyn Zoo Wildlife Park 34-C-0444 2023-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008DTYo&d=%2Fa%2F3d0000018fzn%2FS.VzwsDo34G6muq5c13.NN8EDejrGb_Ik7Ennd3HpQk&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 4.997ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API