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

11 rows where cert_number = "58-C-1244" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_count, direct_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
8dd33ae26342c06d Chase Animal Rescue and Sanctuary 58-C-1244 2025-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lDSef&d=%2Fa%2FSJ000005pVwX%2F67EvO5akZdShPUB6BAaI_rtIv5V4aCADLEdIYDll0Wg&asPdf=false  
c4b137e15a806d1c Chase Animal Rescue and Sanctuary 58-C-1244 2025-06-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000bneF7&d=%2Fa%2FSJ000004Sqqz%2FAQZ4mx4J6ShrR1XGrnoSsD2W6tTiFm9qE_iKpZgY76A&asPdf=false  
fe6f40e3659b25c7 Chase Animal Rescue and Sanctuary 58-C-1244 2025-06-04   0 1 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000aO2jw&d=%2Fa%2FSJ000004FvlF%2FIdp8bYfbrSYEexFShEBrWlz5Ya__joUVx.w4VcjVh0g&asPdf=false  
5d20a020e80e81dd Chase Animal Rescue and Sanctuary 58-C-1244 2025-03-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000QBWM3&d=%2Fa%2FSJ000002ZRYt%2FI56l_sbdCPlvR8K8RDy4wZ_LobWEFo_z8rbHjVyTn9Q&asPdf=false  
9ea451580a4d08da Chase Animal Rescue and Sanctuary 58-C-1244 2024-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000005sqEu&d=%2Fa%2FSJ000000NOuT%2FPAhGXcTVlaF_bmvyMsxvk8fmsJsH0HgZ_6W4iMeztCE&asPdf=false  
96cca352999f283b Chase Animal Rescue and Sanctuary 58-C-1244 2024-09-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000004xm7y&d=%2Fa%2FSJ000000ITOX%2F3EPJ7YKcQucQRDe.p8abhwsVzXu.NGS76JiRUSBMJXY&asPdf=false  
8431f3f283a2b35d Chase Animal Rescue and Sanctuary 58-C-1244 2024-08-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000001aO1e&d=%2Fa%2FSJ0000004dCT%2FBaHHViCGiRESIzu3meXO2eiximWaWaaXyeFz3DtmrHY&asPdf=false  
f631a4d975f76978 Chase Animal Rescue and Sanctuary 58-C-1244 2024-05-13   2 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000E9upp&d=%2Fa%2F3d0000035MC4%2FdBRBkmDE.q.MGXNqadD0nDDk0dPP1Wrc2pB5fr1TbX4&asPdf=false  
7011af33b4ec0b8f Chase Animal Rescue and Sanctuary 58-C-1244 2023-11-28   0 7 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BGfuG&d=%2Fa%2F3d000002Df1P%2FzhuLqdufs91UIWsaGPTyWf9MbwB3hF9yl6WOL_JBiw4&asPdf=false  
e1752e0e6e84c5b2 Chase Animal Rescue and Sanctuary 58-C-1244 2023-06-28   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000096YIP&d=%2Fa%2F3d000001QcY8%2FBtl8epUxtybrYtNFRd1UDQJyZgN8CYBuen.2F7nGoFk&asPdf=false  
98f3f5275afa4ab9 Chase Animal Rescue and Sanctuary 58-C-1244 2021-10-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V87IQ&d=%2Fa%2F3d000000plvw%2FfejxCGRnksDWgbzbfVMVWChQ6fnfnXAnxCHks_u.n00&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 234.224ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API