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

9 rows where cert_number = "46-C-0056" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
8d89626545c966f8 BIRCH TREE ENTERPRISES INC. 46-C-0056 2019-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcHW&d=%2Fa%2F3d000000poDI%2FPMooSMMxxZyH8Yht4XqT4dwJhAIXZPHfqdRJGVf31_E&asPdf=false  
2f6d8b0dc6ad6ba1 BIRCH TREE ENTERPRISES INC. 46-C-0056 2019-09-17   0 0 2 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwrT&d=%2Fa%2F3d000000pWzz%2FCdcdwXXBgIcWmC8rTc6o1AHmduqV1ZE8btEKE_pqOYk&asPdf=false  
570cc4d15f25de15 BIRCH TREE ENTERPRISES INC. 46-C-0056 2019-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh8s&d=%2Fa%2F3d000000pmib%2FJNc0Zo3qZ_quJlMxqYiDL54fnHAVnwWNH2tHtLuuIcU&asPdf=false  
2d9c13e6bf4feec2 BIRCH TREE ENTERPRISES INC. 46-C-0056 2018-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeX1&d=%2Fa%2F3d000000pnA3%2FkT16GR1dXBtZay1IPLda_olsAQ2Sh3JWgVHKaLLn3Ho&asPdf=false  
1bfd85ffed6082f7 BIRCH TREE ENTERPRISES INC. 46-C-0056 2018-08-21   0 1 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVf2&d=%2Fa%2F3d000000pUK4%2Fx9Q9_bRZg3U5WsNndnsW04BqCmzAs6GtSQSzwDXfoWY&asPdf=false  
7d21dafc0e6edaf2 BIRCH TREE ENTERPRISES INC. 46-C-0056 2017-06-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggwo&d=%2Fa%2F3d000000pkY6%2F6Pk41HwpxXGSpH5YKkRUrI_w8mezx5qcqnbn81baS34&asPdf=false  
02a2a823d0ce4906 BIRCH TREE ENTERPRISES INC. 46-C-0056 2016-10-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi7T&d=%2Fa%2F3d000000pnz8%2FcXhF_fHND.4G3tgdMfWtE_GhrIFUghZlhAXG6KDy9C4&asPdf=false  
8bb877355ce4eb1c BIRCH TREE ENTERPRISES INC. 46-C-0056 2015-05-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcSf&d=%2Fa%2F3d000000pkzL%2FksoAp3ewtpXK_nhAp4.VLeYWsa6NXqUEZzz7DmSOQCg&asPdf=false  
ec09ccf6f49eb93f BIRCH TREE ENTERPRISES INC. 46-C-0056 2014-04-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi2C&d=%2Fa%2F3d000000pjzU%2FDoGI8ad.av8oCdun4sqbxBRBh2x78azC7E6Occ9ojrw&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 303.638ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API