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

9 rows where cert_number = "32-C-0282" 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
dc29e9c68d13bce3 Cassidy Wendl 32-C-0282 2026-01-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ybOAf&d=%2Fa%2FSJ000007sDPF%2FcVvqJozZQFoGNXjMzw2eJE1E1y5xTBegVju4ZVpdvPY&asPdf=false  
dbf19f68a156d013 Cassidy Wendl 32-C-0282 2025-04-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000UHk3l&d=%2Fa%2FSJ000003Bj3J%2Fdcoz3Elvt5SEM1S.DqJaowyibxBYQPz99JxskohWDYQ&asPdf=false  
87ca3503a15d36b9 Cassidy Wendl 32-C-0282 2025-03-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000QHDt8&d=%2Fa%2FSJ000002a5JN%2Fdi0yctrROrawQYaHRKgTXiYtANO08GzfoTbb43q4B7Q&asPdf=false  
a1b6f167b9300348 Cassidy Wendl 32-C-0282 2024-06-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EFYFi&d=%2Fa%2F3d0000036gSa%2FwAGUeAx8shxAKj3zSSY8_xgCMl.GH2P7N__XZJ_Som4&asPdf=false  
252fdc9e6a8903d6 Cassidy Wendl 32-C-0282 2023-11-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000B7DF0&d=%2Fa%2F3d000002AfRr%2FN_RUyMgJM25qpUXPlgt9elyLYx3AKyWM66h9eprRSbk&asPdf=false  
c68c593dbf8eac97 Cassidy Wendl 32-C-0282 2023-09-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AFFSQ&d=%2Fa%2F3d000001xD6o%2FxIkBFclBZRAQsq2fkExwftHWR95tIehbGlwoSioNjsc&asPdf=false  
5052bab8717cf7dd Cassidy Wendl 32-C-0282 2021-10-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8IQo&d=%2Fa%2F3d000000pUWZ%2FcntgNv.qCTMuf4rvwTPal1tlGZ68qIO4QxbBrPdp7WM&asPdf=false  
847a59bd2a5c7dfa Cassidy Wendl 32-C-0282 2021-02-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESNWp&d=%2Fa%2F3d000000pezZ%2FJuFb7oNA6WXKnAgXPCiae4RRHH_vPvNvjkF.hjseHYE&asPdf=false  
f39b77644a703b20 Cassidy Wendl 32-C-0282 2020-12-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERWpd&d=%2Fa%2F3d000000phxl%2F2BBDtF_qsIgvx78BzbDFjFY7JjUT3V8SaeCMqbANMfQ&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 360.229ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API