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

6 rows where cert_number = "93-C-1153" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
d66fc81198784475 Avian Entertainment LLC 93-C-1153 2024-04-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000D6qt1&d=%2Fa%2F3d000002nDKG%2FzrYyUB0xvWm8LWFZGt2gfO_7SEVR10V_RNZcTjjk8u0&asPdf=false  
547cce1511efc901 Avian Entertainment LLC 93-C-1153 2024-04-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000D6jZK&d=%2Fa%2F3d000002nCOk%2FMuWhDzDUEo1Wk4SEyNDkjdNDXNrrXD2wnbms5rnEO2M&asPdf=false  
b97e324cd85bc9f7 Avian Entertainment LLC 93-C-1153 2023-03-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uekT&d=%2Fa%2F3d0000012vyP%2F.hP2LFDELjjLHJsKoILblGAuOFzTPVUGTpapIz5kBFI&asPdf=false  
eb191ac07e4f38a8 Avian Entertainment LLC 93-C-1153 2021-01-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERkQc&d=%2Fa%2F3d000000pRnA%2FWlUVIB6O3ommoKLPTbcIf6f_PJCpAqWSRUHN72Z1WTw&asPdf=false  
df93e10d996e6c94 Avian Entertainment LLC 93-C-1153 2019-08-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdAY&d=%2Fa%2F3d000000pjOC%2FYs_r.yfVyv5lL789BmgKqob1WfeKBa4oCt5TDWgkM7w&asPdf=false  
57c74578ff7e1f36 Avian Entertainment LLC 93-C-1153 2018-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZch&d=%2Fa%2F3d000000peyg%2Feors9aiCEPnbJDz0ILalqCJxZsSeVIruZlcVnsOo3bg&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 453.506ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API