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 = "22-C-0116" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
8dfcbcf3fb04fad1 DENIS IGNATOV- RADOKHOV VICTOR RADOKHOV 22-C-0116 2017-06-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgemH&d=%2Fa%2F3d000000pnPC%2Fe3EkAwvMAm8295vRUFxpPLav.e.neAYeK5eIquwnETs&asPdf=false  
6acb0d59cdf0bb1e DENIS IGNATOV- RADOKHOV VICTOR RADOKHOV 22-C-0116 2017-06-15   0 0 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX8H&d=%2Fa%2F3d000000pRNf%2FIUfaS3t9jZfB.cFhK3.Mg1k47l8kkcAnvpJY3iv.p00&asPdf=false  
ff7926a35098b6cd DENIS IGNATOV- RADOKHOV VICTOR RADOKHOV 22-C-0116 2016-01-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeft&d=%2Fa%2F3d000000pl0d%2FREkUna4L5lQx1a0SGPZ.IPFik7k2TE8sfhGb5l.IQHM&asPdf=false  
721bd5e20383418d DENIS IGNATOV- RADOKHOV VICTOR RADOKHOV 22-C-0116 2014-11-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY02&d=%2Fa%2F3d000000pi1F%2FTcv5DpaMuxthq2C4nC9mAyFlwphGTEdHlaT5iLyk2us&asPdf=false  
24ef540b1d2e97c4 DENIS IGNATOV- RADOKHOV VICTOR RADOKHOV 22-C-0116 2014-07-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egegt&d=%2Fa%2F3d000000pfmH%2FTmA.t6drALWk_lXgO4x81D1XuG747HYqliuFHILVLOU&asPdf=false  
efba82ce617c4b2e DENIS IGNATOV- RADOKHOV VICTOR RADOKHOV 22-C-0116 2014-06-10   0 1 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxLR&d=%2Fa%2F3d000000pm64%2FirCNbl4wiMSu_uVAP0g5QqJU.FcuPZWo5U4ujAi.UQY&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 402.314ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API