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

5 rows where cert_number = "84-C-0104" 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
1a92c6fe733706dd CANYON CRITTERS L L C 84-C-0104 2017-11-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWU1&d=%2Fa%2F3d000000pX1o%2FCMixCOQq4891Wh1Fb1xi16lf2ibEBHdy8dBbfpzv0x4&asPdf=false  
168ff70b0c6c9710 CANYON CRITTERS L L C 84-C-0104 2016-09-26   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxUV&d=%2Fa%2F3d000000pjAw%2FMFQETl4l9NtsN9Jcloz9F4UUtbhDReH6ayDkZFCuUww&asPdf=false  
4c7414d2b3f39330 CANYON CRITTERS L L C 84-C-0104 2015-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggiU&d=%2Fa%2F3d000000pi7V%2F4mHSUWZddbL8SujgZqu5y5XXWqEPhKYRI3AgBFp0TNU&asPdf=false  
0029f0b237d6d360 CANYON CRITTERS L L C 84-C-0104 2014-08-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYnM&d=%2Fa%2F3d000000pooj%2F6s85yuqkkp33EDq_pU.sbvux.TgJqo5pjP1VoheDVN4&asPdf=false  
bc7e5cb68de800e3 CANYON CRITTERS L L C 84-C-0104 2014-08-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm1c&d=%2Fa%2F3d000000ppOy%2FVkAlXwb_iYi8B1_GnPhneFJezxQlD74ncZ8DOsr1AvU&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 400.257ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API