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 = "93-R-0485" 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
a55ac5beaa6801d5 GENOMICS INST. OF THE NOVARTIS RESEACH FOUNDATION 93-R-0485 2020-09-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egrqk&d=%2Fa%2F3d000000pRk7%2FloysVOmrYlXep_YYHQLc7cIsTkUJSuojtVzeokDbnb4&asPdf=false  
45f6afb15c6bb89a GENOMICS INST. OF THE NOVARTIS RESEACH FOUNDATION 93-R-0485 2019-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfCP&d=%2Fa%2F3d000000phs8%2FCzdLr..1wECgpJyUxxRWzhNBMXmuLJJlJrdM6Uha_4E&asPdf=false  
3db70770117e65fe GENOMICS INST. OF THE NOVARTIS RESEACH FOUNDATION 93-R-0485 2017-05-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgchG&d=%2Fa%2F3d000000pjsc%2Fb59BNLvtxW4i7Eo2BtMWTGxwTBoacpMO.9NuDBjNTf4&asPdf=false  
ef21e1f63110557a GENOMICS INST. OF THE NOVARTIS RESEACH FOUNDATION 93-R-0485 2016-04-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkPW&d=%2Fa%2F3d000000pnHQ%2FSUTlmlsJ73zMstRLvr.yTKdQ3.fr9K0s5W4hHlYCaXc&asPdf=false  
2358a0c15a21c835 GENOMICS INST. OF THE NOVARTIS RESEACH FOUNDATION 93-R-0485 2015-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk60&d=%2Fa%2F3d000000pRQD%2FKcj74CEIkX58aWrCELKpaAlM1AHtXKihZdKo6x4Phkw&asPdf=false  
7259005ee1ff4b2c GENOMICS INST. OF THE NOVARTIS RESEACH FOUNDATION 93-R-0485 2014-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmRt&d=%2Fa%2F3d000000pnx0%2FuR2py.RuNKZ4XJOxRMQVxAOP82nEnlq_.p.xcfjpJnc&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 3.874ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API