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

6 rows where cert_number = "61-C-0188" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
e63da5e920fd80c0 Wendt Enterprises, LLC 61-C-0188 2025-08-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000iOqqr&d=%2Fa%2FSJ000005Q18r%2FrR.RYsXa37cchGW00IyNHhC7Yxg9mRJgazd4zlGglvk&asPdf=false  
0ee20fe3eca1cedc Wendt Enterprises, LLC 61-C-0188 2024-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000003DmoT&d=%2Fa%2FSJ000000AWRd%2FeZpDkK6BK99yAIGr5QgElZcq8qmFOGoiWW5IDDTCS3c&asPdf=false  
e582c53eb69707c2 Wendt Enterprises, LLC 61-C-0188 2023-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A7dPT&d=%2Fa%2F3d000001twZW%2FeAdT6pm_1Ks.mrSX_0w4D9D7q.Nfd6AOz93Fe57eNHo&asPdf=false  
8a589407b141c9cb Wendt Enterprises, LLC 61-C-0188 2022-01-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V90KG&d=%2Fa%2F3d000000pgtC%2F3aPuqSW86xUsSFuLQ9b.fXwGc2ONABz5ZZHhhIhZ6zo&asPdf=false  
7fe10ad7503ec8fb Wendt Enterprises, LLC 61-C-0188 2021-12-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8v99&d=%2Fa%2F3d000000pgra%2F_RTFEnCGGAZtFK7PjICRH.xzf.DrOtk36_0_9YpTSwA&asPdf=false  
d8fde34be12a96ad Wendt Enterprises, LLC 61-C-0188 2021-10-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V88K7&d=%2Fa%2F3d000000pXHe%2FYKGMPvv2nPkxjiEdOKC.eBE7nLaFeJdSLEDO.9oNCZY&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 525.903ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API