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 = "65-C-0572" 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
ce3c7d97873899e1 Tami Holliman 65-C-0572 2025-02-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000OMeNc&d=%2Fa%2FSJ000002JIRV%2FwE3HPeeAQ1WsIGZz_LrmeITCK5QyURkRBAi9kk669M4&asPdf=false  
2ad86d67595c2595 Tami Holliman 65-C-0572 2024-01-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BseLX&d=%2Fa%2F3d000002PT5P%2FFPuLfMv0ENflvHf0AuDDfWOiL9XhpoQZQlO0eDOIXDE&asPdf=false  
d4c97d7c55e9fbd4 Tami Holliman 65-C-0572 2023-08-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009nAoQ&d=%2Fa%2F3d000001jhFh%2FwdtbmmCPsiVB_LJtj8TKKQlWnnOrF5hKWz5Gx8U6w.g&asPdf=false  
1b8c222af700c5c7 Tami Holliman 65-C-0572 2023-06-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008pkf9&d=%2Fa%2F3d000001L8pE%2F3Arqr4.SvvNiPJPiXkGcwZ06phFAIrLqjegSOwbxTX0&asPdf=false  
9877f6fbf19d0c1b Tami Holliman 65-C-0572 2023-05-17   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008SmGZ&d=%2Fa%2F3d000001DPD5%2F4bxi0xqzSCYw7jqTKFPewyuEf8Jb4WmQRtk3J1HWYyM&asPdf=false  
1ad02de7aabf3d24 Tami Holliman 65-C-0572 2023-02-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uGqs&d=%2Fa%2F3d0000012n4U%2FIp0XVPyJ5B77uC73peqcmR7NHiZ0AdlGjHI83bQUhlo&asPdf=false  
fcf3ee8c503464e3 Tami Holliman 65-C-0572 2022-11-18   0 7 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gv9rh&d=%2Fa%2F3d000000pjFN%2FgEc65UOBGYTLnQ8BN1ajKifY3uWDBLP.56QjIE4sfSE&asPdf=false  
89b3167403680267 Tami Holliman 65-C-0572 2022-02-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9IQW&d=%2Fa%2F3d000000pc66%2Fl9zgeXGbBWsX9WItIgeefBXqq6XPIpbd_ckSR.e7BJk&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 986.507ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API