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

5 rows where cert_number = "58-A-0375" 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
053a715459931cbd Rosemeire Gauthier 58-A-0375 2026-01-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000yc2Mb&d=%2Fa%2FSJ000007sLZi%2F7V6gVJOLJVEQX4z.chi8Fzr2goQk0QNMpBMJ0BdQlcc&asPdf=false  
b9f119bffeb5614e Rosemeire Gauthier 58-A-0375 2025-06-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000boJog&d=%2Fa%2FSJ000004T31p%2F9pT1EP_2xsIdHsq2S_VMaaK266B5VwE9wUKoUNCmCAQ&asPdf=false  
ef6dea74a08b0654 Rosemeire Gauthier 58-A-0375 2025-05-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Zx7hX&d=%2Fa%2FSJ000004BR5p%2FvmQ4Sq48uDjp8SUtyGmnaNREsu97wYg61CGEmxuqoD4&asPdf=false  
bd77641714d7b969 Rosemeire Gauthier 58-A-0375 2024-07-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EbHQV&d=%2Fa%2F3d000003Ch0s%2F64RxMoiaaV3kCB2f5ocyyPC__t9LzbolQ.jcYjMzs6w&asPdf=false  
b2ae37792212f19c Rosemeire Gauthier 58-A-0375 2023-02-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007Jgjd&d=%2Fa%2F3d000000t5ZG%2Fld1KPd0tm7HazaFNRico0p_6G0bw.mFRPG8CagMG2_A&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 268.336ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API