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 = "35-C-0336" 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
ddf5f516cfa653f0 JAMES DRAEGER 35-C-0336 2019-09-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjYI&d=%2Fa%2F3d000000pmsf%2FGgkJoi0sVDORGAem2eQq7PAIYzTw_qdvZbtnL0p4UDI&asPdf=false  
ef375f9b190cfa93 JAMES DRAEGER 35-C-0336 2018-10-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjFE&d=%2Fa%2F3d000000pTMO%2FjkjR6jlHBRNcE48eof0pI6WP5CHKqrx45GARingYB5E&asPdf=false  
35aa4885c7266a76 JAMES DRAEGER 35-C-0336 2018-01-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiVQ&d=%2Fa%2F3d000000pnHR%2FawUYOzxKEV0.U8LqIe8qx9elNdSZW7QbiFFqRIPdnpA&asPdf=false  
7d26522540914083 JAMES DRAEGER 35-C-0336 2017-01-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjEq&d=%2Fa%2F3d000000pUFs%2F5lUvCf8LVQr.Tl_xrXIV0LJ7xqu4nvRBLm5k6VHX_iQ&asPdf=false  
fba0aedb4e3a8394 JAMES DRAEGER 35-C-0336 2016-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjna&d=%2Fa%2F3d000000pahb%2FmFpZybz42Ap_GK7.pWkG0WA8or7iBbY8e8j43Szo3hs&asPdf=false  
5ad55daa7005bb60 JAMES DRAEGER 35-C-0336 2015-05-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj0A&d=%2Fa%2F3d000000pbfz%2FbHFACnNtc3xWrJUuButq8OweuPQErobhcFYhi.AYN6U&asPdf=false  
be5e18be4698cafe JAMES DRAEGER 35-C-0336 2014-06-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiJ0&d=%2Fa%2F3d000000pji6%2F3bnOhdjOsFooEZ8jJbqGNRAZrnpx3uTYalKRUZwokA0&asPdf=false  
8444d02aaaf7638d JAMES DRAEGER 35-C-0336 2014-02-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ7z&d=%2Fa%2F3d000000pdfL%2F.1C0enxumR_S7WgpDKCMBA6dqnbtzDHcdK8RzGcpJs4&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 1077.21ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API