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-0621" 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
240753c6e21983dc Benuel Stoltzfus 32-A-0621 2025-12-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000uN9VQ&d=%2Fa%2FSJ000007FodB%2FbbqRW42EHl1BY5DLNnqjqFuXIWv5NQZStTDJL32j76U&asPdf=false  
ff71c6f1b35c5b75 Benuel Stoltzfus 32-A-0621 2025-01-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000KV867&d=%2Fa%2FSJ000001pXNx%2FK5zkJSYE8kS39p7sQrUJufw0UyiastE.gCGYVxouaVQ&asPdf=false  
33cb30b2b349c2c6 Benuel Stoltzfus 32-A-0621 2024-02-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CSDTt&d=%2Fa%2F3d000002ZIM7%2FVWWcZz0wn.jtvQZ4YejMA41FrE6umaqHId1oX3oIfL0&asPdf=false  
0fe3fbcf466436d3 Benuel Stoltzfus 32-A-0621 2022-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxKyQ&d=%2Fa%2F3d000000phdQ%2FnjoidvG2vwloiqh8IKz9b5h4NmwMVpMaIklbe2Qy6aI&asPdf=false  
4c3e8709d0206631 Benuel Stoltzfus 32-A-0621 2021-06-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhOeZ&d=%2Fa%2F3d000000pepo%2F3L5D.MIUHFmMV6aAXNVkRSYFPPUmMvkBHDGxMcp.zCE&asPdf=false  
790412cd1ce75fe5 Benuel Stoltzfus 32-A-0621 2019-07-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi2y&d=%2Fa%2F3d000000pepM%2Feu43JdZk8k3b2Sm61Z9.GkVic4GYhQ85jdS1Mz.DzqI&asPdf=false  
c8a257049adfe8d9 Benuel Stoltzfus 32-A-0621 2018-06-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghxW&d=%2Fa%2F3d000000pepb%2FdW1BB4hdDKCK2wpB3H2Sc0o7XBXnMJNHyloiMAo1FhQ&asPdf=false  
d8e6d74fedbe6b07 Benuel Stoltzfus 32-A-0621 2017-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZBR&d=%2Fa%2F3d000000pepA%2FqvHErmwXnsE2.GCGfIdssveHkFJwIcL4pmTTVGjqv_0&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 183.322ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API