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 = "65-B-0138" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
dfac198b5b4037a2 Little Creek Landing Safari Park 65-B-0138 2025-03-05   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000PkgSh&d=%2Fa%2FSJ000002VuzF%2F3i1L.e9ZYZLLC8wouVoS4n8BzExEA9HOSGrcUvIG1KA&asPdf=false  
7dd8dc7bb895ea07 Little Creek Landing Safari Park 65-B-0138 2024-11-27   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000G2Dpg&d=%2Fa%2FSJ000001HkDx%2FqfOtRWWyHTtL.LV8ayR9lZ2G64lFZdctB.vQPhRMIoY&asPdf=false  
0a00de0e1b867186 Little Creek Landing Safari Park 65-B-0138 2024-10-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000AaMUC&d=%2Fa%2FSJ000000mY7R%2FPXCG77xerm2Une0b_vFDMNFHpOt6Vo85cQfTe4Zk2qM&asPdf=false  
6497418fa77bbe62 Little Creek Landing Safari Park 65-B-0138 2022-12-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPJTA&d=%2Fa%2F3d000000pVZ2%2FfrYxUqeZHQrnxQX.VDjoLIlmIUqqC80dCe9IBri8S2E&asPdf=false  
6ba37eaf16a93118 Little Creek Landing Safari Park 65-B-0138 2022-03-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwTDn&d=%2Fa%2F3d000000phIp%2F.yIKMhZIBtxLdOgv3_uMCicZ34M67FowosGA4fypVrM&asPdf=false  
b80c1e568b82a23d Little Creek Landing Safari Park 65-B-0138 2022-02-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Gxn&d=%2Fa%2F3d000000pVXk%2Flfl0WTBbhxBSnU63WNYwVRmC9ONJwNNuMZbXYs2SzrU&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 638.368ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API