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 = "55-C-0326" 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
2cc13e718523f031 Alison Peeler 55-C-0326 2025-06-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000d2bjb&d=%2Fa%2FSJ000004e6Sb%2FTTR901o9MlhUnAgeUuJBHrqM0qL4skHE8aEorMKltVU&asPdf=false  
616270f60547d7e9 Alison Peeler 55-C-0326 2024-06-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ED0nk&d=%2Fa%2F3d0000036DwT%2FDT2PgY8LWDZYwIDwqExvJ.SrR7q._K_uRYGPW1EBMW4&asPdf=false  
895ec6e87ade2e83 Alison Peeler 55-C-0326 2024-06-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EBxI0&d=%2Fa%2F3d00000362n0%2F1lijDLG9pa99ljob99Kx.AngZ6Vo3TTH5QtYH1in.wU&asPdf=false  
129e37efc2c49b76 Alison Peeler 55-C-0326 2023-06-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008pVXQ&d=%2Fa%2F3d000001L385%2FOkalAoJlMo.NqLe2mL92GCrJSbSwgCuPlDjNs4gQ8Rc&asPdf=false  
76fdb2cfa9e098bf Alison Peeler 55-C-0326 2023-02-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uKVC&d=%2Fa%2F3d0000012pJx%2FJVLZVg7ApTnPbqPX8lnLvgDg76LyeqKzDXcJrx64jSg&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 142.664ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API