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

10 rows where cert_number = "33-A-0601" 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
dbeedded2a6bd91f AGNES MAKSYM 33-A-0601 2024-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000C88yD&d=%2Fa%2F3d000002UEKw%2FSjmVH53bHkucAD9V3_EuJkPaBXfv1bJsoP2pUemo8dg&asPdf=false  
333745699bea31e8 AGNES MAKSYM 33-A-0601 2023-10-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AZXYk&d=%2Fa%2F3d0000024PJZ%2FP2UNDUzsjSfEqmFuweY8Ys5lBOi942IvJKBea_Ylq7o&asPdf=false  
aabbea72da93d9c0 AGNES MAKSYM 33-A-0601 2023-05-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008ZILc&d=%2Fa%2F3d000001FJWU%2F1xpXbT61rh1jeM20GdfH8px1aBOErPt6sHMfPHHG6FI&asPdf=false  
0ccfdb53d241870c AGNES MAKSYM 33-A-0601 2023-04-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000085jvu&d=%2Fa%2F3d0000016HPx%2FwnwQQR8SBr7AW0Z0vrsQXAX8iXDw2D60tWlCKKLp7Lo&asPdf=false  
44a0801f598eaf21 AGNES MAKSYM 33-A-0601 2023-01-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dmG6&d=%2Fa%2F3d000000yFw3%2F8sMmKdr8U0fwCw.clPcfqGCIxHTHJI2GL0zqNaRLGYU&asPdf=false  
fe01847b62190634 AGNES MAKSYM 33-A-0601 2022-03-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000G0BWe&d=%2Fa%2F3d000000phGr%2FP7AHu5ilJKzDxHHZU0zNnU.jlVwebOdDzf8d.zHPCTk&asPdf=false  
a1ffe9fbc8403c88 AGNES MAKSYM 33-A-0601 2022-03-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9aO0&d=%2Fa%2F3d000000phBS%2FEdtSSah77up0HJstpfPwC3E2VI042dXGCPt2jXpj0qg&asPdf=false  
660f9ee5e5971276 AGNES MAKSYM 33-A-0601 2021-12-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8tX4&d=%2Fa%2F3d000000pgr6%2FXKvnTr0W3qXORrIutpxTYjEFVXiTt6Wb5_ER4BT_pHI&asPdf=false  
99e68aa11e50c90a AGNES MAKSYM 33-A-0601 2021-06-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhHcL&d=%2Fa%2F3d000000pf0i%2FyzgGFMxI4kgtySfzqyxF4oz4jPCjxFcm1f41Le8zVIg&asPdf=false  
7f1bd1dffa3d2aa4 AGNES MAKSYM 33-A-0601 2020-01-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcba&d=%2Fa%2F3d000000pT1S%2FNvf9gO63CRisdg8sW.lo.wbahfxs6q2O6NuZXzvSNAE&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 275.14ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API