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

6 rows where cert_number = "31-R-0135" 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
6807e20cb2d23b46 Valley College 31-R-0135 2025-06-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000az8bt&d=%2Fa%2FSJ000004LWdh%2FLmQeSPLaqzkO7wQp30CLFo.CK4_mHkWT7LaVL17aQ0s&asPdf=false  
50646c99dc25762f Valley College 31-R-0135 2024-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Dgldd&d=%2Fa%2F3d000002xtyz%2FV0XgELheIZLcXld55fgmNmr70ZPsjv1T4oO__3nYZIs&asPdf=false  
fbfeb7a7b2898d89 Valley College 31-R-0135 2023-06-21   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008qvuj&d=%2Fa%2F3d000001LThJ%2F2g7NupWu2MT1FFrkqakDrERsYtNfVncvmwNCX7dgH7Q&asPdf=false  
5a4f4701ace9cfbf Valley College 31-R-0135 2022-04-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwbuL&d=%2Fa%2F3d000000piPx%2F0BQ._eJQbSW3_NRoG18Tg_YajvJ1IR0FgcPv9hBElx4&asPdf=false  
55ebc568ba1e6be3 Valley College 31-R-0135 2020-10-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ermoy&d=%2Fa%2F3d000000pRiy%2Fc8vheYvQKCr07xZKtQWf470b9c5ZLHiX.5MwSPPP008&asPdf=false  
3a37c0132916b0bd Valley College 31-R-0135 2019-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnsp&d=%2Fa%2F3d000000pdzL%2Fs5uy5lhnWvtM3y5ZwqugVfdFwAZPbn5b8IlX8hWLb40&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 16.077ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API