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 = "61-B-0143" 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
cfb9b97cd15b59e5 Nathan Miller 61-B-0143 2022-10-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awgUH&d=%2Fa%2F3d000000pVlg%2FtYmRPtUmr_r91MiWev9AYdXCSqJ6RRXV9p9jVCatHXI&asPdf=false  
45a5380e7f3df7a3 Nathan Miller 61-B-0143 2021-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8nrj&d=%2Fa%2F3d000000pVlF%2F_2pZ_uP.FBYxbIzPkjezJaHrg9HLpzCwaV2K8QDeXbk&asPdf=false  
b28ad753659851b9 Nathan Miller 61-B-0143 2020-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeUd&d=%2Fa%2F3d000000pVm4%2FbACUS41sftC_vDbU9aCl3CmGe6PC_Su_c8H5ggsFQ5I&asPdf=false  
354196689d1b6011 Nathan Miller 61-B-0143 2020-01-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiLd&d=%2Fa%2F3d000000pmdD%2FD182Lo9K8Qe7XwVMzLPeUXLQrQhu757U19ju_Qch3t8&asPdf=false  
00f1381e7403a7a1 Nathan Miller 61-B-0143 2019-10-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbkV&d=%2Fa%2F3d000000page%2F4gN9rSSktlFw8gXdqUdYOFGnCp5iEociSyjKg6oCl4k&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 3.582ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API