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 = "32-C-0255" 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
eb75f06d9cceb58c HOOSIER CAMEL ENCOUNTER LLC 32-C-0255 2018-02-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghdQ&d=%2Fa%2F3d000000pjl2%2FbzO9n2AG4b7UMzbQLKhP5iqpbcF3Etur3qw3AV9rKPk&asPdf=false  
1cc7e0d80e3d3faf HOOSIER CAMEL ENCOUNTER LLC 32-C-0255 2017-11-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaEi&d=%2Fa%2F3d000000pUZd%2F6gSyA8zFgipVdCMs5b3ZeesWkiTH5stIY6N6VdCD4UU&asPdf=false  
cd76ae50ca15ae82 HOOSIER CAMEL ENCOUNTER LLC 32-C-0255 2017-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcOA&d=%2Fa%2F3d000000pjRd%2Ff9FZjftTfMHnxePqFYYyEzJ3u_qpuaXpHOLxK43sCmg&asPdf=false  
ef2ea1d18ef14bcb HOOSIER CAMEL ENCOUNTER LLC 32-C-0255 2017-02-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVdw&d=%2Fa%2F3d000000pm3Q%2Fqb5yZGU3YrWQIMEdVw5__.fWvsFWCsSqb4dr7Vj.s5w&asPdf=false  
f5a208008a9559d5 HOOSIER CAMEL ENCOUNTER LLC 32-C-0255 2016-11-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgelE&d=%2Fa%2F3d000000plCJ%2FPjfGoCDLxwLiJ6et7M.sbrl87gqJwWn.zDkV4ZiYTIU&asPdf=false  
022450f5157deb46 HOOSIER CAMEL ENCOUNTER LLC 32-C-0255 2016-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfPD&d=%2Fa%2F3d000000pfXp%2FNCBWNOyBur98TfiAUj82aJWi9En6yF3p7qGbcqb8m7k&asPdf=false  
285c2f77434beb4a HOOSIER CAMEL ENCOUNTER LLC 32-C-0255 2016-01-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYq9&d=%2Fa%2F3d000000pTLp%2F8hqQ8omUC4xLeMo4HCNqQPIHjh2Nfo8SUiqX.vTb2Do&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 1040.544ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API