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

9 rows where cert_number = "35-C-0018" 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
02864613c80e26f0 City Of Wisconsin Rapids 35-C-0018 2025-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000i51nR&d=%2Fa%2FSJ000005NJtV%2FbJXE3SahMYAyPbLyT7pTs3wvNpeebc82BULhbkWK5_Y&asPdf=false  
444fc3e1764e2784 City Of Wisconsin Rapids 35-C-0018 2024-01-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000C0qxi&d=%2Fa%2F3d000002Rq9s%2FgPAs78V0vPZQZaf3tXS8cehxVUPe9k_K1XZVQveySZc&asPdf=false  
91d5aca628f8d0c4 City Of Wisconsin Rapids 35-C-0018 2021-07-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMXic&d=%2Fa%2F3d000000plhI%2FHPUDg1Qeuwt2fZYBxZai_9hSek3yJVe6KlTdbbbJdsk&asPdf=false  
f48045f5b524b389 City Of Wisconsin Rapids 35-C-0018 2019-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZTj&d=%2Fa%2F3d000000plMG%2F_OR4s5QSaRD7FZpSlqvzHXagdeNnIUJAJA3RdMS.wsk&asPdf=false  
878636b462a98163 City Of Wisconsin Rapids 35-C-0018 2018-06-13   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZHu&d=%2Fa%2F3d000000pUrf%2FyE7a7.68eiNdHyiZB0cc7dqDM7NzbjjPc0kDjJ7qkZ8&asPdf=false  
9629c0028edf557b City Of Wisconsin Rapids 35-C-0018 2017-06-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaTo&d=%2Fa%2F3d000000pp4D%2FwtdsT689masrVFEgSCeJVuXXbTEEuGUnUB7Hlx9Y0r4&asPdf=false  
3923949f789689b5 City Of Wisconsin Rapids 35-C-0018 2016-07-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYf1&d=%2Fa%2F3d000000pj8n%2FQp9Ps6_gV3K9BHvqBEc1P7vUW9ejNp79wrUDq8tQsSM&asPdf=false  
4e95160be42e2e15 City Of Wisconsin Rapids 35-C-0018 2015-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egn9l&d=%2Fa%2F3d000000pWrI%2FuLeHzS7eStK6CfwAyTk9JSdkDa1bLSy3Xbhi5SnLdC0&asPdf=false  
aed831c87f4d1d82 City Of Wisconsin Rapids 35-C-0018 2014-11-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnoJ&d=%2Fa%2F3d000000pj9D%2FxtvKL0mb7dGYtoTX5zaKwMP_Q7av6ITEE4f0CyffkaM&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 5.697ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API