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

7 rows where cert_number = "31-A-0675" 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
c83149fc6ff80796 Allen Wengerd 31-A-0675 2026-01-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000y4xLb&d=%2Fa%2FSJ000007nKxe%2FOaiExu0R4g7EaccVU6ApsyHLzNSiD6XgldLyeG2.3Gs&asPdf=false  
5eac0b2e0287a5ae Allen Wengerd 31-A-0675 2023-08-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009fxsU&d=%2Fa%2F3d000001fxeJ%2FzNBxRr90560VFD2pRWZEBsqJmkOQlIrsFpEUrbi1bbI&asPdf=false  
71f7a9257686a026 Allen Wengerd 31-A-0675 2022-01-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Fas&d=%2Fa%2F3d000000ph1P%2F7PimPE8IVvZiBSGrdaZgvUQijJqmQPcyhoTA1EcsiUE&asPdf=false  
6d1af575473a98c5 Allen Wengerd 31-A-0675 2019-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghDG&d=%2Fa%2F3d000000pkSf%2F8AJ__kMu4SRJnj.QgQof3qtiY4EHQ10h7TMuOiq_63E&asPdf=false  
adb456aceff3064d Allen Wengerd 31-A-0675 2018-06-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkGu&d=%2Fa%2F3d000000pks3%2Fjm4Pmmsvk6aHeyJGf0zw7Rqxw79pUZ_BEmE4jFV766M&asPdf=false  
d617d8b6d0d2cb79 Allen Wengerd 31-A-0675 2018-06-18   0 1 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZJG&d=%2Fa%2F3d000000pmIp%2FDStpANKAMyDxowwafAbU02V6KqnzbKrXerkq6Gs9M3A&asPdf=false  
458c630a39f83585 Allen Wengerd 31-A-0675 2017-09-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZue&d=%2Fa%2F3d000000pSrI%2FUuipIrZ3UwwEMqcfmNSbv6apEqEZH6Rx9fLaa8_TkxM&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 9.663ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API