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 = "58-A-0349" 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
c536cf5e6836636f Robert Thomas Petzel, JR 58-A-0349 2025-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000knzfn&d=%2Fa%2FSJ000005lSAr%2F7la_5NOBZYGWJZwVkV361L7w2clpqClh9aI6VZYgAQc&asPdf=false  
76501a135d6cd058 Robert Thomas Petzel, JR 58-A-0349 2024-11-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000DyRmC&d=%2Fa%2FSJ0000014pPx%2FebYiswTg1HFb1rBgCtoWgpLVSTP3R5a59jKRhlynlqM&asPdf=false  
111130613c507177 Robert Thomas Petzel, JR 58-A-0349 2023-08-22   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009fK6o&d=%2Fa%2F3d000001fmlX%2FSEKtV_FNG2ykrh4iHJNJ_xgQUeS3bpxQKcWAQfefpP8&asPdf=false  
5da10730d2c0b19c Robert Thomas Petzel, JR 58-A-0349 2021-11-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8ce1&d=%2Fa%2F3d000000pRxm%2FFZV1iaQMhwQ_luN3KVJ6r8R1_0d2PoWCYKSvZ_61QJc&asPdf=false  
5ca7024f59eb5723 Robert Thomas Petzel, JR 58-A-0349 2019-06-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggiL&d=%2Fa%2F3d000000poSu%2Fasij4aT6qafoeC5jHVIajYi1OELAbswsC3kKQEXnNco&asPdf=false  
3b8a7d196c2513ca Robert Thomas Petzel, JR 58-A-0349 2017-12-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaYm&d=%2Fa%2F3d000000pogB%2FM9b_Fe1coZpvYZzshkM_xq23CcNraq89XVxrHd4DsbE&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 188.051ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API