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 = "41-C-0184" 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
caf158bc3b84c8b6 DAVID ERICKSON 41-C-0184 2021-10-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8FQM&d=%2Fa%2F3d000000pRFu%2FC9OUvbivhTatX27s5pc9V0cCn.hN2BVjeCYqIuHlW5o&asPdf=false  
b3f7f7e1f84c41a1 DAVID ERICKSON 41-C-0184 2020-08-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbvo&d=%2Fa%2F3d000000pkjE%2Fuq._Gq3fisw65p5R2nPag9zwZyO5pkAsQagtF.8S0gg&asPdf=false  
4300eabec08b430c DAVID ERICKSON 41-C-0184 2019-10-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbMT&d=%2Fa%2F3d000000pnyQ%2F.hfIsbYz2R6S2br.Zj_pGvf2OBOXSY9DV70k2xLQRUw&asPdf=false  
5ee915ffeb1b9daf DAVID ERICKSON 41-C-0184 2019-03-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaWq&d=%2Fa%2F3d000000pfX0%2FSjobX6yc8qfccNyf7UOCKpHwbj.IvKWp0i_1yNUpuEw&asPdf=false  
bbe0549ffa37c4a8 DAVID ERICKSON 41-C-0184 2018-04-05   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb7D&d=%2Fa%2F3d000000paj6%2FoSZ5NADrqJrhgzqDrlyIT.Es5F7oGFGLrU4XX.vGVEg&asPdf=false  
8bdeaf0ea2413c64 DAVID ERICKSON 41-C-0184 2017-12-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egn56&d=%2Fa%2F3d000000pTO4%2FOP4PZDwcFwFP_lS9TkA1AVOCaXApFxOXbymq_IKyBgo&asPdf=false  
af81ab55868afedb DAVID ERICKSON 41-C-0184 2017-09-20   0 3 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVva&d=%2Fa%2F3d000000pUij%2FBqQ7dFsaffARvrOLtuP3S1QJ_6r.hfBt_9xBTGyAsLI&asPdf=false  
628b22b460ad7dac DAVID ERICKSON 41-C-0184 2016-09-21   0 3 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxdP&d=%2Fa%2F3d000000pleM%2FjvjvCufPQXXgWetII8tXKROh0sa6Q3kj2XO5jf8.BO8&asPdf=false  
60917215e2b4e139 DAVID ERICKSON 41-C-0184 2016-02-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX5t&d=%2Fa%2F3d000000pnDv%2F1mv0ybAckUX5bVv36DGRal5.osOm77T8u7w7PzKZUtQ&asPdf=false  
5a9c5b2ee5ea8289 DAVID ERICKSON 41-C-0184 2014-11-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXQ4&d=%2Fa%2F3d000000pSkS%2FsOFE_YsTRjdAz2yFo0jKHDDk1jRUZHZ24vQv3kRwo5o&asPdf=false  
2635f69830d2c940 DAVID ERICKSON 41-C-0184 2014-02-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZhI&d=%2Fa%2F3d000000plSc%2FpjrUFbigZHC7yjEn01yUua9TiBJimF8NMXImveQAzdU&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 554.073ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API