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 = "41-C-0287" 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
b037df9b6762d6a4 AXDAHL FARMS INC 41-C-0287 2021-10-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8ImG&d=%2Fa%2F3d000000pWpp%2FuoaZk7OlEoSXd6MDOKugoedlhNu0smLn73fuvI67CB4&asPdf=false  
a228046631c19f32 AXDAHL FARMS INC 41-C-0287 2019-10-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggMD&d=%2Fa%2F3d000000pUdX%2FM.3HsFavRGbJwTbfcYtagFbZlPyPf8D5.HXA3TxeGqQ&asPdf=false  
ed4ec565b2f3feec AXDAHL FARMS INC 41-C-0287 2018-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf0l&d=%2Fa%2F3d000000pS5q%2FLcCQ3eZWyss8wRnt3VdUljLejAJHy8NIXCiC8H6_gQs&asPdf=false  
73e56919f8398d3b AXDAHL FARMS INC 41-C-0287 2017-10-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfSb&d=%2Fa%2F3d000000pmEB%2FbSk.F2xFuUdCdonFLlimM.34ctU_G4Q_aFkytA9CFvY&asPdf=false  
b8e10b086602bf6d AXDAHL FARMS INC 41-C-0287 2016-10-13   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXQk&d=%2Fa%2F3d000000pdT1%2FncdbrzjNsZqh1Mv4.2H.Fb4VHRC3VSTOyVkSAWc8fN4&asPdf=false  
9aa5b472e872d87f AXDAHL FARMS INC 41-C-0287 2016-03-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmUj&d=%2Fa%2F3d000000pdi1%2FxGHuLKf73oilMNWy8YsSFLWHyEPZE4_sYarkm6.n_6Y&asPdf=false  
eac2bcb71ca9ce4d AXDAHL FARMS INC 41-C-0287 2015-10-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZcm&d=%2Fa%2F3d000000pl5e%2F0R9eEeMiEswV_bTQCXsG_WHHHv6Y4o7frVLEQACz90E&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 4.203ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API