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 = "64-B-0105" 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
f7c74a6262e6cfd0 Hunter Smith 64-B-0105 2026-01-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000yeQfn&d=%2Fa%2FSJ000007t8Dp%2FD8hLl06Ld_OUO9egX7hd6mNRnr.JV44OxiHqMCfkt08&asPdf=false  
b564b977519e2bef Hunter Smith 64-B-0105 2026-01-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000yg92t&d=%2Fa%2FSJ000007t6lV%2FhS9AmvfznZiwbLWU8n.VIuX.4Rm5knbOu1sm6NA2wEc&asPdf=false  
7ae2918c0402e41a Hunter Smith 64-B-0105 2024-12-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000J9AQE&d=%2Fa%2FSJ000001eBx3%2FNPJpAuINjHuHfRGSqjsHTW9K6C5S0WnnD1aWL_9OXjo&asPdf=false  
6e9525c94b7da570 Hunter Smith 64-B-0105 2023-08-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009RiiW&d=%2Fa%2F3d000001a3V3%2FEb_Ek5opOb7662d32f7TDFsYc0C2Nvrfwb3DpsE_yjc&asPdf=false  
0920306d05e1be94 Hunter Smith 64-B-0105 2022-11-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000guu3h&d=%2Fa%2F3d000000pYLI%2FFtPNalBTemGCJV741zz6IgUAHkCUVcph2JZdeFKHWME&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 86.1ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API