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 = "22-C-0104" 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
347989c62f0ce5e1 Five O'Clock Farms, LLC 22-C-0104 2021-11-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Oy6&d=%2Fa%2F3d000000pfbo%2FYZPbGe4MewgpzE9gXbBwgZ_tLy6jByPah8MqOp2Hhi4&asPdf=false  
353d95fa2fdf0a24 Five O'Clock Farms, LLC 22-C-0104 2021-01-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ES7IO&d=%2Fa%2F3d000000pRow%2FspOvuptgFH0Og8bpbjjEwqV0BHsWA8rCKClOpHhmyJ4&asPdf=false  
ef533f522073467b Five O'Clock Farms, LLC 22-C-0104 2019-09-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcLl&d=%2Fa%2F3d000000pm1y%2FeDwwDDwYBsGElc_SweNzFHYHkJ7PmW8wvkIXnZc4jZs&asPdf=false  
b2bf6c5320d0de5e Five O'Clock Farms, LLC 22-C-0104 2018-09-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbRz&d=%2Fa%2F3d000000pfr7%2Fz9odDslkmi6bzOo7ronoJxghGUmhfwRyFd1a1zjxX4g&asPdf=false  
402b5f3d0907c07b Five O'Clock Farms, LLC 22-C-0104 2017-09-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdcm&d=%2Fa%2F3d000000pi40%2F1Ab8vUgymQ10jbeiGz6mc8tZKdVH.25XWg.XoSCZJrs&asPdf=false  
06783bf95ebf71de Five O'Clock Farms, LLC 22-C-0104 2016-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcU1&d=%2Fa%2F3d000000pmsb%2FVS4fjjXXxTTErvr1k3wKvlwg_wkLrPLOjrvpQGgvRKE&asPdf=false  
cd7493719cc8834d Five O'Clock Farms, LLC 22-C-0104 2015-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbaW&d=%2Fa%2F3d000000pfwD%2F_KwFsaavCeSIBfX.hlig.8MiD3kuZIoVskJzWRLQadY&asPdf=false  
dc3ccafb972fc97c Five O'Clock Farms, LLC 22-C-0104 2014-08-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbDh&d=%2Fa%2F3d000000pdj5%2F_ykxKiO_FQ0uIg4E04WqBA_Ns1gtRrVrMrnV3_wccxo&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 739.56ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API