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 = "63-C-0233" 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
87cf7f9c6864312c DANNY BURRESS 63-C-0233 2019-10-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege7P&d=%2Fa%2F3d000000pfg0%2FCP_dWdllQlrxiILHPGY2Kgth0NvJmjJo5vyZxGc_tGc&asPdf=false  
c562d6d760593d97 DANNY BURRESS 63-C-0233 2019-07-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbgr&d=%2Fa%2F3d000000pm8Z%2FNKAJzw5RI07umsR3dvjYipuR78SbuAsgD4HXG.gIjF0&asPdf=false  
c4a9e553411d1bc7 DANNY BURRESS 63-C-0233 2018-06-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdkB&d=%2Fa%2F3d000000pmTe%2FOirNQeTg6qE0aauLdUJkl53tJGqGEMbr8sFw7hzwwog&asPdf=false  
72a52bb949d35e22 DANNY BURRESS 63-C-0233 2016-11-17   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZz2&d=%2Fa%2F3d000000plNo%2FakQJwDBa022.rp7v42ZqLi4QFsLPcS.JAYUzfYOiTRg&asPdf=false  
da443ba2d995c5d1 DANNY BURRESS 63-C-0233 2015-10-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egenz&d=%2Fa%2F3d000000piKp%2FxKR_33h0.0STACsO24XIQHpUp5078W0f9mKnJNAGzG4&asPdf=false  
19ba3484bf029dcd DANNY BURRESS 63-C-0233 2014-08-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeRe&d=%2Fa%2F3d000000pRck%2Fq4U2Wb_IZY16EPMcDxah4nq3KRSr3ryFJ4W1iKOoi68&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 256.721ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API