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 = "32-A-0708" 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
b9615e091992d06a CALVIN YODER 32-A-0708 2025-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ittXe&d=%2Fa%2FSJ000005UamL%2FrlA1_fIO0j_Vj5PJ62sSkLzkBDSPkZxtHHXipzD7RQE&asPdf=false  
35ff7458e731c75a CALVIN YODER 32-A-0708 2024-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000001z1TG&d=%2Fa%2FSJ0000005WvJ%2FzmgNZcxj9oVH6EYmq3kbTND0u_vp4dAxushgGLpt3bg&asPdf=false  
08111bece0117389 CALVIN YODER 32-A-0708 2023-07-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000097w5o&d=%2Fa%2F3d000001R9Sv%2FixOGPw0tl7KF0Aq5i1be3HtU2PVdrcMnENKPV7ClflQ&asPdf=false  
066cdfe91605f7c7 CALVIN YODER 32-A-0708 2022-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvJZm&d=%2Fa%2F3d000000pcRO%2Flmk45sj1M6EFo1UcnJhuzCqe7hJM1Lm1f3edvG2Wg1k&asPdf=false  
cbb7c629d0be1820 CALVIN YODER 32-A-0708 2021-12-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8sTj&d=%2Fa%2F3d000000pcRJ%2FEfipaR61JmazyBeOyfJqm7ArQSzAC0bkjqjxWkdO.as&asPdf=false  
8ca251fc9a6b9e18 CALVIN YODER 32-A-0708 2019-11-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghrx&d=%2Fa%2F3d000000pcQI%2F7ekpqoYe6W0tEos7fV5Qn7S1PfXeh.EwGHLr37xVcXs&asPdf=false  
2a006f936f3e1048 CALVIN YODER 32-A-0708 2018-12-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghie&d=%2Fa%2F3d000000pcQy%2FPD5loj22vj0O3e8qhkwVMcUoDlIeWgGaQNCVK2siU_U&asPdf=false  
6f0e7db2cd9c4468 CALVIN YODER 32-A-0708 2018-08-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYyL&d=%2Fa%2F3d000000pcRr%2FAxAdSSaXruwmz99lcS0VUS5j2.MKaVoqydE5cPbBgn4&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 4015.664ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API