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

10 rows where cert_number = "91-C-0145" 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
360cb09b3d2d0bea Hans Christian Andersen LLC 91-C-0145 2025-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lch8z&d=%2Fa%2FSJ000005tlwH%2FObxYi9O8_lacQK12SubabbrD9L_129j1dS_J3nRolX8&asPdf=false  
7e0887c6f2339e86 Hans Christian Andersen LLC 91-C-0145 2024-05-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DonH8&d=%2Fa%2F3d000002zNJ7%2FjFoj9InivV2a5MtbfGbHyj44f7PYR_t7M6WVMFK6Y3Q&asPdf=false  
c38e8d2e5f85bd01 Hans Christian Andersen LLC 91-C-0145 2023-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008TiZo&d=%2Fa%2F3d000001De9H%2FKIxpRCk4QTS1ZYPoAxxj5BDn8XmXLJyF12odvmUHtpk&asPdf=false  
af96c0133cfeaf36 Hans Christian Andersen LLC 91-C-0145 2022-10-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awaSA&d=%2Fa%2F3d000000pcZr%2FeWAJ2pgu1ffEqhHroMFKdTUiydBgami5FulYZBPr0S4&asPdf=false  
47ef1835344ec8bb Hans Christian Andersen LLC 91-C-0145 2022-06-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxCq4&d=%2Fa%2F3d000000pcZ4%2FRkye_BM5ggXtyPJlr1Jps6sWNar_kYW.6t7.EuCquqU&asPdf=false  
24b41c7e9df9ff9a Hans Christian Andersen LLC 91-C-0145 2021-03-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESdY7&d=%2Fa%2F3d000000pcYt%2FDGEpHpSAxAMEcNxSNU6uim6gRibYizf2CcRQzecUgB4&asPdf=false  
acb25fe9d9703431 Hans Christian Andersen LLC 91-C-0145 2019-11-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfXk&d=%2Fa%2F3d000000pcZj%2FZlCf53bz0yI3u_FGB4q12PJRfgG1NP4GSuzxbLhZcg8&asPdf=false  
939c22cb5863cc94 Hans Christian Andersen LLC 91-C-0145 2018-09-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfMi&d=%2Fa%2F3d000000pcZp%2FipRza5FdC0aUs31dXCpucxcXRiRr04GjXEsFgj_egJ4&asPdf=false  
87cba1a54ddc46d0 Hans Christian Andersen LLC 91-C-0145 2017-04-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfIJ&d=%2Fa%2F3d000000pcYh%2FoFCkhclimVNGj_bdNkmCVvjdM7RVAzNR_ANfH5JIx_Y&asPdf=false  
234240aa32c46f7c Hans Christian Andersen LLC 91-C-0145 2016-10-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege4R&d=%2Fa%2F3d000000pcYQ%2F0LwfxLlFolKQgxMdoiT3p.fvzcQeVUKySSPZtzwD8BM&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 121.981ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API