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

5 rows where cert_number = "23-R-0189" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, 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
4678cf0f125eaf58 Pennsylvania Western University 23-R-0189 2024-10-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000BMzON&d=%2Fa%2FSJ000000qKqf%2FpexJMdfkJFBkb12Ur6Syl4xjOwZdXeQx7ykk_evfJLw&asPdf=false  
eb3c60c84f77f311 Pennsylvania Western University 23-R-0189 2023-11-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000B9d2w&d=%2Fa%2F3d000002BS9x%2FF2uGqP9cemyT_2Jws73sR2sNj_LpcVMAmHV35t0m_YE&asPdf=false  
4d2077b354c33191 Pennsylvania Western University 23-R-0189 2022-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awo6l&d=%2Fa%2F3d000000pVyi%2FFvWHCCDcQ.dzx1iGnjpQgaG2K557sl2A1fz7SZWKe74&asPdf=false  
f0dd7cd6f0629193 Pennsylvania Western University 23-R-0189 2022-04-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YweyL&d=%2Fa%2F3d000000pVyZ%2FzFCBWDhAozM90coZ_WItIjSOGW_oYUDhzk7xEvmTwqc&asPdf=false  
484607d8b9f4d036 Pennsylvania Western University 23-R-0189 2021-07-14   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMax7&d=%2Fa%2F3d000000pVz8%2FbmIQjhAgqVbu2Voys9yHWM5Jf2eSBYxHwtgtYTYNNh0&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 204.954ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API