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 = "57-C-0376" 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
6d8acda77e4f7383 Hand Me Down Zoo 57-C-0376 2025-12-10   1 16 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vW9Vq&d=%2Fa%2FSJ000007Sfk9%2FcVrj7lqagnoWUgrNpvwcn7zBnDNYb.D91xz7UMM6hYw&asPdf=false  
1b95f542188e5796 Hand Me Down Zoo 57-C-0376 2025-09-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ljU2O&d=%2Fa%2FSJ000005uw6V%2FZiWNgFTzpQSYidmrhaR.3cuJiqVt7DO0e8VmMmqYuBE&asPdf=false  
97c03564aef1f1d8 Hand Me Down Zoo 57-C-0376 2024-12-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000IF2qQ&d=%2Fa%2FSJ000001Wg6n%2F8c8HqI2LxshYzTApfoWrnI5ykooFzzQNONBAIv9hS5k&asPdf=false  
9593a672123f6f32 Hand Me Down Zoo 57-C-0376 2024-11-07   0 7 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000E4wYa&d=%2Fa%2FSJ0000015WwL%2F.H9qEYPqaCa5fldpmd_n1zYpXlaCpMqBNjDylowRfAs&asPdf=false  
8d6fdfd282359961 Hand Me Down Zoo 57-C-0376 2024-01-29   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000C0TKu&d=%2Fa%2F3d000002Rnng%2FUtaIQY0OsYkwajDkA8cfxn9tOzRetqQ0Lq30TMagsX0&asPdf=false  
1dfe69e425d67baa Hand Me Down Zoo 57-C-0376 2023-11-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BIgM4&d=%2Fa%2F3d000002EBPP%2FJ24r3JopLkVs0d23EM6K0.DRxt0LJTNh9RH40A1jPPg&asPdf=false  
e8b0aba65c42a5c5 Hand Me Down Zoo 57-C-0376 2022-05-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwpVe&d=%2Fa%2F3d000000pe77%2Fw_BJhc0wTkFYsIGdU0_C5YItxC4BNidtBiZnJON2yG8&asPdf=false  
e4101702f3d5931d Hand Me Down Zoo 57-C-0376 2022-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9ZrQ&d=%2Fa%2F3d000000phBJ%2Fv7vGcf9ZgP8F5XJPQvcNyVLRctxOkm4IWJQPwhqTDX4&asPdf=false  
cb1a726305d64851 Hand Me Down Zoo 57-C-0376 2022-03-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Wr5&d=%2Fa%2F3d000000ph9e%2F1eFl_.qnTISxZ.1tXHhltxVhYAWjTTv8uGwL0mmy9kk&asPdf=false  
1d5b3f370ce2fc58 Hand Me Down Zoo 57-C-0376 2022-02-02   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9GwL&d=%2Fa%2F3d000000pUxl%2F3JGICa572obR1846_zgJNa7Zi3yp.FenAK5w2BhBDIw&asPdf=false  
32dbd808bc55529d Hand Me Down Zoo 57-C-0376 2020-01-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY10&d=%2Fa%2F3d000000pS1u%2F2GbVZ4yiNv60o9XaThtQnUYIeeibgymgQju_.IgVHYc&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.839ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API