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

7 rows where cert_number = "72-C-0218" 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
88789a47510d1ece Harvey Kliebert Farms L L C 72-C-0218 2016-03-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYQG&d=%2Fa%2F3d000000pknb%2Ftnavwm7WvUSoQHX5fLbPaAr_mHErcfAFKeeORM0HhSg&asPdf=false  
a4f1756e58027a14 Harvey Kliebert Farms L L C 72-C-0218 2015-11-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbPs&d=%2Fa%2F3d000000pbfj%2Fv5zJ0H1a.J.q31Vp_teiSqAo7adnMGm9J2peIVSCKw0&asPdf=false  
eff8a9578ee6c576 Harvey Kliebert Farms L L C 72-C-0218 2015-11-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfy6&d=%2Fa%2F3d000000pme4%2FCgn6jPSWEHbQyPwGoQcuYz07hoD4GTrhEXr5aYb8xZ4&asPdf=false  
934ab428883e3c5a Harvey Kliebert Farms L L C 72-C-0218 2015-08-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXcu&d=%2Fa%2F3d000000pnim%2FnXYpc3xhQZL63eAUwxLR0ZI1kFDBDvSkPMoryMnMpZo&asPdf=false  
4499b4d68b883f44 Harvey Kliebert Farms L L C 72-C-0218 2015-05-20   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxCC&d=%2Fa%2F3d000000pdSy%2FfaFvCKrmf.Gs2UqQv4Y0su4ON5siiqQoVGCOTlFk9Iw&asPdf=false  
4fa9656fce3f2007 Harvey Kliebert Farms L L C 72-C-0218 2014-09-29   0 8 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwMP&d=%2Fa%2F3d000000pmdd%2Fj9TbhWYmDfWUuK_Uq3oylPIoUSZoxjCzeXqHOjFfVgc&asPdf=false  
486471208fe9a802 Harvey Kliebert Farms L L C 72-C-0218 2014-07-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXHS&d=%2Fa%2F3d000000pktW%2F_R7ySQV5VUJfX83Wvjk.F4bZTys78MkoMO25sHD.GEQ&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 3.879ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API