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

8 rows where cert_number = "92-C-0191" 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
8532c2a08408f7ab Jeffrey Buccello 92-C-0191 2025-06-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000aHKPB&d=%2Fa%2FSJ000004F0bh%2FOjYtw5m_1iK_fIHFSfOjrZ.HbwtF_ge7XYghXcHfICQ&asPdf=false  
00dc5465e9d206a3 Jeffrey Buccello 92-C-0191 2025-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000StRid&d=%2Fa%2FSJ000002zFdh%2FyC2LBklayfKAEO1dqUX8OgA0BgIKFaXViRI5OyDPXZk&asPdf=false  
77906a6cbd32bad9 Jeffrey Buccello 92-C-0191 2024-03-26   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DAqhx&d=%2Fa%2F3d000002oea9%2F6qk6RuYwwal9svaGxnGLvIIgzv6uvendxlJ0pIn6c5Y&asPdf=false  
0de0196a8703f1c8 Jeffrey Buccello 92-C-0191 2022-11-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvIQK&d=%2Fa%2F3d000000pcOc%2Fy3iXVS37bcof5DFXngONAkLvjeXLi3nIZzbxZhUu4hA&asPdf=false  
5f21caca4d8e18e9 Jeffrey Buccello 92-C-0191 2022-04-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwhYG&d=%2Fa%2F3d000000piSd%2FZqr5wT4BMxMUK9vSad84R5qw4eu0r71_p.0OKdcJS8E&asPdf=false  
c105cd4192ffbcfd Jeffrey Buccello 92-C-0191 2021-09-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNATh&d=%2Fa%2F3d000000pRus%2FIkRjC3Tb6d4RynDLbfR.o9nzzTvN_W5wdPmyzZyofAc&asPdf=false  
86eda421f1d679f1 Jeffrey Buccello 92-C-0191 2019-12-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghlq&d=%2Fa%2F3d000000poN4%2FPdhN.C.yOizWSPlRh3e7nhzVnSGzwEcxMPwhYV2kgFI&asPdf=false  
ecd0605b0c43f257 Jeffrey Buccello 92-C-0191 2019-05-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcrf&d=%2Fa%2F3d000000pf8l%2Ff7gMALInGTPb8l4g47c.UxaUCVigaW47xpfxsJH3BXo&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 191.475ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API