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 = "91-R-0065" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
7831aafdc150627d Omeros Corporation 91-R-0065 2019-10-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egoae&d=%2Fa%2F3d000000pdXY%2FGMZ7YhmvTxgYONc.y_N9tHnTOOcaPFDOt_E59hRS6jY&asPdf=false  
6ffb773d99dbb4c7 Omeros Corporation 91-R-0065 2018-10-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoZC&d=%2Fa%2F3d000000pkyV%2F5nywBAoZaT49dsdhS2DM_wvHa0VOBqrUDFfvPAnGPmo&asPdf=false  
078ac0eb92aa381d Omeros Corporation 91-R-0065 2017-11-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmKV&d=%2Fa%2F3d000000pkYk%2FsnLitlG3VpHcZu1zzocKaHIYbES3gXmWAQa6U4uzqX8&asPdf=false  
b507ee54f5a8a84b Omeros Corporation 91-R-0065 2017-02-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoTU&d=%2Fa%2F3d000000pkyK%2FkxU5id4se3vo.wCpFq2vniNmj8A_ybgrn6ILO89D_Wg&asPdf=false  
89adcf8bc7d54aad Omeros Corporation 91-R-0065 2016-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoaT&d=%2Fa%2F3d000000pj95%2FHR9M0fHiFiINi851Pi3nyexaStST1CZDAJWYd9jLS2c&asPdf=false  
e53823bc113c79d8 Omeros Corporation 91-R-0065 2015-02-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnlY&d=%2Fa%2F3d000000po5j%2FxRglDpya0jsitz1Hr6zELIQDaY87vXITiPWEvKJge.s&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 175.221ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API