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 = "41-C-0148" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
05bcf1fd37c1fdc8 MIKE FOGEL 41-C-0148 2020-10-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FRtND&d=%2Fa%2F3d000000pbcJ%2Foka0NEIx3RpQZuRlqD8JLc8W3Eb7EfOB00sLe1E9opM&asPdf=false  
dea2bad98c161917 MIKE FOGEL 41-C-0148 2019-08-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgioX&d=%2Fa%2F3d000000pmEm%2FkY.BphiQgRmHAJANkqL8CEOKl0sTJ6H0JHewAzS0QXY&asPdf=false  
de15ce2ff9c720b9 MIKE FOGEL 41-C-0148 2018-10-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjVa&d=%2Fa%2F3d000000pWUn%2F9RuzKUNqy7RCX8ZSbisekFml0Oc3DQL4pT3nVYpEAnI&asPdf=false  
0ba83e19ace7f18d MIKE FOGEL 41-C-0148 2017-10-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiYI&d=%2Fa%2F3d000000pkao%2F6nbygTpLnU7Wbent_CCHJonTnwuBP64_h80roD6PvaY&asPdf=false  
841dd252035058c0 MIKE FOGEL 41-C-0148 2016-11-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfgY&d=%2Fa%2F3d000000pkE8%2F2_Gsm4oceUqrrQt3bK3qB_L7wtagHhY6p44yJ.mCPIY&asPdf=false  
47fa27f46ccc34f7 MIKE FOGEL 41-C-0148 2015-11-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi0g&d=%2Fa%2F3d000000pfJi%2F1IVu78IyhujreJfr.iuXOnRj8MyV2d25s0fuBNRZzF0&asPdf=false  
9388077d2f326446 MIKE FOGEL 41-C-0148 2014-10-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk7x&d=%2Fa%2F3d000000po8w%2FFBFKaHOccZYz987CWjZeM3LRcU2Rd.leAPBIpSxBg3A&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 946.657ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API