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

11 rows where cert_number = "74-C-0633" 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
39827c3cd868e5f6 Bobbi Colorado 74-C-0633 2024-08-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000001ekoL&d=%2Fa%2FSJ0000004mZ7%2FqzBaCbL9DvVI.m.FU10ZxDJGqaMMOFfFafZM7rUsn1E&asPdf=false  
a63976a29f348261 Bobbi Colorado 74-C-0633 2024-04-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000D02ph&d=%2Fa%2F3d000002kotX%2Fp3NUTFwqaw_Zmc2fBbP7WTtG0kxJIcX6SHDZomS1WcM&asPdf=false  
f3c229fd85f5d6dc Bobbi Colorado 74-C-0633 2023-07-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000093QL2&d=%2Fa%2F3d000001PJvh%2FcHhHZvWVPoox69Dm_ipYfna0GQNq165fqKT1ownxx.g&asPdf=false  
b12b56e2702466bc Bobbi Colorado 74-C-0633 2022-01-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V98x5&d=%2Fa%2F3d000000pgyb%2FmNNgtht0IzgEVWpS7PvZhSk4PMVic2hPV_MehtLW.Dk&asPdf=false  
07a08da8f1f61981 Bobbi Colorado 74-C-0633 2019-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egksy&d=%2Fa%2F3d000000pXSx%2F71GwcnQWOe3V7gNl1R_EdNckc_hPR41th8kBjgwKTSk&asPdf=false  
d2bf0f0b5beeba89 Bobbi Colorado 74-C-0633 2018-07-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiOk&d=%2Fa%2F3d000000pmFo%2FAIcffJqx34iZN9JJrATnFOyJcoxOVA4TZAqHwPb0LV4&asPdf=false  
feede1e3918ad433 Bobbi Colorado 74-C-0633 2017-05-08   0 2 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWtT&d=%2Fa%2F3d000000pe19%2F2xIYlDG5H5NEY99mi_GVN2aTlgaLjWng_0ie9zHzxZk&asPdf=false  
447d7289e8be14a2 Bobbi Colorado 74-C-0633 2017-03-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkO1&d=%2Fa%2F3d000000pmNb%2F7qVMxeSqO3Haq0UDnj9VV0ZCHF4WAJA.G7wXcjWsPbQ&asPdf=false  
75bda32abd42e433 Bobbi Colorado 74-C-0633 2016-02-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkMr&d=%2Fa%2F3d000000plrC%2F8fVJc9H2fCm7E.n9XKOLlMTBvIeDVHfXEa9Lu3Qoil4&asPdf=false  
41fa75c058432630 Bobbi Colorado 74-C-0633 2015-03-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnUX&d=%2Fa%2F3d000000pdwm%2FFIVqC5_bDGUQ3ovTKjgUSUaqOQhHzzrtwvZfo0FDC38&asPdf=false  
aaba02f75a7fff0a Bobbi Colorado 74-C-0633 2014-03-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglNB&d=%2Fa%2F3d000000pmth%2FGaJJrfIYewyQ._r05oNQhAT2uMngC_rAaO3QQA3BWrI&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 391.155ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API