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 = "42-B-0322" 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
11d4540ddc14d9a6 Herman D Gingerich 42-B-0322 2025-08-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000jQMhS&d=%2Fa%2FSJ000005Z5GU%2FRXeXE5njtmHpP_Iuo_tCLMQSQb5iiuuOuv4.VXzDWN4&asPdf=false  
00045fc0bc7a3524 Herman D Gingerich 42-B-0322 2024-12-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000H5wRU&d=%2Fa%2FSJ000001NkSz%2FdOTimziT3OumKxn2joBdL2dVpHZVDoGF5UF5e6eY.9k&asPdf=false  
2b483e00681e8e6e Herman D Gingerich 42-B-0322 2024-07-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000014Noj&d=%2Fa%2FSJ00000033vp%2FxY3w6AfbsC.TeLcTQD2cduSGHo4UY8B0gd5RBUXrx90&asPdf=false  
55ef619a40eb1133 Herman D Gingerich 42-B-0322 2024-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EbVFL&d=%2Fa%2F3d000003ClOK%2FpwG5Ux0ALcDcjVI9kW2jJSn5c64yV16qJOYaDP_C2cw&asPdf=false  
741bab3a15b7decc Herman D Gingerich 42-B-0322 2022-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V99nz&d=%2Fa%2F3d000000pgyM%2FlrrcuGW._fLZp5tRvBcq0hstDuX1005tqhIQJzyiEoA&asPdf=false  
456f35134076c749 Herman D Gingerich 42-B-0322 2021-09-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN6mh&d=%2Fa%2F3d000000pSGX%2FvV7CBwCKDOe0zrb_7l3Z_bnvx1ocKo55Qm5iQT1HmlI&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.973ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API