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

6 rows where cert_number = "55-C-0319" 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
edb084e6836bc133 Justine Smith Schumacher 55-C-0319 2025-01-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000KSK0J&d=%2Fa%2FSJ000001olb3%2Ff0Wm7RrQlJBKpPGlumgBRvMK844XFaD0jUj2NgFRpAM&asPdf=false  
5b175f9a3dd3d624 Justine Smith Schumacher 55-C-0319 2024-09-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000005rSwQ&d=%2Fa%2FSJ000000N97R%2FuYBG1bGHIlfwkcswMc6yAlPVSr3W9LylugbonTBb3tU&asPdf=false  
3e119c1fcca4ba28 Justine Smith Schumacher 55-C-0319 2023-12-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BIyoY&d=%2Fa%2F3d000002EGtZ%2FgGF77pNdzcVpEj.jAEKFX55fMz6PepCDgPCngCb3Rhk&asPdf=false  
a541779992fbfc16 Justine Smith Schumacher 55-C-0319 2023-03-13   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007ujIm&d=%2Fa%2F3d0000012ws3%2FvitToYLzxxRDs0bH1wCFN.uREttBZGP7jCc99.LuA94&asPdf=false  
348b94aa03b506aa Justine Smith Schumacher 55-C-0319 2022-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywjgv&d=%2Fa%2F3d000000piTn%2F6BJ27mJGZN5FZTDb.1GrLsQQJSE6DrMsQ4KZoagh6hs&asPdf=false  
8901bbdaa389c8bd Justine Smith Schumacher 55-C-0319 2022-01-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V97Ag&d=%2Fa%2F3d000000pgx4%2FXEcf4JfXR6owtdlD3oxblg73L1hC7eZaJlxY8PLsodU&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 169.313ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API