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

8 rows where cert_number = "58-C-0700" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_count, direct_count, 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
ce317ed18d404585 ADENA BOWEN 58-C-0700 2021-02-04   1 2 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESDx9&d=%2Fa%2F3d000000pRpE%2FmZ7AlcvwxQm2zKt75JvmomdT.pXkZHhvuAidHHdjYAk&asPdf=false  
1c4b1aba35f537d6 ADENA BOWEN 58-C-0700 2019-05-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaBC&d=%2Fa%2F3d000000pnPk%2FkGukKWGM6BkZ.bPUmcUpm9jMjlkz20gPqktUMdTCgS0&asPdf=false  
25d09f70c02b3b48 ADENA BOWEN 58-C-0700 2018-03-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdKB&d=%2Fa%2F3d000000pm4o%2FZKCoQtWE2B2sWVvnM2cbNYE6bnpYjF95nCzFGw6KTpg&asPdf=false  
ac76550542d35acf ADENA BOWEN 58-C-0700 2018-02-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ6W&d=%2Fa%2F3d000000plpJ%2FDmjdeGc05VGM.OYXoOip2TZndt4vFIvlqUMG5DsoHGI&asPdf=false  
35d33485c6a552d8 ADENA BOWEN 58-C-0700 2017-08-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYuG&d=%2Fa%2F3d000000posB%2FEjj9QCKY6xdMu8_G6ijL0W1VX_5tkBA85fpHpeVm.es&asPdf=false  
6b9edc29e28af276 ADENA BOWEN 58-C-0700 2017-01-05   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwZW&d=%2Fa%2F3d000000pkrn%2Fia96IoD76HuW3s.2jpwVKFvjzRtWZMCmvUF1dIs.aH8&asPdf=false  
b3b59705c2d0a303 ADENA BOWEN 58-C-0700 2015-03-26   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwlA&d=%2Fa%2F3d000000pl4d%2FPgFGYGLQkmnwN5k241jSsd.slC65wf0TVkwtXWhbtpU&asPdf=false  
6fa5cff16c3c904a ADENA BOWEN 58-C-0700 2014-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZT2&d=%2Fa%2F3d000000pnWp%2FFDrBWOtDpWNs8.FOLR6XF5.9Xlv8n60axxwOEs1GiXE&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 306.607ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API