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

11 rows where cert_number = "31-C-0231" 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
e59d8c2e8e799bb0 Horsefeathers Farm 31-C-0231 2023-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009MYFh&d=%2Fa%2F3d000001XeEF%2F1MnPsWuvUj0WefcQJnqCb3rDWl2cN97xKeNwgbkPzTs&asPdf=false  
dbc6857afd15706e Horsefeathers Farm 31-C-0231 2023-06-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008igHb&d=%2Fa%2F3d000001IaY0%2FB2OgyH6QNvs8dRVrSBz1PG5cO5FTDopXbcac4uM.mwo&asPdf=false  
d61feb81d68018c6 Horsefeathers Farm 31-C-0231 2021-03-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESfyt&d=%2Fa%2F3d000000pahx%2F3xCXGT6clwRX1WJXhV1IfF31AO4GVP8WASFgbj2xY0U&asPdf=false  
96a558d965a2f5c8 Horsefeathers Farm 31-C-0231 2019-08-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi5Z&d=%2Fa%2F3d000000pl77%2FEG1xgJ78OZe7Iza5WDZ4Hp26DhZTi.K0._xp3slHG.M&asPdf=false  
a4c21011f59effb4 Horsefeathers Farm 31-C-0231 2018-06-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egheg&d=%2Fa%2F3d000000pWwP%2FElL0bdwZws2zX4pg.H_DTrWGiHj1ECspLrGYL1QBLWs&asPdf=false  
01896ff618ab9fc6 Horsefeathers Farm 31-C-0231 2017-09-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiBD&d=%2Fa%2F3d000000pdU5%2FCldf32jtHxBRQhd1hfV4aJV_M6v.Rq3eifEkpDjWgP0&asPdf=false  
f09649fed500aa41 Horsefeathers Farm 31-C-0231 2016-10-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghij&d=%2Fa%2F3d000000pfV1%2FBHYy7Fvxh.DT1yHiwo7xOTczOWl4kesh7SVFhvQlFOM&asPdf=false  
53fcdfac5f5e440e Horsefeathers Farm 31-C-0231 2016-04-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghtl&d=%2Fa%2F3d000000pjod%2Fs8v9xcJik_dE0.3fd3yPP1NOMC9TDjVgf4NTkER_gfw&asPdf=false  
dde1d5e4b829f485 Horsefeathers Farm 31-C-0231 2015-11-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfH4&d=%2Fa%2F3d000000ppLv%2FoDjnitMJhH_hPtYKlypEM032OxVWN4eb_wGNT1mDtRY&asPdf=false  
08e8e7a01f31c692 Horsefeathers Farm 31-C-0231 2015-01-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiUf&d=%2Fa%2F3d000000piDw%2FfE2IE90aoH5Vd7MTt0Reer6qIMeaq8YmgXoQuPCHoGE&asPdf=false  
3c80d55852831078 Horsefeathers Farm 31-C-0231 2014-12-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk7Z&d=%2Fa%2F3d000000pjsu%2FhUbMNmdMG4jrRAR.C3plS6LldB85_bVPoJwuDGEW65c&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 143.955ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API