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 = "46-C-0053" 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
84631697d22317d2 SPIRIT OF THE HILLS WILDLIFE SANCTUARY 46-C-0053 2016-10-04   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxeN&d=%2Fa%2F3d000000pUHv%2F2Bf_V5_1FdcYpWYAP.0a_Bf_ddej2lX1OOzxDmdkz2A&asPdf=false  
912414e06f765bd4 SPIRIT OF THE HILLS WILDLIFE SANCTUARY 46-C-0053 2016-09-30   0 1 3 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwMo&d=%2Fa%2F3d000000pkuQ%2FJdhEiUPO7sUJx1cg_MO.EWCkkFa9UfudsuO2g7n3b3g&asPdf=false  
814511b7af1c2299 SPIRIT OF THE HILLS WILDLIFE SANCTUARY 46-C-0053 2016-09-28   0 0 6 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwIW&d=%2Fa%2F3d000000plDH%2Fyqur6hEU5.Kg3PCvG1Z1_0CYala8FjbDgzHZ3J2BLSI&asPdf=false  
a4d54240c67f9064 SPIRIT OF THE HILLS WILDLIFE SANCTUARY 46-C-0053 2016-05-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWfI&d=%2Fa%2F3d000000pnzz%2F3Ai5A_aEtGv4kKO2wWDxmtEi1I2zhyJq61xio1Ax2sE&asPdf=false  
89a1e8355cf5c5f0 SPIRIT OF THE HILLS WILDLIFE SANCTUARY 46-C-0053 2015-08-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX1N&d=%2Fa%2F3d000000pbhj%2Fzh61Xu_am8Gjy9EDG6dzjRvRUad0ubBW5V7l1r9GnP0&asPdf=false  
abe0eaec9394395c SPIRIT OF THE HILLS WILDLIFE SANCTUARY 46-C-0053 2014-10-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWyP&d=%2Fa%2F3d000000pf6Z%2FKDZWZDGNLlcShP.0czd6kAHA1YNyH4rlmcsz2vRM5nk&asPdf=false  
d4487c54a1b5ca3c SPIRIT OF THE HILLS WILDLIFE SANCTUARY 46-C-0053 2014-04-08   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVqE&d=%2Fa%2F3d000000pnm6%2FNrz5rVACE1hX43OC1UHCOpfVYIhU_jjcOBNHyqRj2aI&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 127.436ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API