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 = "31-A-0589" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
fffb30602cb842eb ALVIN HERSCHBERGER 31-A-0589 2019-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfrz&d=%2Fa%2F3d000000pkUK%2Fc3shbF6OzUREfnsyQ_SziJgG2jriCC857VkGuLaD8T8&asPdf=false  
0ef37aa4cad7ff6e ALVIN HERSCHBERGER 31-A-0589 2019-09-23   0 3 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwqu&d=%2Fa%2F3d000000plBL%2FpCis_6UrTYDT8q8nSbrScbkf.ZLWSkyhtAgR33bJW24&asPdf=false  
382ef47c501115a7 ALVIN HERSCHBERGER 31-A-0589 2018-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkCj&d=%2Fa%2F3d000000pkmC%2FK56eRlFn1upGiZJndj.rnfouPwMF_l0.DDAywBVercM&asPdf=false  
a0e2b1acb3c35cae ALVIN HERSCHBERGER 31-A-0589 2017-11-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglFx&d=%2Fa%2F3d000000pnX0%2FCl7axojaAzkmtY2CN0qGeti7uA7XR2gE_yGV.n0QMTA&asPdf=false  
e2e4c6530a9b77ce ALVIN HERSCHBERGER 31-A-0589 2016-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl4N&d=%2Fa%2F3d000000pln0%2FUkWRdrnbfLTCq1xIKix9bm0QtnyEYD9SaRaoYXRArHc&asPdf=false  
556dd19e6c1ac22a ALVIN HERSCHBERGER 31-A-0589 2016-02-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdmf&d=%2Fa%2F3d000000plk7%2FHq1aUhiefEoK1ytwHNk1b.nAAPfyTu6h7JL6URXlTuA&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 1382.803ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API