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 = "45-C-0019" 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
6364e7a9caaf19f2 DENNIS ERICKSON KARLA ERICKSON TRAVIS ERICKSON 45-C-0019 2017-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egafw&d=%2Fa%2F3d000000pXHx%2FULIFSwaO7a4CCWgIdCW5vIdcezXdNhD_PtJkVGQpX5M&asPdf=false  
e33cf6aac382daba DENNIS ERICKSON KARLA ERICKSON TRAVIS ERICKSON 45-C-0019 2017-06-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdOn&d=%2Fa%2F3d000000pkAH%2FpvlS4dmA8hMek8tkTx43Eho48_TN7NAqlQDoIRk0twI&asPdf=false  
8fd54a50763bd01c DENNIS ERICKSON KARLA ERICKSON TRAVIS ERICKSON 45-C-0019 2016-09-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egagd&d=%2Fa%2F3d000000pT5L%2Fe.L4dQ.m6G.hgqH6wrTlIH.2cD68ImZ8uRnUM3oo7jU&asPdf=false  
f05edf54584adffd DENNIS ERICKSON KARLA ERICKSON TRAVIS ERICKSON 45-C-0019 2016-02-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb8U&d=%2Fa%2F3d000000poa8%2F1p5e1N1keotlGbFiZtje5DJbX4wmp9Js3HFDhnx5cTs&asPdf=false  
440e035e5187a17d DENNIS ERICKSON KARLA ERICKSON TRAVIS ERICKSON 45-C-0019 2015-07-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj3h&d=%2Fa%2F3d000000pUX2%2FQVfl.IEB22oN4jST1FF_sEOUaMACsBpDexcQWNrHYfs&asPdf=false  
6dac4aa4c54d841c DENNIS ERICKSON KARLA ERICKSON TRAVIS ERICKSON 45-C-0019 2014-09-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbhb&d=%2Fa%2F3d000000pjBb%2FbN4PjhVV.s2waBg4RevoHo2zZr1FauN53BeCD41WXDo&asPdf=false  
b3fb494eb0589e2c DENNIS ERICKSON KARLA ERICKSON TRAVIS ERICKSON 45-C-0019 2014-02-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egaso&d=%2Fa%2F3d000000pkPB%2FTifxjgy8pXmsS8D.2VGg6lKIQVpwDazec2xVDmvS26o&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 323.926ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API