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 = "21-A-0185" 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
09f2748aeaef75b6 Alvin Stoltzfus 21-A-0185 2025-04-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000USF9O&d=%2Fa%2FSJ000003DqNG%2F8WzQx2H2pUIJ.361mpDFl50ZYVMZP1RccUtzQWtpH6Y&asPdf=false  
b855b083cb151ee1 Alvin Stoltzfus 21-A-0185 2025-01-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000LzSeT&d=%2Fa%2FSJ0000020929%2FvZAzfs8zQqmg423MtLBDUTAMnyzBgMISQQv6PW4Xh_k&asPdf=false  
dba7e7bb322cdfb9 Alvin Stoltzfus 21-A-0185 2023-03-01   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008ARlH&d=%2Fa%2F3d0000017kEn%2FmQ9GH_3WUDf_ytcg32L.oDQXZAoST3fvb2PTlisBkVw&asPdf=false  
2dac7989230cf871 Alvin Stoltzfus 21-A-0185 2022-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9HHi&d=%2Fa%2F3d000000ph3r%2FOv.EuKzJdD3Tu9eKogj70jJowRDQbG2TCcJpO4NEm9Q&asPdf=false  
9decda2f16c65013 Alvin Stoltzfus 21-A-0185 2022-01-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V98Bf&d=%2Fa%2F3d000000pgyp%2FL_fkPj75v_MVGOthqNiLaM93u.gpVToWZEIxxcV0ok8&asPdf=false  
7ac10ff14f46808a Alvin Stoltzfus 21-A-0185 2021-03-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESbbZ&d=%2Fa%2F3d000000pRmA%2F6tIsyPbHapBS1rAJSibp_0k4YHFOu_NqU8tJRppIbrE&asPdf=false  
f8f91df3e92ed11c Alvin Stoltzfus 21-A-0185 2019-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghKB&d=%2Fa%2F3d000000pXSQ%2FE2h8UfUxCxTmY2c9MspkTWz9QNX7P4QTWmgy6ngG3.I&asPdf=false  
7e1f4e1a39b1bc04 Alvin Stoltzfus 21-A-0185 2018-02-15   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYBX&d=%2Fa%2F3d000000piMs%2FKXmL331P537Qsxi.GifQElNHQF.433XKCVl1lCy6UU0&asPdf=false  
f5850332c2bf3388 Alvin Stoltzfus 21-A-0185 2017-01-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaR0&d=%2Fa%2F3d000000pp2Y%2F2woBRsRIlo1.TVXQWTCv8u9f8HAGEAYs0cNbMglJqb8&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 373.636ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API