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

5 rows where cert_number = "74-A-1509" 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
fc302ebfc1f1beeb Eulanda Bates 74-A-1509 2021-05-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhAEx&d=%2Fa%2F3d000000pWm2%2FO87arPcSSL_cjFvm9_xNtv0p7trx6BYtfzw8INA87oY&asPdf=false  
522e2d92710ed355 Eulanda Bates 74-A-1509 2019-11-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiSr&d=%2Fa%2F3d000000pTG2%2FTmhkyHrx4OP5T5EagNw2m4fmHD383Uf6ob9mk0S6b9E&asPdf=false  
dc24a48496662008 Eulanda Bates 74-A-1509 2018-06-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcpV&d=%2Fa%2F3d000000pax5%2FApAYI4oT9S7CfozJp2nKHBe_qcpXV1eZN_3upCYnA40&asPdf=false  
b7da33ffe361181b Eulanda Bates 74-A-1509 2016-01-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfcL&d=%2Fa%2F3d000000pUHZ%2FAQoP7sDkr5UHq6LaZaJaTQkDZ8xwR4tIzCPI39qxOfU&asPdf=false  
35eea0e8bf7f65f9 Eulanda Bates 74-A-1509 2015-08-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbta&d=%2Fa%2F3d000000pS8y%2Fkx1CPjnx.qaocAVxDLFHFCWAxKqE8PzfVWYX4d4aNdY&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 299.356ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API