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 = "42-C-0235" 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
8b8b0999958a4cd5 Black Hawk County Conservation Board 42-C-0235 2022-10-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000eg1Im&d=%2Fa%2F3d000000pWG2%2F84xfSVALS.V0irNjrxos6CpGIAwxTaNSbA7mn6_GkGo&asPdf=false  
944ad4aa1a2f817b Black Hawk County Conservation Board 42-C-0235 2022-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V99mr&d=%2Fa%2F3d000000pWHE%2FfVGAVEMlX_kaH7LWDcO8._tIE_MXvzlbgw6Ry0KSgc0&asPdf=false  
a104549bb63b7a1a Black Hawk County Conservation Board 42-C-0235 2021-10-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8775&d=%2Fa%2F3d000000pWGu%2FbsN49NUkgeowQdJqm6CMgfZ3c0R3iNFmOdCGmbQkpe8&asPdf=false  
08610b4f2c3ae549 Black Hawk County Conservation Board 42-C-0235 2019-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdSP&d=%2Fa%2F3d000000pWGq%2FBgRrTQQFiCzQgpTBw24B1GdrpSc7lA0Y.tVu1aqE2X4&asPdf=false  
6627576ad1456651 Black Hawk County Conservation Board 42-C-0235 2018-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd1x&d=%2Fa%2F3d000000pWHM%2FXxFfiz3x9EMI1dyiaMuk9qcajW79Kz4cCVw3PpAm8rQ&asPdf=false  
34e22a47fe79c91b Black Hawk County Conservation Board 42-C-0235 2017-11-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZa8&d=%2Fa%2F3d000000pWGO%2FGZp1QlGC5nPKYRhdIhZNV9k62XLwJePlSyrK1rQwhWU&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 119.245ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API