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

9 rows where cert_number = "52-C-0277" 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
12f55ef2509a8537 Second Chance Wildlife Rehabilitation 52-C-0277 2024-10-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000009koPg&d=%2Fa%2FSJ000000hwNJ%2FHD9CfonFMR5zt.FtN.Qwf5wmVrXVwltLKTS7ohaUIuY&asPdf=false  
728b0c7ed235bc66 Second Chance Wildlife Rehabilitation 52-C-0277 2024-02-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000C4sRB&d=%2Fa%2F3d000002T5tH%2F6V7ia.eEXv8VzHv2xjiLjl.zXizIc_SL_zmTnx3UvJc&asPdf=false  
e31e899b6fc04485 Second Chance Wildlife Rehabilitation 52-C-0277 2024-01-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Bnk5I&d=%2Fa%2F3d000002ONHs%2FIM7daD8GKvfuil2TB8DOM4.DNA5UfkjOVPrNhMg74Yw&asPdf=false  
10ad710d2de6c3f2 Second Chance Wildlife Rehabilitation 52-C-0277 2023-08-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009QFXA&d=%2Fa%2F3d000001ZLTx%2FykFqYkFLOZfORIBl11N9S4eqigGwl5QZcN3A8zuRwmo&asPdf=false  
9acec501d6f88b1a Second Chance Wildlife Rehabilitation 52-C-0277 2022-06-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxMGA&d=%2Fa%2F3d000000phfk%2F5QPle_vfauMRwvVBnE50d3cj_be6xAU95HJ.gauXsIE&asPdf=false  
216e21b5614addf5 Second Chance Wildlife Rehabilitation 52-C-0277 2019-06-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghas&d=%2Fa%2F3d000000phfp%2FzZQUagLiDFuz.rL8u6KljdFyUYAJy9z4Z0uwRqn.czQ&asPdf=false  
7689cb1bb1a96877 Second Chance Wildlife Rehabilitation 52-C-0277 2017-12-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egihj&d=%2Fa%2F3d000000phek%2FIpXsN23oS1oEvvNIcFsVTfwhyl_MUyPc7dto_9pVNy8&asPdf=false  
2245188e748c30e9 Second Chance Wildlife Rehabilitation 52-C-0277 2016-11-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiAs&d=%2Fa%2F3d000000phg0%2Fx_eTEX2IGQvO6BFSfeTC4PsFPWzuDRnQqn.Fyydo2mE&asPdf=false  
23040e57d41ac375 Second Chance Wildlife Rehabilitation 52-C-0277 2015-04-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeLA&d=%2Fa%2F3d000000phec%2F2gry0coGLdwnpJ7EWyEw0pgDkS9e2A35v.7RfHXul9A&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 8.286ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API