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

11 rows where cert_number = "34-C-0280" 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
023dd7fb086daddf Ingham County 34-C-0280 2025-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Woz9J&d=%2Fa%2FSJ000003gLcc%2F6a6vSb9LoAW9IIPDscYb4TIfAk2s.WxBavtHbhJn5pQ&asPdf=false  
0e9553040cb71af9 Ingham County 34-C-0280 2025-04-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000TxkpN&d=%2Fa%2FSJ0000038Tcb%2FiPwxU4KTnHy.rhHELypVYlI2HIYQO2uKwEPoLHlkGD4&asPdf=false  
8eb928d4084fdbed Ingham County 34-C-0280 2023-06-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008khux&d=%2Fa%2F3d000001JZWS%2F51lHR5qjNvQ7JR0N_Tc6YKzfGSM8G974MI7tOALZfP0&asPdf=false  
0fd55d336970183e Ingham County 34-C-0280 2022-05-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx211&d=%2Fa%2F3d000000pgEy%2FLAdm.k4NznJAWHBFA3uL7N6Qf5g0ctmYXo31sD_z1a4&asPdf=false  
0eba61301849126f Ingham County 34-C-0280 2021-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESVdQ&d=%2Fa%2F3d000000pgET%2F5dUtpNH4j51ZA_UMCDTXZKbSv_QJxcqOLq89m.4tp8I&asPdf=false  
20215cc1f3d6ee6e Ingham County 34-C-0280 2019-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW66&d=%2Fa%2F3d000000pgEl%2FcK6yTFAqDye367CwXN3yjUEkh1UPgec8WfKklKPONYQ&asPdf=false  
8d5a6dc68c5dcc2e Ingham County 34-C-0280 2018-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnxf0&d=%2Fa%2F3d000000pgEg%2F1aRfxrRqo.sMFY9mwXol03cqdzta4z3Wsc2CbGTH10I&asPdf=false  
fdc9ca303622ab0e Ingham County 34-C-0280 2017-06-06   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxGj&d=%2Fa%2F3d000000pgE8%2FPQwQBIE2n4ogx5vSW9naOTmKONSACyRk_eSt8Mdw4B8&asPdf=false  
8dc41dcf4a450d32 Ingham County 34-C-0280 2016-06-21   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwvy&d=%2Fa%2F3d000000pgEs%2FajrC82uMtlGqEs.mQS7T2oto4Lx5w2dQ7exHM_aas2I&asPdf=false  
b0e33367758664b0 Ingham County 34-C-0280 2015-06-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVq7&d=%2Fa%2F3d000000pgE1%2Fw7EIpS_A.aMy.eT_q98QB.ofBjkHJ_nU9CxONz2YMzk&asPdf=false  
1ce05864be396587 Ingham County 34-C-0280 2014-04-10   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwru&d=%2Fa%2F3d000000pgEj%2F6QpQeRL_Plv0aOVUurV6QZyMfFVh6N94_PZNIR_2LoE&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 210.298ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API