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

10 rows where cert_number = "92-C-0135" 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
1df36a4b27eb699c Eric Simmons 92-C-0135 2022-04-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwnTg&d=%2Fa%2F3d000000piUX%2FJwxtffFC0heavm6ijdsorYgFp4LaxWzx6IulF6HcDMI&asPdf=false  
698a5842cff5d977 Eric Simmons 92-C-0135 2019-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egftn&d=%2Fa%2F3d000000pnrg%2F3IAFmkJ8O7EDWLUliLkyqHcPG.Jty31oy8hC9K3FuEc&asPdf=false  
3cdfe6ccc2b936cf Eric Simmons 92-C-0135 2018-09-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege2X&d=%2Fa%2F3d000000pU8B%2F26JyFaH92snrJxpsxKap9X1HZUf3rqENZoo0T0YCWvg&asPdf=false  
389d82410f5292b5 Eric Simmons 92-C-0135 2018-01-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdxz&d=%2Fa%2F3d000000pli3%2F_w63HUJvmc5sacfdo_tVWrO0oUjyPu4o0plQX0q4Xek&asPdf=false  
90739e546578369b Eric Simmons 92-C-0135 2017-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeuw&d=%2Fa%2F3d000000pSND%2Frt.j0X7UXSSvKVc1OgfjUQFTBVkfs63fb_qh3OScdEc&asPdf=false  
e7f024a2a9757d85 Eric Simmons 92-C-0135 2016-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeYb&d=%2Fa%2F3d000000pmYj%2F96wcBUDhqjwKKSgceMZJIRflRJV7zLMsuxlY98lOEN8&asPdf=false  
6a13d46cdc9b7176 Eric Simmons 92-C-0135 2016-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdkC&d=%2Fa%2F3d000000pfVL%2FbMrHaTxFtQvBSZN_P1Nydv7ROe9MhEmjYlIP9B78RfY&asPdf=false  
02ba06db19647340 Eric Simmons 92-C-0135 2015-08-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege6h&d=%2Fa%2F3d000000polG%2Fd6Hacb_uAXR68gStcqx5YE6tfbILvUt7TT_8dx8lk7c&asPdf=false  
378940c0964184b1 Eric Simmons 92-C-0135 2014-12-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeAt&d=%2Fa%2F3d000000pSRz%2FExt3t_MNvtumsMvmSDSEpCbVsqnlnrYSR7MNn1HjDm0&asPdf=false  
2ae5cc182e899bf6 Eric Simmons 92-C-0135 2014-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeBx&d=%2Fa%2F3d000000plBX%2FlFwmcLkQMjP.f4QghSjqd5ENJhR2L6LQ97gcywZSUGs&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 137.904ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API