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

6 rows where cert_number = "31-B-0223" 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
aac81b1fbacf57a8 Lanes Little Gems 31-B-0223 2025-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000jYr9p&d=%2Fa%2FSJ000005aSPV%2FF1h0C1WlOQlPnIqtxc42.xpQhtBnRKfV1_U9Xvo0WGc&asPdf=false  
a02b9676823c32c7 Lanes Little Gems 31-B-0223 2025-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000SyX9G&d=%2Fa%2FSJ0000030CYv%2F0JZ_we3iI4IVFQfpZ6kJNmEA3tP10UcbD2Qiv6kBfRc&asPdf=false  
d77cb828e4f42d0e Lanes Little Gems 31-B-0223 2024-04-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DCiTq&d=%2Fa%2F3d000002pDUW%2FDgdujL8HXEUrlFqPsgpznX6_qd4yRULDVIu80Q5YaRk&asPdf=false  
07be480810aa56c9 Lanes Little Gems 31-B-0223 2023-06-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008kcW1&d=%2Fa%2F3d000001JXdP%2FNQ2TN8wMNQZq1rEYGiivq04iOp91hwvnKMIrxkstglM&asPdf=false  
b179daf49c5571e9 Lanes Little Gems 31-B-0223 2023-03-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000088lqu&d=%2Fa%2F3d0000017Gy9%2Fylwvg_dFnSZYoynIhyfV8q4xNkCrNKihRVAj1lkvqAY&asPdf=false  
b72fe7c9988fdc11 Lanes Little Gems 31-B-0223 2022-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywel2&d=%2Fa%2F3d000000piRO%2Fj4gjD41xq5_27VlPu5Ummsi0_JzDACmRoU84fm3ve.A&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 40.571ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API