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 = "56-C-0282" 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
ab3d8d32cf37d083 Jason Southers 56-C-0282 2026-01-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000105mZv&d=%2Fa%2FSJ0000085fAn%2FknY_eU8SXkO_XTR1EnsR0KLvzs46dliwJO_mlrmXf54&asPdf=false  
3f359afd81e95140 Jason Southers 56-C-0282 2025-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lDQsx&d=%2Fa%2FSJ000005pX3t%2FJE_8Ww6T0D8loCBJV14NoKwEgzijvV6OcvRbKiBQKdk&asPdf=false  
c1b0afcad6796e82 Jason Southers 56-C-0282 2024-12-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000HYne4&d=%2Fa%2FSJ000001R2wP%2F7qWy_VFuj5wVTAzCTCn.uIrttIk60qWLZqdCFUSIQaY&asPdf=false  
104ab228e413b52d Jason Southers 56-C-0282 2024-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CC9Hg&d=%2Fa%2F3d000002VN5F%2FwlqvRTh2Sh4rkvAxb5wdFMg6mc.9go2qFXO0Bjl9pd0&asPdf=false  
4229c26ae5edb4a1 Jason Southers 56-C-0282 2024-01-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BdMMu&d=%2Fa%2F3d000002KZFI%2FgguJWeNhm1Wc11Q0oZ8InjPyH7G.NTcQrVwN0qHq4eU&asPdf=false  
221f488b923ae5b6 Jason Southers 56-C-0282 2023-03-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uPbD&d=%2Fa%2F3d0000012qxq%2FLkm2PxtiuGv8RazTcI3UDQJecGdWzx7KNz7kjcGQc4k&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 1709.364ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API