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 = "14-C-0092" 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
e3856cd22cacfdbd RICHARD ROTH 14-C-0092 2019-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZPy&d=%2Fa%2F3d000000poye%2F_bl4aNkHkS5gXxwFF_4qkXvgp6_otfGhgSp0u.EibFw&asPdf=false  
011966d141606870 RICHARD ROTH 14-C-0092 2018-09-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXiu&d=%2Fa%2F3d000000pjkE%2FV3DUtYj56RV2RjQzND6G.pzyl4xHvpd72YBLprEQagY&asPdf=false  
35cbfe7d278a7089 RICHARD ROTH 14-C-0092 2017-01-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVqM&d=%2Fa%2F3d000000phtG%2FslrB2.xDOMSBXa8w8bWruxgaYeSE6BXB_sZHb0WkFE4&asPdf=false  
e6e67e28c42035b0 RICHARD ROTH 14-C-0092 2015-03-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWuk&d=%2Fa%2F3d000000pXWK%2FNk1FlahY7.Sc5pCeOGty3xe.q0p0ldkoA0pxsF9Y1gk&asPdf=false  
1d7d8e03a3d208a4 RICHARD ROTH 14-C-0092 2014-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcjR&d=%2Fa%2F3d000000pes9%2FTKNm_d.VSov0WFQrSTc0752JNnxvdh8iMfCDZV_VNS8&asPdf=false  
e3daea4490e99971 RICHARD ROTH 14-C-0092 2014-08-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWl9&d=%2Fa%2F3d000000plyJ%2FzW9OKS7ac7SD2z_ZJZfotLrlEcFpll5.3Q7kzO80dds&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 6.412ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API