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

9 rows where cert_number = "31-A-0420" 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
22133a6dcdc9df53 ABE YODER 31-A-0420 2019-05-20   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjnT&d=%2Fa%2F3d000000pl2z%2FRvV9Obbs77cnE8U4JF4KCY42IWPTiDkQlmELqGMVXCk&asPdf=false  
b55155bddd08bcab ABE YODER 31-A-0420 2017-12-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjcL&d=%2Fa%2F3d000000pb6v%2FVatSp1tD0d8NGeTXR8Kair2PcatFTFZQa4KiiYt6lfQ&asPdf=false  
132dbf4b344bc4a5 ABE YODER 31-A-0420 2016-12-14   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWsM&d=%2Fa%2F3d000000pX9j%2FVPpZjSM9y54jMHqcgNis4KJyUvGuGyWuMtV0T5AOSyE&asPdf=false  
6d1313784dcb52cf ABE YODER 31-A-0420 2016-05-19   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWt5&d=%2Fa%2F3d000000pSkj%2F3YhY6g0ucl44_kNsB1vIcYI6eI9luUox1tafXqrk8Vs&asPdf=false  
08cf173a56c488d1 ABE YODER 31-A-0420 2016-01-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh4t&d=%2Fa%2F3d000000pfn6%2FTaRA2BzYAax6dwn6Is_Ru4nRePlLAcOzSagzmvHAXA8&asPdf=false  
8a2aa7d216a201f3 ABE YODER 31-A-0420 2015-09-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmJQ&d=%2Fa%2F3d000000pgev%2FMOqRtBkJda3WtlVhM_ie53T2As_zRwTKj6lERWEYMnY&asPdf=false  
3c05501bc55f69a1 ABE YODER 31-A-0420 2015-04-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmXo&d=%2Fa%2F3d000000pk17%2FN8ZbJRiG2MgEWSGB.CVbQ6ivpzOurYtjoqAx4eemic4&asPdf=false  
aee7dae01f17aab7 ABE YODER 31-A-0420 2014-04-24   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX2K&d=%2Fa%2F3d000000pkjK%2FAxKQ0snN83Y1lXT7eP035E7.LHzxkNrkSkD8VO.t5Bw&asPdf=false  
89dd79f58664801a ABE YODER 31-A-0420 2014-04-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmiF&d=%2Fa%2F3d000000pdge%2F6zDi_2aVteVKTXWGs_u86phmacuGGbW231a.EUENHdg&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 29.772ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API