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 = "74-R-0011" 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
806841fd857ce069 Alcon Research Ltd. 74-R-0011 2019-08-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcl5&d=%2Fa%2F3d000000pnxn%2FX7UY_WUPenZsfWjGW5G86iu32_7VEVWVxXNadbwwXWc&asPdf=false  
9a4b950eba7e1642 Alcon Research Ltd. 74-R-0011 2018-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcXl&d=%2Fa%2F3d000000pn7B%2F2ATprJMys0cdbcY7NFZ9UWADuVw0jtXyUkdBUGb6h3U&asPdf=false  
a3add75109a1ea8d Alcon Research Ltd. 74-R-0011 2017-08-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVhJ&d=%2Fa%2F3d000000pRFm%2F_FAWEV61vQL4wv9ErxVBj76Go.y9oJlgDoWGLbihvMM&asPdf=false  
53c9c08018130c21 Alcon Research Ltd. 74-R-0011 2016-06-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega7c&d=%2Fa%2F3d000000pSxV%2FErrLkB3x8StUsXBSCJqD4yy7yq8Y_vf8t8XoXXi3Y9M&asPdf=false  
3b92ad1afa5206e5 Alcon Research Ltd. 74-R-0011 2015-08-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZps&d=%2Fa%2F3d000000pWqU%2FvA1fw99l.yvVW0z0xhmmVW7yHeYPXnD0_aAXl2yy2yI&asPdf=false  
5ccccc1f5fc82033 Alcon Research Ltd. 74-R-0011 2014-09-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaqJ&d=%2Fa%2F3d000000pfVF%2F4cFIBpOygfzy8pvtcO4bYOWQUmPvLc36j.SrM4kGLaM&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 470.827ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API