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 = "32-C-0280" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: teachable_moment_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
8c4d52f19956d093 Daniel Chambers 32-C-0280 2025-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lD88I&d=%2Fa%2FSJ000005paHt%2FwHOKAoHzLmxcFcRtKWAlxk21o8wExTlOR_1mt5LuWQo&asPdf=false  
3369d4467364b8a2 Daniel Chambers 32-C-0280 2024-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EBZmh&d=%2Fa%2F3d0000035yO3%2FzdMkuGq5CCjHZGPTP8FE5A2c9TwXTxWpna18urIS7sw&asPdf=false  
0263445a8ea2cb6e Daniel Chambers 32-C-0280 2024-05-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DQqQE&d=%2Fa%2F3d000002tl0s%2FGaJUynAwMB0kHeegbGxB58kISgLT0gSqwh4EOd398jg&asPdf=false  
24d84ff829e5cd0a Daniel Chambers 32-C-0280 2022-05-09   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywuh5&d=%2Fa%2F3d000000pgGl%2F3hK3UtFfMNzyg_WeV2EmPH4ZxtlnBxsxbOWgDyDYU7Y&asPdf=false  
06191cf01aae3fe3 Daniel Chambers 32-C-0280 2021-06-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMP5H&d=%2Fa%2F3d000000peDa%2FYEeM9N9Qn2LtgfykXlg_BSGCDGQo2_8UuEpsOCes0Ms&asPdf=false  
ca7ebc3687ed1359 Daniel Chambers 32-C-0280 2020-11-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyLtR&d=%2Fa%2F3d000000peDc%2FtQSB1O1iyk1oGkuOTGDxdyXtnlNQcKXm6C5XQj09rr0&asPdf=false  
12ea230fee32f6de Daniel Chambers 32-C-0280 2019-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeUO&d=%2Fa%2F3d000000peDk%2FEpH2dVFQ0tNOC7siE25rLaeIDA4wy2pC7BLd4LZuTAQ&asPdf=false  
9e92ac67b45c40f8 Daniel Chambers 32-C-0280 2019-04-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYQW&d=%2Fa%2F3d000000peCx%2F.mTznURcGfSPKGq0UD.tBrKg8fw8YmR49kfcdYpV4TI&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 1304.661ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API