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 = "86-R-0039" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: teachable_moment_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
3daa03274d2c86aa SENES TECH INC. 86-R-0039 2019-06-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egntf&d=%2Fa%2F3d000000ppHf%2Fx_pkV_yI8D16eHgkovSzAzJQzAjhheaMJZ7M2.VU0.s&asPdf=false  
cb253bc6db18e3c9 SENES TECH INC. 86-R-0039 2018-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnOn&d=%2Fa%2F3d000000pSLV%2FxBDkGrUHyXkgHA9.U1Kv2pKxryjWc1S1wDKKLLdptk0&asPdf=false  
aeac0d581b6ea77d SENES TECH INC. 86-R-0039 2017-08-07   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmKs&d=%2Fa%2F3d000000ppCG%2FGN6DlSZSo0Ri6Vt2v0JoRmjDR42rWf3ajmhLFlYuDOc&asPdf=false  
9108bbdfaf80663d SENES TECH INC. 86-R-0039 2016-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmpb&d=%2Fa%2F3d000000pi1V%2FVydWLPGaYvUfIPcI9PPI5y2edaeJKMkUu1ireeaTkR8&asPdf=false  
822584812c538039 SENES TECH INC. 86-R-0039 2015-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglbN&d=%2Fa%2F3d000000parg%2FJdFSWUJmusYUVZde_wdvGmNkvR8AUeZLH9uhZzO4xHk&asPdf=false  
631e9e2d22031319 SENES TECH INC. 86-R-0039 2014-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egn6H&d=%2Fa%2F3d000000pde2%2FTAefgKcsXqtnRvqstA0R_YBUbaKnTkiXdiB5u7Bt1HU&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 2504.254ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API