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 = "16-C-0161" 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
8c2d4285091acd00 Zenko Farm LLC 16-C-0161 2025-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lxMzK&d=%2Fa%2FSJ000005xPnV%2Fb7DLwEnXG9HBFguRek5Xs2A4ryqJ3G8ab_RoTuyhuKo&asPdf=false  
b680d1c2f307d707 Zenko Farm LLC 16-C-0161 2024-10-03   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000008Xps7&d=%2Fa%2FSJ000000ZHfV%2FrHZ477LFXdBU693YSE71QHvji9G22VuQuExQSSQQTVY&asPdf=false  
80ff0b843821581a Zenko Farm LLC 16-C-0161 2023-05-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008YUq5&d=%2Fa%2F3d000001F3dT%2FqFAQsPc2ppTV.07lZdU49vIpDKN8m1Y4qNPpN3Liw4g&asPdf=false  
f38bc41ac2266012 Zenko Farm LLC 16-C-0161 2022-05-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx3uH&d=%2Fa%2F3d000000pgMF%2Fi_t.cwRI416WRGKY4PsJvR1RTm7dH_kUVO6c4pkZRq0&asPdf=false  
7a730d9fe0eab22c Zenko Farm LLC 16-C-0161 2021-06-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhKYJ&d=%2Fa%2F3d000000pgMy%2FWSLYwu2jZ2aQsRdMpOaRN45IOD.ozKNmlXjPtesTOXM&asPdf=false  
5359c347c2ef1993 Zenko Farm LLC 16-C-0161 2019-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbHl&d=%2Fa%2F3d000000pgMG%2Fn43sHYEm6Bve1_MQtDBGMOg1q8Fktny65lhbhr4arfg&asPdf=false  
7bf659d75621b69f Zenko Farm LLC 16-C-0161 2018-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbgi&d=%2Fa%2F3d000000pgMT%2Faee0Y.tlKPvlbpBJqnWqV0RXnvFN2qNreBxkcC5O3gk&asPdf=false  
8e890f044b09b496 Zenko Farm LLC 16-C-0161 2017-06-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYSU&d=%2Fa%2F3d000000pgMt%2FvUmnKIGg7jMd.1PzYTrdxiVaP6TR892t7Set.GSlEbU&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 730.332ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API