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-A-0021" 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
832164af001d2bf4 MICHELLE SONNENBERG 41-A-0021 2019-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgghH&d=%2Fa%2F3d000000pnG0%2Ffev.5OSFZWbNEwd.6zPui.R_in0OU90ArAVBcNkiZ1Q&asPdf=false  
467a9c0d20dc515e MICHELLE SONNENBERG 41-A-0021 2018-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc9Z&d=%2Fa%2F3d000000pmfs%2FuKWrtYahWwDSap2Uy2SmajTMn33nSpG3xqqagUXbQd0&asPdf=false  
206bb3eb51226063 MICHELLE SONNENBERG 41-A-0021 2017-08-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeEW&d=%2Fa%2F3d000000pmwS%2F__5zswOu6bMUVJnUQNSLZQP31PtJU29IDs5GoZf9ZFo&asPdf=false  
1927add0da6debe0 MICHELLE SONNENBERG 41-A-0021 2016-11-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZK8&d=%2Fa%2F3d000000plpp%2Fe7ah1FWZO7LinvheLQS2I_5KcMAw_gtJ.VJwgWG7K0A&asPdf=false  
420edaaef1f10ea5 MICHELLE SONNENBERG 41-A-0021 2016-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdGh&d=%2Fa%2F3d000000pm9h%2FUWnmyQTj3xDHP94QjCV_6TMC7Dlh7EIKySSgt39CVTc&asPdf=false  
efa59e7a1144ce57 MICHELLE SONNENBERG 41-A-0021 2015-12-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdEZ&d=%2Fa%2F3d000000pdnF%2FL9vat0Bw_BLV5hesqvh6rypFk1X0dDfTjV3NySg_QcA&asPdf=false  
3e5be1f0b5aff255 MICHELLE SONNENBERG 41-A-0021 2015-05-14   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXo1&d=%2Fa%2F3d000000ponh%2FH17LYEkH6fwyO5LnNPDUADmR08aqSTjTsTo8ZdgPt4Y&asPdf=false  
153a837aa15608ed MICHELLE SONNENBERG 41-A-0021 2015-04-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcib&d=%2Fa%2F3d000000plTn%2FCpMoi1QPxWVYs.ZUFJMeHBHMRmtbjtEpynezuz0Tgfw&asPdf=false  
37247b8526745720 MICHELLE SONNENBERG 41-A-0021 2014-12-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcVK&d=%2Fa%2F3d000000pfVg%2Fln_SDYubnofLeuyLqItDhhlX9TdiWF6wPZ8Nr_TQs7I&asPdf=false  
3ac50e02ee609d19 MICHELLE SONNENBERG 41-A-0021 2014-10-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYS4&d=%2Fa%2F3d000000pm5o%2Fa5eBS6uoiQMWCCjYa_AzEiPObmS2p6pGS54W8NZJkd0&asPdf=false  
b1a0d776c46cef8e MICHELLE SONNENBERG 41-A-0021 2014-06-25   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVmY&d=%2Fa%2F3d000000plTq%2FOm.0Puhx.7qjc_c1V6PDWN041cqvxAQDP635Pk9qieQ&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 150.539ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API