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 = "23-C-0340" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
e52be80dd9a59c30 CHERRY CREST FARM LLC 23-C-0340 2018-07-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcSX&d=%2Fa%2F3d000000pS0x%2FISxYl61_3TkcrRRhynnVBzxWfN_ledDi2OpjxXG1Myc&asPdf=false  
c3ca11dc641cf6e6 CHERRY CREST FARM LLC 23-C-0340 2017-07-27   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd9o&d=%2Fa%2F3d000000pTQv%2FRRwyA4eCZM0kGIkuv.NJgBkYPWAP3VaBC86cU_ofE8c&asPdf=false  
75e90c98aa9bb9e6 CHERRY CREST FARM LLC 23-C-0340 2016-07-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXyc&d=%2Fa%2F3d000000poFc%2FuBaYHnBMp4ghe_FRMNM7zx8Vo5cx6nDN4wrPci0VwEw&asPdf=false  
374b28d5075f0083 CHERRY CREST FARM LLC 23-C-0340 2015-08-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYzx&d=%2Fa%2F3d000000pbhm%2FXd4ENk2Vmv7lJH1uOef9JsihplsGOXkIWqxUSru7kGk&asPdf=false  
9e498dbe9e1461a1 CHERRY CREST FARM LLC 23-C-0340 2014-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcbU&d=%2Fa%2F3d000000pmNx%2FmI.RkpFnds1YHBjyuLI5SVwnw_hVr1kReYTq2LWmtSE&asPdf=false  
7152718fedce8c73 CHERRY CREST FARM LLC 23-C-0340 2014-03-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoH3&d=%2Fa%2F3d000000pf1C%2FEvGGkToN5F43Rq2oqTU8HQlW4P.h2tFscbKMGguTPXA&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 490.29ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API