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 = "33-A-0581" 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
059d2e0fcf2d4e0e Larry Hochstetler 33-A-0581 2022-12-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gP8mw&d=%2Fa%2F3d000000pdJn%2FxWaMiYxiJzBoEZsVZRuyFJGgcj64GcsM73VDHUjlxM4&asPdf=false  
e3668c78b726689d Larry Hochstetler 33-A-0581 2022-01-11   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V92jC&d=%2Fa%2F3d000000pdJH%2FvvVdv_wZXPijelgzoBAKrh5cIkGWzmBRLtK4Za17LPQ&asPdf=false  
101848b0f0a83cb7 Larry Hochstetler 33-A-0581 2021-04-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ngyor&d=%2Fa%2F3d000000pdKC%2FEBOk8IhM3b09AjcPGD_gZmLrbDI1BBHskud2A8u0z7k&asPdf=false  
121c09a3128e1ea6 Larry Hochstetler 33-A-0581 2019-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiXb&d=%2Fa%2F3d000000pdK1%2FbrAGu.fJSBWrKNtDFZQ0kB74gfAjPtPC663mFPbTKsA&asPdf=false  
76f8ed03278c4005 Larry Hochstetler 33-A-0581 2018-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh2J&d=%2Fa%2F3d000000pdJY%2FMrURAtFp9rvemXcx7f8tiMdjc5dKQkxyX646.fiiI6U&asPdf=false  
529af33db936b4cd Larry Hochstetler 33-A-0581 2017-10-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbLE&d=%2Fa%2F3d000000pdJB%2F6Q_5KOKDaX73.fqydHKfEv5bzaF8mcsJMo9_DQOyEaQ&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 302.639ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API