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

7 rows where cert_number = "84-R-0045" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
edc8cb7916900c0c Colorado Parks and Wildlife 84-R-0045 2020-10-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyH5X&d=%2Fa%2F3d000000pjLd%2FexH__qBtJbd.W.VWcjgEC2Egtd6NwvGAs9wjmWtrwbM&asPdf=false  
3c40c6910b121474 Colorado Parks and Wildlife 84-R-0045 2019-05-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ2k&d=%2Fa%2F3d000000pRyY%2F6kt0.g6VcLEQHDm_zC747YPiRtaiEAUVQdZw1YAqadA&asPdf=false  
5a41f8a59059de49 Colorado Parks and Wildlife 84-R-0045 2018-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZt3&d=%2Fa%2F3d000000pWnA%2FuxkKZfc2pY_1pN952B_dRoM2p2j5IJcFURXpPPmbxgs&asPdf=false  
2e16a578aea38368 Colorado Parks and Wildlife 84-R-0045 2017-05-01   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXAY&d=%2Fa%2F3d000000pdl3%2FEGziBZ2Onp27q2qMMiAnTIjkkSJIp_bNkN_MjbNye_c&asPdf=false  
fc8cbb8b74089a47 Colorado Parks and Wildlife 84-R-0045 2016-05-18   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwsq&d=%2Fa%2F3d000000pevb%2FYiOPVQWRtIv9lRzDcrN6mY7eJY8PfKllppkggMld1.U&asPdf=false  
0a0c073e45a84a4e Colorado Parks and Wildlife 84-R-0045 2015-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZYr&d=%2Fa%2F3d000000pdx1%2FiOpoToBSFDezRfeOqp2zqsA0kLGKRL702EQYwRxYMV4&asPdf=false  
fead6602f14ff0e9 Colorado Parks and Wildlife 84-R-0045 2014-03-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnxgy&d=%2Fa%2F3d000000pi88%2FjRUiJ70i9d2.oq0Qp3YlTyvQ61BZFE9loqHFfs3Nhk4&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 1305.087ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API