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

8 rows where cert_number = "33-A-0567" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
635482c5f8de0ce1 Marcus Gingerich 33-A-0567 2022-02-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Ped&d=%2Fa%2F3d000000pUzW%2Fkd.x2mtvm7KGJVn5XlY5D.QFkMOpQ44XZp0Z2NJNcpE&asPdf=false  
78a770f7ddcd2428 Marcus Gingerich 33-A-0567 2021-04-14   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NEmbX&d=%2Fa%2F3d000000po4A%2FSp3sE1Ne.ab2DEURLRDAmnT431m0j6kej63gTzVHh70&asPdf=false  
a32ad194e0a36ebe Marcus Gingerich 33-A-0567 2020-02-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdVR&d=%2Fa%2F3d000000plZh%2FuUg_SfnVdSw3YArn6fsZrQNSUOxlkynAvlI5S23izpw&asPdf=false  
18a9e06b8ab86ff8 Marcus Gingerich 33-A-0567 2019-09-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggo5&d=%2Fa%2F3d000000perS%2Fw_YFLtrUWCRC65vblPkYg2nod1z8Xqqhk7XezZpymo8&asPdf=false  
d35da7310975633e Marcus Gingerich 33-A-0567 2018-09-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggty&d=%2Fa%2F3d000000pmj3%2FeKzjoITmMDD2ZZtWzyqDOX8es_hcfUleDAyjGMfz3Kw&asPdf=false  
05311e2aa0b86629 Marcus Gingerich 33-A-0567 2018-07-03   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egicq&d=%2Fa%2F3d000000pgki%2Fjj7YY9f4HAJcQmQtc52zO4v15vbXM5L1nS63L5dGEAI&asPdf=false  
352740e1940dd371 Marcus Gingerich 33-A-0567 2016-10-20   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjTp&d=%2Fa%2F3d000000pliH%2Fx9mEaOdepvTIMwzujzNzhPn7HXGzEXLiBczTtPX1Gz4&asPdf=false  
d5c57532f3d2cb2d Marcus Gingerich 33-A-0567 2016-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYP4&d=%2Fa%2F3d000000pRbY%2Fa5HLL7YeOqRUPFI3BESGhpMQy839cjO8Tr63w6L3Djc&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 24.015ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API