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 = "71-A-1343" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
7737b229977d05ea Aurelie Morren 71-A-1343 2019-11-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiuG&d=%2Fa%2F3d000000plSx%2FvSxqvI2CqM8juKfdBbkU_8jDWK577UOrdoL.KFiECwQ&asPdf=false  
f405fd8ee9bdaddc Aurelie Morren 71-A-1343 2018-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egihk&d=%2Fa%2F3d000000pfip%2F9Ox7G2lSLjJS5bTDnSdAJIUQvwjFYR.UDPtvTg_X954&asPdf=false  
3a3b613fa948ec95 Aurelie Morren 71-A-1343 2017-10-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egiy4&d=%2Fa%2F3d000000plx3%2FR5nybAhecOgIR4AaCoWnK_T8dj21FWPiexFj6ESKDOc&asPdf=false  
ecf1e799557103b1 Aurelie Morren 71-A-1343 2016-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkYV&d=%2Fa%2F3d000000pSZ5%2F0vViS.u914uyvmF9OWoILFYTX9yC6Wjap20IXwNpoH4&asPdf=false  
f93eb7038e461e8e Aurelie Morren 71-A-1343 2016-01-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkWu&d=%2Fa%2F3d000000pnx8%2FiZbdAiNt.zGTUGlFJZhsTSNBPkyz.lqWOrEe5lMgaMU&asPdf=false  
e91bcbd7514869bd Aurelie Morren 71-A-1343 2015-08-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaYx&d=%2Fa%2F3d000000pfoJ%2FIYn6t96gBnH9oTXRS.hRkeRHJTkVbjRLzaTjOHbUvGM&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 4.482ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API