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

4 rows where cert_number = "32-A-0907" 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
d2c4a6eb5a773f54 Ben Mullet 32-A-0907 2024-08-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000028JkH&d=%2Fa%2FSJ0000005rV7%2FkYW100a6G0PIKVNWxbnq6T2xSmTzMBBX4_m43y2L5xA&asPdf=false  
1948753faccfb851 Ben Mullet 32-A-0907 2024-08-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000001PGH8&d=%2Fa%2FSJ00000044g9%2FhCTGx663K0Ar1lylBFjQ6nQMbVLhZ.fKCAt1AY4j5xg&asPdf=false  
762f3cb6abfb3b78 Ben Mullet 32-A-0907 2023-11-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000B2iun&d=%2Fa%2F3d0000029EVn%2FnODPNfAZEfUC5Twu6RJorE2j3il8smx1Q.iaeukwFlg&asPdf=false  
a365f81476862a2b Ben Mullet 32-A-0907 2022-03-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9VDJ&d=%2Fa%2F3d000000phA4%2FHozB8UzO2L1mgk6KgttmNJ5tC4xjq56MwD14bnfzMtg&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 207.709ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API