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 = "48-A-2226" 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
800548adaaf60d6b Danny Kinnamon 48-A-2226 2024-02-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CUMrF&d=%2Fa%2F3d000002Zudx%2F72YhmS9.bu15OgpMZRu9DuvnGs93KeFqk4RyldEfc3o&asPdf=false  
29c523a7e0d977b9 Danny Kinnamon 48-A-2226 2023-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000083LYf&d=%2Fa%2F3d0000015Uou%2FFQZDF.AXXzLooJGsok.dhd7teKTZ5PX24Ms3_ZtdV3s&asPdf=false  
d6c36d0343bbf3f4 Danny Kinnamon 48-A-2226 2023-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uclk&d=%2Fa%2F3d0000012swr%2Fd_8yFvyG7PCyzgHQh.zzZw3n6hlK8kFzQzH_eUALOJo&asPdf=false  
3945cedf074772d7 Danny Kinnamon 48-A-2226 2022-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxcLK&d=%2Fa%2F3d000000pixe%2F.f0S8cocRPcyUxIsH.2NaotFWeKDMM9gqXcoYa3XI3A&asPdf=false  
1c68196aa7e8b473 Danny Kinnamon 48-A-2226 2021-09-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNKy2&d=%2Fa%2F3d000000piyb%2FDrkkNKW0nyNDsLAN2IiNahjDRT5AgguFyQssyDu.z.w&asPdf=false  
2e9e2461dce22b63 Danny Kinnamon 48-A-2226 2020-11-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyKs1&d=%2Fa%2F3d000000pixr%2FuiaE.FWXE04Up9DpNKNm6lyUvP2ZlQixORBXe_xsi.Q&asPdf=false  
1ce7764d8dd08374 Danny Kinnamon 48-A-2226 2019-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglA4&d=%2Fa%2F3d000000pixd%2FZVZxM_AqCYayIab9YVdwwQjXL.hl6Mko_sEQunoacKA&asPdf=false  
ddffefb8d73f3226 Danny Kinnamon 48-A-2226 2019-04-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfJY&d=%2Fa%2F3d000000pixo%2Fyxa88sbCbXa7at.XO8naOXS8OpFuZb2Tg3GmYMEtzO4&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 217.005ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API