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

9 rows where cert_number = "56-C-0275" 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
93f00845f4157de3 Ballyhoo Petting Zoo 56-C-0275 2024-10-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000CQPvC&d=%2Fa%2FSJ000000vzoM%2F1Uj5ZmvDE99uTm0F1RfET0kHHxLVTDzuEfgLg1z9i4U&asPdf=false  
6e4d0ef709b94a8e Ballyhoo Petting Zoo 56-C-0275 2024-06-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EH10j&d=%2Fa%2F3d0000036vbJ%2FOstM8aFL0Z_KZIV86PtkqY2nZJq.c8nvtORPUyUmvlM&asPdf=false  
518418ea3e9f15ca Ballyhoo Petting Zoo 56-C-0275 2023-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BF5AB&d=%2Fa%2F3d000002D5sk%2FgMKc51HcplPxVGgP6pVb7633Op4O4iygjZqG3CE0PzY&asPdf=false  
2a8f2b4303e13d75 Ballyhoo Petting Zoo 56-C-0275 2023-07-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009Sxix&d=%2Fa%2F3d000001aVAp%2F9n.5wPxOs6dL3kIxOqr9qG0rubZ3WEeMqIP2WJZQpFs&asPdf=false  
e0dd49adc4e125ac Ballyhoo Petting Zoo 56-C-0275 2023-05-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008WoC4&d=%2Fa%2F3d000001EY3T%2FSJsurHcCrEEbMNKMt5rXRG7UHFb1vk4TFVBQVIBleTo&asPdf=false  
c5277968846e35c4 Ballyhoo Petting Zoo 56-C-0275 2023-05-09   1 6 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Tf2q&d=%2Fa%2F3d000001DdrU%2FE.eca77UBmxkWGMgvt8TtoWpRhIlXs0mQQchEzDwOLQ&asPdf=false  
8172d4f88ae20f60 Ballyhoo Petting Zoo 56-C-0275 2021-09-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNKy5&d=%2Fa%2F3d000000pjS4%2FYeUleUreXlp5cJTcQlH1DEYe3XqulAll6eHZvxAlxy8&asPdf=false  
51544a876c5f21ad Ballyhoo Petting Zoo 56-C-0275 2021-08-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN0SM&d=%2Fa%2F3d000000pkLu%2FNqMLUXzq_25BEATi1EawxylEvlHtE58rE2RyVPBRL.U&asPdf=false  
055c6e8ed201a991 Ballyhoo Petting Zoo 56-C-0275 2021-05-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhDPv&d=%2Fa%2F3d000000pWlh%2F41uwHq5sv.YGUCY0XelQNHLEw3AYTdA2g.Dm92o6s4g&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 76.279ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API