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 = "57-C-0118" 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
936ba083d8930901 ELLIJAY WILDLIFE REHABILITATION SANCTUARY INC 57-C-0118 2018-11-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbvB&d=%2Fa%2F3d000000pbhA%2FEp2ev52Ob.U2UejoVGfJLmHHs3X5qU2SVVHswitEauM&asPdf=false  
82c52457fe61f405 ELLIJAY WILDLIFE REHABILITATION SANCTUARY INC 57-C-0118 2018-04-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbrD&d=%2Fa%2F3d000000pahi%2FPhwbgp0sYgjbXBW5suzQicOXXJBF72C6y5yLJ0pI0cI&asPdf=false  
569045ef16fac761 ELLIJAY WILDLIFE REHABILITATION SANCTUARY INC 57-C-0118 2017-12-05   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwmt&d=%2Fa%2F3d000000pp5F%2FshXykrVmIvEaj1VWyQYsLTwS0krkOmmICIKQ794UyXM&asPdf=false  
525284bd5dbd66d4 ELLIJAY WILDLIFE REHABILITATION SANCTUARY INC 57-C-0118 2017-08-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdSK&d=%2Fa%2F3d000000piNK%2F_bTk2kR9eB5a.OEZpzp421XkosabmSJcCh_ndR01Vms&asPdf=false  
70c73cece218350e ELLIJAY WILDLIFE REHABILITATION SANCTUARY INC 57-C-0118 2017-04-20   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW5d&d=%2Fa%2F3d000000pao6%2FH.CfHauJU2uq2e.iAkAxRpLTxekWkxJ8V9zGAlTpcWI&asPdf=false  
87826a8203e579f0 ELLIJAY WILDLIFE REHABILITATION SANCTUARY INC 57-C-0118 2016-12-06   1 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxbU&d=%2Fa%2F3d000000phxy%2Ffy2eq8P5k2P_lT.DZ9l8wnk3w32nqbTZs0MmYXIgnrE&asPdf=false  
aa8428c4b2528c4f ELLIJAY WILDLIFE REHABILITATION SANCTUARY INC 57-C-0118 2016-05-05   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwXa&d=%2Fa%2F3d000000pl3o%2F8Mn1R6T7.pYub1enz6xQNYjcjZave3g3pEKLzUFfFl0&asPdf=false  
8bbe198a12a6e53d ELLIJAY WILDLIFE REHABILITATION SANCTUARY INC 57-C-0118 2014-09-17   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWF5&d=%2Fa%2F3d000000pUa9%2FDHWL2l6pkCviBpvR5oUL0JhY.HmjnFqPKIA5geQmq2g&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 89.606ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API