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 = "33-C-0517" 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
7579780a3f9303c0 Cailous Calling Animal Rescue 33-C-0517 2025-12-10   0 6 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000v4ZWI&d=%2Fa%2FSJ000007NpU1%2FeXBkAvU4SXxmQbSCcA8cO0fYnUo4vP94yb.4x6fM_Jc&asPdf=false  
492b21f7dd904bfa Cailous Calling Animal Rescue 33-C-0517 2025-08-26   1 6 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000kUgNX&d=%2Fa%2FSJ000005ifuD%2FDu98v5V5vt2lHiv8o2hp5aKUo6Kq2drYSNsGKNlvtdU&asPdf=false  
1f08ea4d090ac217 Cailous Calling Animal Rescue 33-C-0517 2023-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009ORgJ&d=%2Fa%2F3d000001YdqS%2FbY3Wn_zKMIq6Q7dEkHlYItsIv4oiKnUeOE3_oasKZfg&asPdf=false  
9ddf37083341a11d Cailous Calling Animal Rescue 33-C-0517 2023-07-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009DZFE&d=%2Fa%2F3d000001TRzT%2FWNat3i9C8uHIYCN3VliUUpwt8BNJI4c72Wip4gphDT4&asPdf=false  
b9f1762686901d51 Cailous Calling Animal Rescue 33-C-0517 2022-01-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9387&d=%2Fa%2F3d000000pgvF%2Fb5_JvvbwXhKSwGL8YOucaebbvLBDTdGfwz.dVnBtt4U&asPdf=false  
b691646699de8bb3 Cailous Calling Animal Rescue 33-C-0517 2020-01-22   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWyF&d=%2Fa%2F3d000000pkBa%2F2yUOilsiwoe7iBr_J9Y1I9oOKKDi6FQu7VRY2ZKtBoc&asPdf=false  
79f97a15a02fc783 Cailous Calling Animal Rescue 33-C-0517 2019-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZb8&d=%2Fa%2F3d000000pjmN%2FtwbidZ9uh6YXUTFnfl2DCGl3jd7yWT1gepy9zADLcSk&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 132.455ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API