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

8 rows where cert_number = "55-C-0289" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
7fc37ff63003d6fd EDITH ALLEN WILDLIFE SANCTUARY INC 55-C-0289 2022-03-02   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9ShV&d=%2Fa%2F3d000000ph8X%2Fz2120x7bwPascfUWm1.vtTHkErU79WX6omd9qCr.kfo&asPdf=false  
392b6262f0515383 EDITH ALLEN WILDLIFE SANCTUARY INC 55-C-0289 2021-05-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh5mH&d=%2Fa%2F3d000000pU8d%2FsQUXqk2y6milEFLf7SbgnuSQawOCHQb4sKkVTZg8YB4&asPdf=false  
60b1d41dd8f17e63 EDITH ALLEN WILDLIFE SANCTUARY INC 55-C-0289 2020-02-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYXu&d=%2Fa%2F3d000000pRN6%2FbmF8OwzQ6.P3K0WS5gKamhkvRffxu99KvPkMRWW4Bss&asPdf=false  
c9d4055123ae739d EDITH ALLEN WILDLIFE SANCTUARY INC 55-C-0289 2019-04-25   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd1S&d=%2Fa%2F3d000000pjnt%2F2qZZacGWK2zXuUm4WYufwGtksonx4pK.8FFUv9OrV8Y&asPdf=false  
d97d8aeb230d3c47 EDITH ALLEN WILDLIFE SANCTUARY INC 55-C-0289 2018-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbtJ&d=%2Fa%2F3d000000pS3E%2FIoBR2Cxu3PS7e5YWxLmdoDffVpX6QESwbOAunW5l4BA&asPdf=false  
ed5898e3506e30ea EDITH ALLEN WILDLIFE SANCTUARY INC 55-C-0289 2017-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd6j&d=%2Fa%2F3d000000pmIP%2FZn2GEGK9tmXUvuHQdP.mPXEvi8NviwJUuwMTKyJ0F4w&asPdf=false  
aa2d4f08be4694e6 EDITH ALLEN WILDLIFE SANCTUARY INC 55-C-0289 2016-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghTu&d=%2Fa%2F3d000000pmEI%2F8BbsbxwzDcjf50a5RbnpS3c0tJJofrycWvuBjr.tfiY&asPdf=false  
94a7e887905f190d EDITH ALLEN WILDLIFE SANCTUARY INC 55-C-0289 2016-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcwW&d=%2Fa%2F3d000000pbbX%2FWYC216DOCDC2v4RESf4VpaQmURkWK5wZd275PBXmIBI&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 5.142ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API