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 = "22-C-0080" 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
5d95a6ab643a6b7a DIRK MILZ 22-C-0080 2019-08-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglas&d=%2Fa%2F3d000000pddW%2FeUvbmbJ7AX5EORXWb7..G1OyBgcgEBFk8GfMhhQODk0&asPdf=false  
763e960e14561dd9 DIRK MILZ 22-C-0080 2018-07-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglkF&d=%2Fa%2F3d000000pRDv%2Fbj3538JNEbZKPhf5xG_bjOadgx2JJOn2hAM7oP6Wpzw&asPdf=false  
8062818680690573 DIRK MILZ 22-C-0080 2017-06-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egam1&d=%2Fa%2F3d000000pWdw%2FyjNN.67oa6BNhfVF4Es1OgqrjWiABtH9g9SxyI1MVns&asPdf=false  
8fcecd461a7032ca DIRK MILZ 22-C-0080 2016-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglcM&d=%2Fa%2F3d000000pkm0%2FPuaesxvV.8G4i2GXt4ndhvoUO29Zh9FiRD_.Wd8z0ms&asPdf=false  
3fad3036fc22d8d2 DIRK MILZ 22-C-0080 2016-01-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjqc&d=%2Fa%2F3d000000pT4t%2Fi3DbEZILgRKgc7.7Fj0ey3ntsG_0pCNeIRqGvhX.Stg&asPdf=false  
5b0ad7fbf3ca11db DIRK MILZ 22-C-0080 2015-01-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglsv&d=%2Fa%2F3d000000pjMl%2FcRC6Vk7sg4C3j.E7Wrtmem7NMRP27Zr.Ei7dLIFF08w&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 486.749ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API