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

4 rows where cert_number = "14-R-0013" 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
c2ca5fd240a6e8e9 GENE SYS RESEARCH INSTITUTE 14-R-0013 2017-06-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbVv&d=%2Fa%2F3d000000pRYc%2F3l5jx4pjQKHa9.hDCnoLPi3OmyY20D3WHdU7WLO.PzU&asPdf=false  
ad0280476b43469e GENE SYS RESEARCH INSTITUTE 14-R-0013 2015-10-28   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXly&d=%2Fa%2F3d000000padl%2Fo6Hf4dAQDIFPhqHWCwk8RVs2XSyQG94fBcd_JEM5PYM&asPdf=false  
5ad89f252f5c89f3 GENE SYS RESEARCH INSTITUTE 14-R-0013 2015-02-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd6O&d=%2Fa%2F3d000000pSbT%2F52s6THZ_usTi967wHwRYUozDQU6nOp0h9b7rrixYHiA&asPdf=false  
f435ac6863e2b381 GENE SYS RESEARCH INSTITUTE 14-R-0013 2014-04-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egn6P&d=%2Fa%2F3d000000pXIU%2FzMl2HLnRvbIEXpw_jCTTur4wgBXcvAWg5fM58YqGw4k&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 4.921ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API