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

7 rows where cert_number = "32-C-0288" 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
ff1e23087c3a8436 Luke Schonfeld 32-C-0288 2025-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000jl2vr&d=%2Fa%2FSJ000005cHWP%2FLBeMEQI22eVzvAcVBtoaqsTM.eMcGta4l5Y3IMOovsA&asPdf=false  
5c9f3ac90b9a6de3 Luke Schonfeld 32-C-0288 2025-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000QJdTd&d=%2Fa%2FSJ000002ae4D%2FXQ77E5ccU3nn_7rnjDIxicV9kms43JwJ.6SrPIp7EDg&asPdf=false  
000e667f40bf0ec9 Luke Schonfeld 32-C-0288 2024-11-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000DtX2M&d=%2Fa%2FSJ000001416b%2F_4PIdpZuycHj1QKrygGrDZJJPy_26LxsUDoNVF2MUIM&asPdf=false  
4083b33d4c725072 Luke Schonfeld 32-C-0288 2024-11-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000DRUQo&d=%2Fa%2FSJ0000010zSj%2FOgzecf8qi0NKsX5R9D7CjJhMWR0b7aE0MSBtHtcc8Pc&asPdf=false  
3750e42bc8087b09 Luke Schonfeld 32-C-0288 2024-09-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000006t3pr&d=%2Fa%2FSJ000000SFqX%2F_NTdqlkOP49i7UO9NoLR42RACsn9bLmWGBibMh91PIQ&asPdf=false  
9bd1c4f6fe2a848a Luke Schonfeld 32-C-0288 2023-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009iaBB&d=%2Fa%2F3d000001hGY8%2FWaFSNd6gWNEoJugXhNcjSbfnJQxHqd0R4BousPG2D68&asPdf=false  
dba594d0a0587971 Luke Schonfeld 32-C-0288 2022-06-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxL2R&d=%2Fa%2F3d000000phdA%2FK8Dv8zCMRDeHFNbBr_di659u3mdnfJCXkGHVOhrfY7o&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 161.36ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API