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-0581" 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
da2643cade6a3fad Busch Wildlife Sanctuary 58-C-0581 2025-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000jCS8N&d=%2Fa%2FSJ000005Wn4L%2Fbn3B7O9yLl2p6gpS6EUUWDZegBbf_ZqRU40FioI0Z6o&asPdf=false  
d8af1f4789470c4e Busch Wildlife Sanctuary 58-C-0581 2024-10-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000008QZ8o&d=%2Fa%2FSJ000000YtgQ%2FqxT9gQ6WtJosjUOAl3A8oLzCkVMOzyKUKfvGXsSAR5U&asPdf=false  
5cb27b17f03547bc Busch Wildlife Sanctuary 58-C-0581 2024-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CDObc&d=%2Fa%2F3d000002VdKa%2Fp40ggwDybROAZm9mTVWX3ceWQ7cx2FLXFBhJzx6HIMI&asPdf=false  
0b102801c1240342 Busch Wildlife Sanctuary 58-C-0581 2023-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007vcuY&d=%2Fa%2F3d0000013Gwp%2Fa3.JXld.KoCzHTJbv0ic5akT7s_ULLwyVb5Bnb0zvWg&asPdf=false  
565e64fcd520788f Busch Wildlife Sanctuary 58-C-0581 2021-07-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMdYm&d=%2Fa%2F3d000000pRQ9%2FLx3C6T2yfQ9PXxm1D3DyyY4naG5RfOVl.D1SkmBf2tE&asPdf=false  
60a8d9219777c6a0 Busch Wildlife Sanctuary 58-C-0581 2020-02-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYoq&d=%2Fa%2F3d000000pfWh%2FxG6bPxCDhWau6DNOoMd_XgkyOVl_Rs4srQ3MHcmyONs&asPdf=false  
44003f97ae00af5e Busch Wildlife Sanctuary 58-C-0581 2019-03-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYrj&d=%2Fa%2F3d000000pk8I%2Fj1SmEAKu1J1I4ZcEuu9XkGfMFfV7HSP2Wm5OgrTAgpI&asPdf=false  
4761faa21f19ae64 Busch Wildlife Sanctuary 58-C-0581 2018-03-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYRk&d=%2Fa%2F3d000000pUJS%2F7naLBkQe8KprKgE1_RH.hkQOpe6NZCXgpfV5gwwF.qk&asPdf=false  
7ddc7644da07bdb2 Busch Wildlife Sanctuary 58-C-0581 2017-01-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYVt&d=%2Fa%2F3d000000pkCU%2FagZk4rhWluOssGRbD32vuLy4zrCShytQOLCp0Kd_qZc&asPdf=false  
a7d51e4a63ac8253 Busch Wildlife Sanctuary 58-C-0581 2015-10-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYBb&d=%2Fa%2F3d000000pkCG%2FGBP5p0w_CAgGgsykmmQqg9DfYCgC7PPcYKSEHbuTuQs&asPdf=false  
313134b9b50df607 Busch Wildlife Sanctuary 58-C-0581 2014-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm0Y&d=%2Fa%2F3d000000pk7O%2FFTcxrqpHaSpWvwz13ygtw06qx9AOBkvgRQGHRLqCyj4&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 6.168ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API