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 = "21-R-0254" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
dfc2bfc3e5c1a08b Colgate University 21-R-0254 2025-06-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000cXwfQ&d=%2Fa%2FSJ000004ZSrx%2FraXFdhmJEczmF5fOwRJ3AtPwXFUdfCIOtz50ZmhOYK0&asPdf=false  
993cf0160462a640 Colgate University 21-R-0254 2024-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000002fANG&d=%2Fa%2FSJ000002T3hQ%2FeM3sODBfCAwxBGMHGUmgNKxQf2xObZRHI.iqTW3d9kQ&asPdf=false  
c7a26b02ee99ac9b Colgate University 21-R-0254 2023-07-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009K4zu&d=%2Fa%2F3d000001W2H9%2FFofj90Ssj1XEbygoEaJXts87LqGFTduQQVqfLRg3Jk0&asPdf=false  
331d06c413e5fed7 Colgate University 21-R-0254 2022-07-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxo8C&d=%2Fa%2F3d000000pTkD%2F6JxM4hyWZRMCr37f28HYtqM1zQHJCpbA03b3gToBT.U&asPdf=false  
608f6a1eb44335a6 Colgate University 21-R-0254 2021-08-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMx3R&d=%2Fa%2F3d000000pThT%2FlUBplBrMZXAcnftoHZ1Z55rR4ujR.KkZE0FZxpXrC2Y&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 2142.07ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API