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

10 rows where cert_number = "74-C-1008" 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
3430ee5960b3b7a6 City of San Angelo 74-C-1008 2023-06-06   0 3 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008mB95&d=%2Fa%2F3d000001K5PW%2FIA6LydejrmzO8sSRP4ofNEn0zB7oxn8xJvKAyEgjXvU&asPdf=false  
b7717d1f9f7e717a City of San Angelo 74-C-1008 2022-03-29   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwVe7&d=%2Fa%2F3d000000phJe%2FrBuLvt_hT3KHBgCOqzE7K5JcpwntHHOy.hQrW9O1Bzk&asPdf=false  
955b40d32449dc5e City of San Angelo 74-C-1008 2021-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8PeS&d=%2Fa%2F3d000000pRwo%2FBDbMzI15hcpYnD7F8W8LY9.W5AsyvpojOmVYCdCFe84&asPdf=false  
21a3f00a1309fabe City of San Angelo 74-C-1008 2021-03-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESaCZ&d=%2Fa%2F3d000000pmwi%2F8rGMspp5wT60mJVggTB0V3odQjg.dcFXAzQyDkELDR8&asPdf=false  
a9ad310a5c47a4e7 City of San Angelo 74-C-1008 2019-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYpZ&d=%2Fa%2F3d000000plz2%2FZAEKIRy4FLd2sA8_BpF62djzBHG3YdXkybGqgJxXmj8&asPdf=false  
b0c0adaffbc3f323 City of San Angelo 74-C-1008 2018-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYG0&d=%2Fa%2F3d000000poVq%2FOMEEPyDOyHG141pPVryrpG8ZODRTtai5uWA_WaweeWg&asPdf=false  
98a193f328d85c41 City of San Angelo 74-C-1008 2016-11-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYVx&d=%2Fa%2F3d000000ppMu%2FWtgkPMVKXzTp_XLaRZYFZGiV.3.wdtiCRQHEj9vy_Ys&asPdf=false  
6350945aae716422 City of San Angelo 74-C-1008 2016-04-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWEc&d=%2Fa%2F3d000000pfxg%2FWDAC2hnqCyzxR.f2HYKj5iRe6Gx8ElaSVtWJ8HV_BnY&asPdf=false  
e9865c894a880491 City of San Angelo 74-C-1008 2015-11-17   1 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYmE&d=%2Fa%2F3d000000pdW0%2F0f524_uG7gWlr7jcnIxIGi2AjH9YTIIitd0wi4_rVNA&asPdf=false  
d60999f85676d2fc City of San Angelo 74-C-1008 2014-11-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXtt&d=%2Fa%2F3d000000ppBs%2F6gkW.lSODmDBYTWSut4Bpi2YcfEtCRZmcPbsH9qedQE&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 842.012ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API