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

8 rows where cert_number = "32-C-0246" 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
86ee13f63cd7a03d CONNOR SCHEUMANN 32-C-0246 2022-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxkVR&d=%2Fa%2F3d000000pTXa%2Fgi7E7gmRYIdJm5OrrVX8eT0xk0i6QaNnHit0rcGGQsY&asPdf=false  
b9a6f89bcc292a82 CONNOR SCHEUMANN 32-C-0246 2021-06-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMNJN&d=%2Fa%2F3d000000pTWh%2FZT76oqCWQ98uW87QJHfObzEchnrQooj1_B5LJPYNX4Q&asPdf=false  
31cd05d50ea925c1 CONNOR SCHEUMANN 32-C-0246 2019-06-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbr3&d=%2Fa%2F3d000000pTXU%2FVZFofdfc9JbcyY8K0c6ZVnYvvxAJMVYzMQ3VIsHuTq8&asPdf=false  
de9375938af2710d CONNOR SCHEUMANN 32-C-0246 2018-05-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdBG&d=%2Fa%2F3d000000pTWo%2Fagi3cA67VI3b46ECUxpccRdGrtFJWMpXfgtNMbFGvbA&asPdf=false  
fdb66eee376840af CONNOR SCHEUMANN 32-C-0246 2017-05-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcB2&d=%2Fa%2F3d000000pTXo%2FTo9tD25oQWWW_XFWXusy1Hwo5bplOoyqC63lXTe3iK8&asPdf=false  
f5cb631055adad5f CONNOR SCHEUMANN 32-C-0246 2016-06-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbzZ&d=%2Fa%2F3d000000pUsp%2FHnH74GJOurWPJ_PPr0n_MJv3ryVMkOjhtALsh5wVwJQ&asPdf=false  
7c221de4a659458b CONNOR SCHEUMANN 32-C-0246 2015-07-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbZq&d=%2Fa%2F3d000000pRCZ%2FglgdbcQQyHk9sgf_KwY2.6CSuOvhkoDQWJMVYCUFXUg&asPdf=false  
5991dd16803e678e CONNOR SCHEUMANN 32-C-0246 2014-07-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ4M&d=%2Fa%2F3d000000ppEZ%2FVHDwcAZITQd247gysyiKNmCenVl8.TIZ4kqBgoo.ds0&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 106.015ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API