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 = "32-C-0247" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
407774592f112cc5 Tim Peveler 32-C-0247 2025-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000iu15B&d=%2Fa%2FSJ000005UWM9%2FOxWUo2oYnn_IamSGvmxkKuKaTv5tH4FgdxR4uF1glBs&asPdf=false  
cd42e381c1f0cf29 Tim Peveler 32-C-0247 2023-08-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009fqvO&d=%2Fa%2F3d000001fwWM%2F7WBfcA1rU2wI.DR5w8QmRsSdAj99W.9vSwbqG6FvGAA&asPdf=false  
eaee8fb79f4883f7 Tim Peveler 32-C-0247 2022-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwgjD&d=%2Fa%2F3d000000piRE%2FG4FYds8ASQYliphK7XWjNdW0QAxoVTr.y0x9x6eGrqA&asPdf=false  
7720f41d23e77051 Tim Peveler 32-C-0247 2021-06-23   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhQHS&d=%2Fa%2F3d000000paoN%2FBu8z4b3f9.YHMyXedAC.WDVd3Vp_57JPG7xe2Tc24FY&asPdf=false  
b4f0256bcab79393 Tim Peveler 32-C-0247 2018-12-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk2f&d=%2Fa%2F3d000000pi0F%2FTaLNk0Bqfi8PkPp8t3GJol_ArNFwfbQeoOIaOlej05M&asPdf=false  
4acb8a04a2c851fd Tim Peveler 32-C-0247 2017-10-04   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxWs&d=%2Fa%2F3d000000pmjn%2FhAbk3DO1_4jawIYbnRYtW_XpdrThS5ZUU1MX_x0tdTM&asPdf=false  
5254520523563433 Tim Peveler 32-C-0247 2017-08-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egamr&d=%2Fa%2F3d000000pnEG%2FMRbWeG3P3SVoggpGL6pkx82gUQ.eTOE1IifY3Y7__N0&asPdf=false  
6cc67fae480d1838 Tim Peveler 32-C-0247 2016-06-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjVv&d=%2Fa%2F3d000000pXDF%2FsLpz8jsD0u3xtZlPBj7GEd95bttIfLmmR5J9jl4U8Ls&asPdf=false  
99bbd745a94f0fb8 Tim Peveler 32-C-0247 2015-03-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkFU&d=%2Fa%2F3d000000pkmv%2Fd0QmbiRx_nk.4ymHKkt.tNvdAzHNJ6a4gPkc36wd2iI&asPdf=false  
d97b969067149287 Tim Peveler 32-C-0247 2014-12-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbDb&d=%2Fa%2F3d000000pmXZ%2Fl1Cw6W7HZ8UFcQC4xWBEe2xdp.8LmBNPcmXkJAfrlJk&asPdf=false  
1c57775a108dfdbb Tim Peveler 32-C-0247 2014-08-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZOP&d=%2Fa%2F3d000000pl3R%2F._1o7MFyb5k32gZzcW2CfrxEiaM8roPNbvBM5tlOmQI&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 512.826ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API