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-0269" 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
329d73453e62f9a4 Sean Poppy 56-C-0269 2024-07-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EOOi4&d=%2Fa%2F3d0000038odQ%2FhhdrFPtBq9NdFtjPnGoCJx9JkHQ36i_D95cDYD89nus&asPdf=false  
c303a3516f238b4b Sean Poppy 56-C-0269 2023-10-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ATWnj&d=%2Fa%2F3d0000022gUj%2FX1_IE8pbwx4OwCNDcJcU7YwZ1zQ4SCSEwa8.7dOuyQo&asPdf=false  
a5567a4453d9704e Sean Poppy 56-C-0269 2022-12-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvJ5c&d=%2Fa%2F3d000000pcgj%2FCiBcsWEAFe97Hm_ur0ykb_pQLtAtU68vVUli4Dm6UhA&asPdf=false  
05c112fd71d03f14 Sean Poppy 56-C-0269 2022-05-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwpJY&d=%2Fa%2F3d000000pcOw%2FZvlikGqwerRYS3WQ8s_TQ0wQpazj1Zcyymxecv1SrkE&asPdf=false  
6d50093046004624 Sean Poppy 56-C-0269 2022-04-26   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwjQJ&d=%2Fa%2F3d000000pcPu%2Fz7jcdLmetneqs717yWTxSHxumhVcVRoAoKShflccT3I&asPdf=false  
c378ed5a1fac1f1a Sean Poppy 56-C-0269 2021-09-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNERt&d=%2Fa%2F3d000000pcPl%2F_3wulYvyaL2yLzcDATkXZrhTXHegdCbwfywDRq00TRw&asPdf=false  
488289f825beed18 Sean Poppy 56-C-0269 2020-03-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYxb&d=%2Fa%2F3d000000pcOx%2FTB9KueO1Mh8eXTQtRa8WIsLV_EjHuPcr8N_j7Dr5Yac&asPdf=false  
6cb9b47d83fdc614 Sean Poppy 56-C-0269 2018-11-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiLo&d=%2Fa%2F3d000000pcPi%2FJgX2zYEVsreIGu8ScrNqxkRlCbBSDeogelupMe7KRQo&asPdf=false  
e7bed4c6dfd29207 Sean Poppy 56-C-0269 2018-05-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcZI&d=%2Fa%2F3d000000pcOm%2FygwN3LCH0G6G3lYibAybPhXPgPHSQb1te9jMGHwbqyA&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 23.912ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API