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 = "32-C-0158" 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
7e6dbcbf68a95020 Silly Safari Shows Inc. 32-C-0158 2025-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ihJyy&d=%2Fa%2FSJ000005SdJh%2FzCidz6H7Ndsjhhg8EGP2EfjF1eoMUFgdjq5k.i8U6K8&asPdf=false  
701b837eca843b1f Silly Safari Shows Inc. 32-C-0158 2023-07-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000098JYs&d=%2Fa%2F3d000001RJoM%2FdDU1wgauEwxxDZQrHvJF4wCDQ12O0APzlJ79lyEl7qI&asPdf=false  
4b7870bcd2dcb7da Silly Safari Shows Inc. 32-C-0158 2023-06-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008eNY7&d=%2Fa%2F3d000001HIWK%2FVNBUt2r7e_98jCVpcTTnz6vi17n5FEpTOyrj7Lo.QGE&asPdf=false  
38064ff815219200 Silly Safari Shows Inc. 32-C-0158 2021-10-26   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8JzN&d=%2Fa%2F3d000000pfas%2FPemkaZ2WnGSUBy1MhTj5dnNNbqfj0TEJ1f3ZDUMym8s&asPdf=false  
61bed029a1aa56c6 Silly Safari Shows Inc. 32-C-0158 2020-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXRI&d=%2Fa%2F3d000000plOx%2F.c6ThW6ZBX0XMMg2vd6IEwalGHMduNJAOL0Blj95O.0&asPdf=false  
0e9f890e310c585a Silly Safari Shows Inc. 32-C-0158 2019-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXrQ&d=%2Fa%2F3d000000plfi%2FcsbusPm6QhAJO7y3Ssx2l3idEgtdngsb_Pt3Sk467Zg&asPdf=false  
20450e4216cc9de7 Silly Safari Shows Inc. 32-C-0158 2018-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXMY&d=%2Fa%2F3d000000pUP9%2Fs.W2.yaxm3lEokjpwsX.mCr.bB81yNTdINRATJylj3U&asPdf=false  
458e5f5bdb998e1b Silly Safari Shows Inc. 32-C-0158 2018-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggrm&d=%2Fa%2F3d000000pagH%2FJOIUivD6.50rt0jjfEIpk6Cep_S85nkAt65Y34vk6cM&asPdf=false  
cba1776d4879c8ba Silly Safari Shows Inc. 32-C-0158 2017-04-12   0 7 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnw6A&d=%2Fa%2F3d000000pjkl%2FKBbkeIsPaufKNe7mygFmjFx.p9zXxRuO0fe1RWsbdE8&asPdf=false  
de9574cddf5a940b Silly Safari Shows Inc. 32-C-0158 2016-01-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY1z&d=%2Fa%2F3d000000pnLp%2FnolACKrZiR8Ja444o8QYCqOMmqGenokijKkVVbGlMSM&asPdf=false  
4017b9e465a0bd4c Silly Safari Shows Inc. 32-C-0158 2014-11-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWYI&d=%2Fa%2F3d000000pjyv%2F5t4JNZULw5yvy19cIPQgRDnrxDCmZrLcvrM.Slivijs&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 639.27ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API