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-0041" 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
be39ccc2f8d3bc46 Joseph V DAngeli 22-C-0041 2023-04-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008ESKH&d=%2Fa%2F3d00000190KR%2FIWPj_B9A1kUxAZ2rtyixuwod4P2XZK6WfNnQCHt5eJE&asPdf=false  
ae113a070d4475dd Joseph V DAngeli 22-C-0041 2021-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNB2F&d=%2Fa%2F3d000000pX4e%2FuzxfbKX8xb6ODBH_Br4yBTIyvbnhlRh3SOIn96xxTU4&asPdf=false  
f1327ee924354c83 Joseph V DAngeli 22-C-0041 2019-07-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZYi&d=%2Fa%2F3d000000pm9s%2FwXFUOsTgmd0lQGRIzbqXeXYHtzZPW36QrHRte5jHkis&asPdf=false  
1f51c313d4251900 Joseph V DAngeli 22-C-0041 2018-08-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYz1&d=%2Fa%2F3d000000pSsR%2FdXD2rTdDuwAKuWZ5t1Fuspz4afoJQjDGJJ_0MvGpz_g&asPdf=false  
5ef59fc2bd54289e Joseph V DAngeli 22-C-0041 2016-06-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXye&d=%2Fa%2F3d000000pSSL%2Ff2JcsaAWWSy6gtIPiWBloLSSq3QBH5xP3L8SNF8OrB8&asPdf=false  
2b004e7499684eb2 Joseph V DAngeli 22-C-0041 2015-06-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaFS&d=%2Fa%2F3d000000pl4k%2FdzPSuzt_YzoJ.jRImKwDxyVei8am9LFk7lI7crvl.4g&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 313.143ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API