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 = "43-R-0129" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
013777c8a08cc07f UNIVERSITY OF MISSOURI-ST LOUIS 43-R-0129 2019-04-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeQ4&d=%2Fa%2F3d000000pS3h%2Fkrd44IAOTVAaR7Q34G32IyFvPV.8PsazTDnCpe_8UfE&asPdf=false  
da7e24dc2541877c UNIVERSITY OF MISSOURI-ST LOUIS 43-R-0129 2018-04-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmZd&d=%2Fa%2F3d000000ppNc%2FbAs.1E7NlKC_d2XfrAsWeiBp4tmkANrPA_xQiaQs3mY&asPdf=false  
def2124a73e0be4e UNIVERSITY OF MISSOURI-ST LOUIS 43-R-0129 2017-10-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmhI&d=%2Fa%2F3d000000pmk0%2FlUl_8Dir1oNcXSFLSXG.UflnBFNZssEQeFI.ivx73FA&asPdf=false  
e7658885d23d41e8 UNIVERSITY OF MISSOURI-ST LOUIS 43-R-0129 2017-06-22   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXmE&d=%2Fa%2F3d000000pevm%2F1BpyDUmFktl_7wRxsrSkI.Fu5rnPKmQS02EQ.b47jrk&asPdf=false  
8767c21ca6b16ad5 UNIVERSITY OF MISSOURI-ST LOUIS 43-R-0129 2016-05-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc8M&d=%2Fa%2F3d000000pSDU%2FnLrqJoIIaZGQ2b9i54UDqROPQl7z_WcYzq9r0llRe6g&asPdf=false  
86ef6d609df53f06 UNIVERSITY OF MISSOURI-ST LOUIS 43-R-0129 2015-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmJg&d=%2Fa%2F3d000000poQh%2F6Xoduo3Pifb_m3d1jrqw8L0.hCqFCrCBQNFQGy8H508&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 177.275ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API