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

9 rows where cert_number = "21-A-0195" 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
bdfc88f89b3c9b1a MBR WAVERLY L.L.C. 21-A-0195 2021-09-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN70A&d=%2Fa%2F3d000000pSs8%2F2BenN2NEusMOb8pKqNOMXR6jUm80i90xuZBRS43wWJU&asPdf=false  
58b12b054b57ef1b MBR WAVERLY L.L.C. 21-A-0195 2021-08-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN0ku&d=%2Fa%2F3d000000pSpI%2FT4jbCc5j2unSI8XZotGJphdui8hQ8yeyW6GVr25kzgE&asPdf=false  
a0e94f6d6082f38e MBR WAVERLY L.L.C. 21-A-0195 2020-08-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiNn&d=%2Fa%2F3d000000po5g%2FK4yp1rZd8lThkimiEI2oTLwNI0Yrg9.lfMGiIUHS1zE&asPdf=false  
2b31a496660b69e3 MBR WAVERLY L.L.C. 21-A-0195 2019-07-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfg5&d=%2Fa%2F3d000000pkKl%2Fh6SIY463Pqo9kuo6P8T1jUdgi.Wi2zozlxMQlpizGFo&asPdf=false  
4a900f0baa7b5e98 MBR WAVERLY L.L.C. 21-A-0195 2019-04-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbqu&d=%2Fa%2F3d000000pT19%2FU_V8I4uLQP_usO_8B9xfnVvAfrwCpeYS64MRdxKSpWc&asPdf=false  
81c3cecfc8863b9f MBR WAVERLY L.L.C. 21-A-0195 2019-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkOG&d=%2Fa%2F3d000000pkCA%2Fm4350Akll_.MNgRnWQ10okj1Vi7bM9lxBcykYWAjjBo&asPdf=false  
fbe456894b990963 MBR WAVERLY L.L.C. 21-A-0195 2018-11-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbrK&d=%2Fa%2F3d000000pkoR%2FPG2lpCSuFiHrYn9UMVxmBgWKSYydhfvlzfu0ebMe.uk&asPdf=false  
acef82d704110aec MBR WAVERLY L.L.C. 21-A-0195 2018-08-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnxgh&d=%2Fa%2F3d000000pktX%2FwZU1twXwYBt6n9QzIE5D.2AmgjuuWbFRzoN.EFiKUZA&asPdf=false  
8c070f5635d0699b MBR WAVERLY L.L.C. 21-A-0195 2018-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbds&d=%2Fa%2F3d000000pkMJ%2F8vDv7WSqkVLM_Bs7FMQTy07EqM4CtOgepdaIj31HwYM&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 90.585ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API