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 = "34-A-0232" 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
b2516ecb6d9ccdf7 Dennis Martin 34-A-0232 2025-07-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000dHlCL&d=%2Fa%2FSJ000004g9cT%2F_ZjGWTtB3glCWLL16ZnGhR1jXb1itntzGIQ0csDKLnk&asPdf=false  
69de995cf5f8c372 Dennis Martin 34-A-0232 2024-06-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EBpU7&d=%2Fa%2F3d00000362Zb%2Fsdo3ynTmOIMV5ckfNK4WAGQ8RDWUIATTITY7oT58yZU&asPdf=false  
75ffbbd47afe757a Dennis Martin 34-A-0232 2023-10-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AJkiX&d=%2Fa%2F3d000001z33u%2FC6rTFf8ZECRFI2JyPnKYh5C63aQi5Xd9.3_sxTwJJn4&asPdf=false  
11919b8abe60348b Dennis Martin 34-A-0232 2023-08-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009lrQi&d=%2Fa%2F3d000001j3gY%2FrimkuuEjNAPgty6E13Kb.GCI5FrU7DMpnqMwlhxs7xc&asPdf=false  
8c7e32bf88838504 Dennis Martin 34-A-0232 2022-08-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxy2c&d=%2Fa%2F3d000000pXcj%2F8uq0Jm1iivXROF36O_rb2LCzKvkhx1JnxUVsXmuDY1c&asPdf=false  
54787e754dee5d09 Dennis Martin 34-A-0232 2022-06-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxIml&d=%2Fa%2F3d000000pXbi%2FNiRtWJ74.x44oDGibRaRk7QTU1LiHGP.lP4JmELqlzA&asPdf=false  
31a60f1e8ea44198 Dennis Martin 34-A-0232 2021-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ngwuv&d=%2Fa%2F3d000000pXbd%2Fywf9pWmqDq6c2r33bACwjZQA_p2Ny3TlecQ0acXAniI&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 779.174ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API