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

10 rows where cert_number = "58-C-0945" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, 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
5ef5a3aa2540b77e Alain Zerbini 58-C-0945 2023-09-22   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AAjkP&d=%2Fa%2F3d000001vSyb%2FwBoKCkSeMDjU3WokJ8tgThyAM27xHP8IZi_iJzMgkjs&asPdf=false  
24fc75a8b0c3b359 Alain Zerbini 58-C-0945 2019-05-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYlo&d=%2Fa%2F3d000000ppHl%2FiSzwEijOWEqDROATpI4SLNlXFVA_BLms3eW5ph4bJVY&asPdf=false  
4861a9933de99069 Alain Zerbini 58-C-0945 2019-02-04   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggrX&d=%2Fa%2F3d000000plxL%2FUcnaZ8sKXcOZaNkjhGF5gjoJRwLYothf6km8gjIWsYk&asPdf=false  
8acec896762a6fcb Alain Zerbini 58-C-0945 2017-12-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfwp&d=%2Fa%2F3d000000ponv%2FYQYf1fdWt.wh2ToUIuUj0SLivyjRO1q8dhj4VW5xiIQ&asPdf=false  
4cf718c2d25d77be Alain Zerbini 58-C-0945 2016-12-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg93&d=%2Fa%2F3d000000pX0f%2F2KK1W.fCxXUE5Suoz.WKlNogDUdcuWHUUMtKkK_p9ds&asPdf=false  
90e36793cf220b79 Alain Zerbini 58-C-0945 2015-12-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd9P&d=%2Fa%2F3d000000pnlR%2F0aP8.cWZ0QFchMFkaf.vfQcG_e3QvF7yi01xiKaCj5A&asPdf=false  
b21bdcf3bca59ab4 Alain Zerbini 58-C-0945 2015-10-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdus&d=%2Fa%2F3d000000pkhY%2FFnaS2hydpNbE5TZlN5wy2sCcDXLISZQWoMfStFeSSmw&asPdf=false  
9ad0fbe25f29b2ab Alain Zerbini 58-C-0945 2014-12-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc7I&d=%2Fa%2F3d000000pX32%2Fc2qg8u9ABUZ99EIF98WYv7jH1hyPqJydArdXUoGo2H0&asPdf=false  
c81f1eee7eda9346 Alain Zerbini 58-C-0945 2014-11-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZb5&d=%2Fa%2F3d000000pfxS%2FYx07wppHlsg6MP16djzvMbCaNZNsGTRtW9t_3QeUYzM&asPdf=false  
6ea95b1f49d5b281 Alain Zerbini 58-C-0945 2014-09-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggAa&d=%2Fa%2F3d000000pXP3%2Fj3NXfD15xDthIiWMUGBYyAx19ea.Sm3MO_sc3IpRhdE&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 4.192ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API