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 = "34-A-0200" 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
9b438f10791cd722 FRED YODER 34-A-0200 2018-11-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkTL&d=%2Fa%2F3d000000pn4y%2Fqtzvni.EyeO5.chcxVlZ52Czky9XfkG6Lh0aQIB763o&asPdf=false  
9f685e2aaa9fa2c4 FRED YODER 34-A-0200 2017-12-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkxL&d=%2Fa%2F3d000000pdVy%2FE6tr.QmlE0lv82Ie6V0meS4Du2EGlK.kYJfOLacchc4&asPdf=false  
006a5620401bb36d FRED YODER 34-A-0200 2017-07-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXeY&d=%2Fa%2F3d000000pnJl%2FqZmt4F7JputuW0GYXKQD0Tx.TvzHDnjy.2vjs3aQXX4&asPdf=false  
a34e52bd97d20b69 FRED YODER 34-A-0200 2016-08-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglzE&d=%2Fa%2F3d000000payA%2FMtj3cMtm.mLYM0Lk0rRT5Jz_XRXG4n7hpISnQfuNDrc&asPdf=false  
ebd5c3c33cbfec54 FRED YODER 34-A-0200 2015-08-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkRv&d=%2Fa%2F3d000000pdrR%2FfMkhjtNTEeRMCwjh1_zK3Saiq1FUTWQoRI2N9J_sBws&asPdf=false  
b5c6a2b0b1ba79cc FRED YODER 34-A-0200 2015-03-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbSl&d=%2Fa%2F3d000000pohq%2F47eSRdQx2lo1jRu8ZZO7CVevc0Os47ixSaaz..I7NIA&asPdf=false  
2dee1ae382def83f FRED YODER 34-A-0200 2015-02-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd81&d=%2Fa%2F3d000000peyj%2FNvXv_nXauSmarKFBSqreXhfiaJ.7XRTakhUJhd8oeOA&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 536.068ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API