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-0677" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
be662a9c22514ef0 Albert Stutzman 31-A-0677 2025-12-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ufhK8&d=%2Fa%2FSJ000007JNsv%2FH23fzhWDQzMfyc.cVpf.XOEyZjdhVYH8xtKRQswAniw&asPdf=false  
38f9f2b0436afc55 Albert Stutzman 31-A-0677 2024-08-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000001TJum&d=%2Fa%2FSJ0000004HYX%2FeRW1ZYJN9qa25wdD.neSwhEEmjtG5bDblic1gsr1coI&asPdf=false  
63c99d82bcf46bbc Albert Stutzman 31-A-0677 2024-06-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ECAep&d=%2Fa%2F3d00000365gZ%2Fd7uqJrnLO5ZtlEz69C3ZeIwvrRWRdjTUqCwDP4i8WV8&asPdf=false  
9967f0af18455cf6 Albert Stutzman 31-A-0677 2023-05-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008QdZS&d=%2Fa%2F3d000001Csvr%2Fw57MxJZ.a1p1SSXTT6kmIgXvWifi5IwlPpU9HhvYHwg&asPdf=false  
c9bcf81502ff2105 Albert Stutzman 31-A-0677 2022-11-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gutVu&d=%2Fa%2F3d000000pYIn%2FQ39HQoOiS70.O2NnLOpom0fbAgrQQw7kNFCbKWztVuc&asPdf=false  
c9ed0be5d3e69188 Albert Stutzman 31-A-0677 2021-11-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8RNM&d=%2Fa%2F3d000000pYFT%2Ftz6kMTU8TWEmXpKVT0240cLGUblDoUUIeBFKoNYjst8&asPdf=false  
09ca2a6ae071c27c Albert Stutzman 31-A-0677 2021-09-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNKLX&d=%2Fa%2F3d000000pYFf%2FjnV4Ccb11xS9JOLkYCGqQvnnEUe4Nt06._i4d1FBhaA&asPdf=false  
b4f3fddd556d9a70 Albert Stutzman 31-A-0677 2019-08-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjOM&d=%2Fa%2F3d000000pYGB%2FLAmES0xvYG3x2QKttGl_e.4sB84fdLeEodezbs6X1eI&asPdf=false  
38ec3bcb848d4a52 Albert Stutzman 31-A-0677 2018-07-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfjK&d=%2Fa%2F3d000000pYG9%2FXxu347YI32eJJp31hI8Psmp.TEwygDKU5pYGgpquB1U&asPdf=false  
5bb8053b304ab01b Albert Stutzman 31-A-0677 2017-11-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbRQ&d=%2Fa%2F3d000000pYF2%2FFAIL8RXbpqepn5xL4lfvCXvVYEhXNmt5zCCB93awsj8&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 402.355ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API