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

5 rows where cert_number = "48-A-2253" 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
bf0a2207b997b0cd Casey Hensley 48-A-2253 2025-09-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000kLQum&d=%2Fa%2FSJ000005h5cf%2FJHgVK09uR_ixDgqhX6hrSxEAW_lOKMwAjn0d1RyxzjA&asPdf=false  
1aaa4a385cf7421a Casey Hensley 48-A-2253 2024-10-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000BM7cR&d=%2Fa%2FSJ000000qCDB%2FTeqanomBGPfYa28YTuoo.9ke6Tf9uz_j11mUe4R1Z18&asPdf=false  
87c391f1a935f085 Casey Hensley 48-A-2253 2023-12-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BIZIV&d=%2Fa%2F3d000002E8Hl%2FrECj3S8i1AMJvWvGOM6h02WxilmYuCow37cZ8b1sRYA&asPdf=false  
9f54d2b4df44a1b3 Casey Hensley 48-A-2253 2023-02-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uMMu&d=%2Fa%2F3d0000012nXk%2FOAPBp41PN3cN1uBKKZsWdfMyW49zaC5BJfKUNliPHd4&asPdf=false  
75c74f377c78cf2e Casey Hensley 48-A-2253 2022-11-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvFL2&d=%2Fa%2F3d000000pcEV%2FgT_0IvmNQ_CUhQD_JywAMx9vHOK07BSa_tkfobixoNM&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 200.65ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API