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 = "56-C-0285" 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
9f307813c75fa744 Gail Mirabella 56-C-0285 2025-08-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000hG6og&d=%2Fa%2FSJ000005FbsP%2Fquwm2_8qq4G1P28ezL2k.sO3AS1Z3QgquM4_mTA8HX0&asPdf=false  
a518b6cbc7aa9273 Gail Mirabella 56-C-0285 2024-12-04   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000HiEFB&d=%2Fa%2FSJ000002T5sA%2FRbiXTU37SEKGOnPAYn1nwgOqRHOSwmE8tWMeUDrVXMQ&asPdf=false  
900378deed2270c3 Gail Mirabella 56-C-0285 2024-02-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CEDEZ&d=%2Fa%2F3d000002Vlgv%2FWaAMPqiplWvU5YkfGaLwge1HEzHVOzh3eN_hGWyj0tc&asPdf=false  
4d6ef5c27a447764 Gail Mirabella 56-C-0285 2023-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008OIQH&d=%2Fa%2F3d000001CFha%2F6fY0npEM6t9UaLR.7zWy4_GxFhPtmAThTnLM6.v8bsU&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 179.01ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API