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 = "42-A-1516" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
b44f3c8e3c40d585 CHRIS VANDERVEER 42-A-1516 2017-04-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZow&d=%2Fa%2F3d000000pmoX%2FrnbyNwSd3xfWbD4OLcfOrsVL0rS0TOansm1_30LqJys&asPdf=false  
d276fda7abde4691 CHRIS VANDERVEER 42-A-1516 2017-01-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc7J&d=%2Fa%2F3d000000pn4A%2F8hI3ncpwo_5h.dDsYFrc9a1PxIwPE0tFPmREM1dCgCI&asPdf=false  
0233de474546c125 CHRIS VANDERVEER 42-A-1516 2016-11-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcdD&d=%2Fa%2F3d000000pfzv%2FMywAdWrR85EL_FQZE3n8XD_osWxXPASupNJD0Nx4FwQ&asPdf=false  
aba2223cbe35fb8d CHRIS VANDERVEER 42-A-1516 2015-12-08   0 7 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwWZ&d=%2Fa%2F3d000000pgmW%2FhreWhvUywoZ.iT2shMZjeN5IYBVjgr0A3GdYa490Jlc&asPdf=false  
1ab255b804110711 CHRIS VANDERVEER 42-A-1516 2015-06-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgawB&d=%2Fa%2F3d000000pi0T%2FXh5B_d1qL0N.elnAZ1IKl5YQj02X_3e9Q2CMbS.VV9E&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 56.808ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API