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

7 rows where cert_number = "23-A-0700" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
dedcf8a0a515568b Aaron S Miller 23-A-0700 2023-07-20   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009DOHS&d=%2Fa%2F3d000001TQ4f%2FfDFQ11612Szyb0v1OBjP29E5GjARd1mgs9DJN.2jUdM&asPdf=false  
5e094b53b6d90e92 Aaron S Miller 23-A-0700 2022-12-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gP6tQ&d=%2Fa%2F3d000000pdBj%2Flj4I62MuYFhRcJlEEYqIk.UrenTVlzzDPMT6uAWevv4&asPdf=false  
900e1f42c04113a4 Aaron S Miller 23-A-0700 2022-04-05   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwWCs&d=%2Fa%2F3d000000pdCD%2FxiE.r5W7Frnq4jyKc0BzmYiCzfx.y3dlsPQqy87szQg&asPdf=false  
faf3ebb49a9bebc4 Aaron S Miller 23-A-0700 2021-10-04   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNRyA&d=%2Fa%2F3d000000pdBT%2F6MWJIdEXakr1IpdFQCz.zjayqRAjbDJuH6BA08F6UqM&asPdf=false  
7b76f8468561f4bf Aaron S Miller 23-A-0700 2021-02-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESRFT&d=%2Fa%2F3d000000pdCT%2FJMAv_G.RTvxIXPHG4zfcKTp.p7CHG4JwdcH0KwbtoEg&asPdf=false  
63e007261e585dde Aaron S Miller 23-A-0700 2020-01-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglro&d=%2Fa%2F3d000000pdBI%2F_XgKfwRX6ef2_tefzeUMn7Pz2YR32edmuhoGJsMnKaE&asPdf=false  
f691a72661d29fe5 Aaron S Miller 23-A-0700 2019-09-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgakV&d=%2Fa%2F3d000000pdBg%2F48vJg0Rym8vNBdKSUbkcxOWLkwqP2_J8aAxcKXGOXZ8&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.671ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API