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 = "86-C-0134" 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
402795bc3376203d Liberty Wildlife Inc 86-C-0134 2025-11-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vBy6U&d=%2Fa%2FSJ000007OrVN%2FSucMq4fOToZ3C521R1s7hs2.ZEZ3cHXVbi46FEb_V6s&asPdf=false  
6166b868a8dcb3f7 Liberty Wildlife Inc 86-C-0134 2025-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000jhrH3&d=%2Fa%2FSJ000005bssz%2Fy68_5zJYAgMaQpagBBwcmj6HDoItxHRD2Y8IgGCR8uA&asPdf=false  
a5fc9766666ddcce Liberty Wildlife Inc 86-C-0134 2025-06-02   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000an2wn&d=%2Fa%2FSJ000004JSG1%2FF_pUPnCaDalF_bRWta3gdGwU3gGDNUrNmNoj7lVW9Pk&asPdf=false  
7a5dd3a71666016d Liberty Wildlife Inc 86-C-0134 2024-07-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EajZu&d=%2Fa%2F3d000003CXks%2Fav5b4vSK0H5NuEfCzu9RR1v635xBoWe.p5ljuNiNi5k&asPdf=false  
8ef4dd508f09be74 Liberty Wildlife Inc 86-C-0134 2024-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DDWgy&d=%2Fa%2F3d000002pUZ2%2F.5s8LkNh5vKUjub_0vuroX2NND_WLpeih0MTryxzbgM&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 18.505ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API