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

10 rows where cert_number = "34-A-0221" 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
d75ec7522b58b8f5 David Hershberger 34-A-0221 2025-02-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000O5QX8&d=%2Fa%2FSJ000002Ghsf%2F6H1J1Q9IOxH3j2BHfa7nt_7IJunIQRoO1qrXx.P2gBA&asPdf=false  
5dbdec19990e81f6 David Hershberger 34-A-0221 2024-12-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000IewZL&d=%2Fa%2FSJ000001a6Ph%2FVgwdoAfkkb8eLPCSD8Az0.KblmCElrh_gSyz4XpkXuc&asPdf=false  
d5473440a113dcc3 David Hershberger 34-A-0221 2024-01-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BcLmN&d=%2Fa%2F3d000002KHIF%2FmleobKrxivtc7JKPn.3.IMwL9r_.gyV8T4WIZXDtGyI&asPdf=false  
cad9676f081584df David Hershberger 34-A-0221 2023-11-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000B7wVp&d=%2Fa%2F3d000002Aw7J%2F2MdjkD95AUT_lfoZCPhCHOclxGgeRWIeKPNmLygKTqI&asPdf=false  
ba94a715bdc6f747 David Hershberger 34-A-0221 2022-06-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxNGL&d=%2Fa%2F3d000000phgS%2F5exccUQYzGLP4fWdiiiaIhNVpBGB_JF415ynkdj2Qas&asPdf=false  
c0e31c4613de86f8 David Hershberger 34-A-0221 2022-02-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Cj3&d=%2Fa%2F3d000000phgN%2FVH2baw_0qst9PNP6vEF4Eh_azyY.Ee85CXXKmRKS0NI&asPdf=false  
e37f8875492a367d David Hershberger 34-A-0221 2021-04-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NgzCI&d=%2Fa%2F3d000000phhE%2FRBb.GKFjEksw9wSaQtYaqhlseBZKpwHZdvGeUkuSMlM&asPdf=false  
fa62371b8deb9eab David Hershberger 34-A-0221 2020-12-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERaKO&d=%2Fa%2F3d000000phhT%2F_yTicY2vWLHiQSIbmew4OG75ELvnBzYRp6NckjwJMKE&asPdf=false  
f93b1020ca4cd015 David Hershberger 34-A-0221 2019-09-04   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnxe6&d=%2Fa%2F3d000000phgT%2FNt1a4vWbi4Aivu2t0rxPzLzQDUhZZmz8liHf4.R92Rg&asPdf=false  
43d6d60a6e4cc6e4 David Hershberger 34-A-0221 2019-03-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega2g&d=%2Fa%2F3d000000phhL%2FgRV4NgfdMu3dTMwO4.TYoyKszkRZvnpxL0uzzbDFwZ4&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 137.189ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API