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

6 rows where cert_number = "35-H-0011" 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
2f601fb329154fba Jerrod Treangen 35-H-0011 2016-11-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfyG&d=%2Fa%2F3d000000poeU%2Fx6HdjTfb9689.2.yY5bO5JliszWA9tnXWj3r8_xO1EI&asPdf=false  
94acb4c0c1b9ef04 Jerrod Treangen 35-H-0011 2016-10-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfaX&d=%2Fa%2F3d000000pX0G%2FopRXKsQOjPMrs67ptRlkvBT8UvyDtib0Gue5Zdd3V48&asPdf=false  
c9a950c29d92d18b Jerrod Treangen 35-H-0011 2015-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjVf&d=%2Fa%2F3d000000pnUX%2F3acoCl9o1LqlS2GTp6sxx2OJeJBHRViUQaarIcFlWu4&asPdf=false  
80b1e7961c1d015e Jerrod Treangen 35-H-0011 2015-04-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYgJ&d=%2Fa%2F3d000000plNI%2FmE67g.sDSU6aH47QvQIB6netS41uGUGAk.IPxc_9dUw&asPdf=false  
ee78797211c0919d Jerrod Treangen 35-H-0011 2015-02-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc7G&d=%2Fa%2F3d000000pmkd%2F7qrV7dyr1I5PM0EGRZYXjXZuTDvWimawfRroAse3eXA&asPdf=false  
c9959d0a3332dbdc Jerrod Treangen 35-H-0011 2014-11-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbC5&d=%2Fa%2F3d000000pUr7%2FbVQGr18fnjCbVFXfXMyiMLgwEcdvLukQxX6D7NF02qw&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 348.865ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API