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

8 rows where cert_number = "57-C-0256" 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
ad80b13072b7609d Michelle Kaye 57-C-0256 2024-08-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000029vfc&d=%2Fa%2FSJ00000061Fx%2FKglyIN3ZtZf1rUTi.WUTfpvsRR0VKKWkM72.JzFJ9zw&asPdf=false  
94b6cbfb5641dd85 Michelle Kaye 57-C-0256 2024-08-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000028fZX&d=%2Fa%2FSJ0000005uHh%2FjxgfqQaxdY.2WQVINDqOi4yzkFK822ud4ACtZkVkYBM&asPdf=false  
539290e0a4168667 Michelle Kaye 57-C-0256 2021-07-13   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMZAq&d=%2Fa%2F3d000000pnSk%2FPCA2KZmSPNzvuTKc9OeEbConRuTycEGQmu1rJVA7.pg&asPdf=false  
ff1988c9f6aaca32 Michelle Kaye 57-C-0256 2019-06-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaoV&d=%2Fa%2F3d000000pltN%2Fzzl46lbQzjIC7xQwpcXTfXqUInxsk57D9aypdAZG28w&asPdf=false  
a5819a241c9493d4 Michelle Kaye 57-C-0256 2018-03-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeuv&d=%2Fa%2F3d000000pn8l%2FChrrPZys._KUaQi93u.43vKMLm7tTAJ9bdP6c5oOGnA&asPdf=false  
4fbcf3f6eda32010 Michelle Kaye 57-C-0256 2017-06-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmRa&d=%2Fa%2F3d000000pi7Q%2FfVXoboEUlUW0xlWoQID5.1H_.jwwiRUX7vK.CfuMKUQ&asPdf=false  
7d517f671521d575 Michelle Kaye 57-C-0256 2015-04-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfGO&d=%2Fa%2F3d000000pXOV%2FtHtQrTv1xiCt1BuMTrNsawRXC_7F8FCn.s6Hoc82cVw&asPdf=false  
7ecd68251faaebeb Michelle Kaye 57-C-0256 2014-03-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfig&d=%2Fa%2F3d000000pos9%2FlkVhW5kp64PR.tG03sYhOZ0O31TMueE44EYBeTkA65I&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 515.655ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API