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

8 rows where cert_number = "41-C-0305" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
bdbc56064ee685c2 Eagle Bluff ELC 41-C-0305 2024-10-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000009drAb&d=%2Fa%2FSJ000000hV5N%2Ft4dUVcGiFqjIOB0GntHRcUYeYSJd2fy6CmNyM.kdo.M&asPdf=false  
c6d59a40f66bdd7b Eagle Bluff ELC 41-C-0305 2024-01-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BpjdZ&d=%2Fa%2F3d000002OlNc%2FAxwKuccUxWC02mSiAFhaRX_f8M65caKAsyNfLn2Wjpg&asPdf=false  
37f9e2287ddde846 Eagle Bluff ELC 41-C-0305 2023-01-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dnE3&d=%2Fa%2F3d000000yGGR%2F3uBjEvLwXCj_37NK82KJpR7ZFYxCzf0ghGZoKQh96Kk&asPdf=false  
a1fda5e18a52ff5f Eagle Bluff ELC 41-C-0305 2022-01-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V92bD&d=%2Fa%2F3d000000pgvv%2F7sU03iACdWbkkSgSOzU4lvumPXvSbt6UMbAhJ6iAWoo&asPdf=false  
74bd2cfc3c30a61f Eagle Bluff ELC 41-C-0305 2021-01-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERj6P&d=%2Fa%2F3d000000plaV%2FWOrBCbnBuodHCB05XmIiXNyEyw.cajtXqoEEBGRY.P4&asPdf=false  
2096cbbc7d02c6de Eagle Bluff ELC 41-C-0305 2020-01-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggbc&d=%2Fa%2F3d000000pkwu%2Fj52UAIbkwNet1zOZ0zUFR0Hqv1Ywsci53jbrSR9XXHM&asPdf=false  
730c8ebe5e261f55 Eagle Bluff ELC 41-C-0305 2019-03-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjCs&d=%2Fa%2F3d000000pl69%2FJZM1iIIudnFY7SBx1_YfgVFJGXJ6wGS2B_GOE6KNvkE&asPdf=false  
3aa531ce446801cd Eagle Bluff ELC 41-C-0305 2018-10-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZyG&d=%2Fa%2F3d000000pggx%2FueHCxvVJd4CYWNOGfDq84cENXEPg0gFheA0l8RbsWvA&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 1014.827ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API