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-B-0264" 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
3d70d7ef2d12911e Maumee Bridge Puppies 32-B-0264 2024-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ADq6J&d=%2Fa%2FSJ000000kjlJ%2Fhr17j4JVWZdu7QCFg7BtexUJE6p0pHhbTr3hgogcAmU&asPdf=false  
23c387b1dfe87760 Maumee Bridge Puppies 32-B-0264 2023-12-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BIkJg&d=%2Fa%2F3d000002ECY8%2FUz.d3qqAj5b15pvAZAol1g46xlxlnU3Z6Lq1Xl_Js6A&asPdf=false  
2574d2716515d77f Maumee Bridge Puppies 32-B-0264 2023-03-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007vDzP&d=%2Fa%2F3d0000013AEp%2FVHbr.btO.W8.xngnj_JoRqN_Z.EMHBk2AR9Cjjl004o&asPdf=false  
9a2438f71f0e9458 Maumee Bridge Puppies 32-B-0264 2022-01-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V90KQ&d=%2Fa%2F3d000000pgu8%2FcVjn8wRvW5oMW29EDGmRO41K1ZKqPtthGdAOwG9LZ_0&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 4.864ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API