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 = "23-C-0230" 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
ad2d6b31dfe064d6 JOHN HUBLEY 23-C-0230 2019-11-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh6C&d=%2Fa%2F3d000000pmPr%2FU0.OXSu7_BFNLRpUoEHbgMFonFRts1ovaxzryYSjacE&asPdf=false  
bc9899c2d2d98d9a JOHN HUBLEY 23-C-0230 2018-11-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf3D&d=%2Fa%2F3d000000pmJn%2Fhun7hfZy2L5UnfWWqWCHTOZHugyDbnSBRv6AmHJMqqk&asPdf=false  
7e528bcc5eb49099 JOHN HUBLEY 23-C-0230 2017-11-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf1Z&d=%2Fa%2F3d000000pkmH%2F0BVRsjn5H_ZudP7uSHdmzI0v1.QbYT0ewDdHTMJqSyA&asPdf=false  
fdd938c58cfd2af1 JOHN HUBLEY 23-C-0230 2016-11-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfCO&d=%2Fa%2F3d000000pdNe%2FP_gQGGFE6kGoQm2PWANpmY32ngeL0Ca_.t8VllIy1HE&asPdf=false  
b4248b3beab41e2b JOHN HUBLEY 23-C-0230 2015-11-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd0M&d=%2Fa%2F3d000000pjqJ%2Fpmxq_AzAQOD8xyr8TZzHbyxacw4rVfBtqVMYD.Y4TOE&asPdf=false  
7474d29b92b7a8e2 JOHN HUBLEY 23-C-0230 2015-04-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfCa&d=%2Fa%2F3d000000pT2c%2Fb1ELHXE_H.arGOYDo0JiqzE0h_Vceozc0lzdOvw.OLA&asPdf=false  
e20f21be4d5cbd19 JOHN HUBLEY 23-C-0230 2014-04-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfMo&d=%2Fa%2F3d000000pddx%2F6FYf6yGQ6e0rPOHmhJNsOSeFO6GV_2oujiGb7MA6n5E&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 25.621ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API