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 = "31-A-0425" 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
8bcb4524be81d526 Bert Miller 31-A-0425 2022-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9b1v&d=%2Fa%2F3d000000phDw%2FQWdb7sd4uuPsU5Q_hkJGOFiVf1L5GJbUTIph8Ac4KaY&asPdf=false  
cbea4e18e9499aec Bert Miller 31-A-0425 2021-11-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Npw&d=%2Fa%2F3d000000pfb5%2FxpaGiz0I.dRaYGCwS.cf8zarSf6OHrQb7mtii7Ad4eI&asPdf=false  
ffe822c789a030e4 Bert Miller 31-A-0425 2019-08-27   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglGn&d=%2Fa%2F3d000000plfk%2Fc7jhybTz9VQ4_RncPuB67LJEIHSwGJxj4BKPXDp78bw&asPdf=false  
94fb5fe18d15525d Bert Miller 31-A-0425 2018-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglQ1&d=%2Fa%2F3d000000pUug%2FjC_3PITaWWJvpCK2JwXo_miPoS5q86P4m9iyDVAeWJY&asPdf=false  
8f4c731946f37a49 Bert Miller 31-A-0425 2017-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl6A&d=%2Fa%2F3d000000polJ%2FxwMbRb45dCJ._c320xEjZaJ11LjNmorOQd5ITJY22qo&asPdf=false  
c5958182073fa511 Bert Miller 31-A-0425 2016-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggmv&d=%2Fa%2F3d000000pm14%2FsDF5V307cEdqq7865bu54zj0FU_thRQBhdGim3kFyA0&asPdf=false  
60a0b7575b70b072 Bert Miller 31-A-0425 2016-01-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggni&d=%2Fa%2F3d000000pWb4%2F_jka2IKWk2XTF.GiEdVsvHZX7AgZ9m5hXvRmJEvDcTw&asPdf=false  
ba79bac846d69bd5 Bert Miller 31-A-0425 2015-10-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj4r&d=%2Fa%2F3d000000pp7v%2FF2S06wc9t38ts6ck1avQXrKs7i3cEX1AVfGfTi.Wtjw&asPdf=false  
07105db855476590 Bert Miller 31-A-0425 2015-05-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmvR&d=%2Fa%2F3d000000petX%2FbiILUSLkMziXB.q0tYzbmIZjiWasWHZ_8_RuB6DF7wc&asPdf=false  
5d55d20ad3a81502 Bert Miller 31-A-0425 2015-01-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnDG&d=%2Fa%2F3d000000pnVg%2FQ0kE.BQx2UKtp3H.2aZKw30NxD_2p4Vc6VJjtDnc3Qk&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 554.664ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API