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 = "54-R-0009" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
68d5afa17966de8b Mountwest Community and Technical College 54-R-0009 2025-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lbjuS&d=%2Fa%2FSJ000005tTPx%2FualCm7Tuet7X7qOZ7G4NMMu5H7Qyk3hbF6b3oMMyS0o&asPdf=false  
7458373dfca25fcb Mountwest Community and Technical College 54-R-0009 2024-05-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DUmMR&d=%2Fa%2F3d000002uyHK%2FSnYG0mXwTeuZOEG1vKXCRTtjyYMahTtNfmaz5CeWF9E&asPdf=false  
e90fd9d0b06654c7 Mountwest Community and Technical College 54-R-0009 2023-01-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPbex&d=%2Fa%2F3d000000paYv%2F2B3jxdBLi1XbUZ_AywgxakEsx9HwcyD7xuh50Gv1r2g&asPdf=false  
1626e41512419d4f Mountwest Community and Technical College 54-R-0009 2021-11-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8VZ8&d=%2Fa%2F3d000000paHu%2FHhJTNpJObkwZfQmkIpyifymyH_46LlwZRpqZat7u7QU&asPdf=false  
ccb82382f796ba74 Mountwest Community and Technical College 54-R-0009 2020-10-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyFaW&d=%2Fa%2F3d000000paIn%2FopBDC1eSCqwvYEfuHqq0zCvy5..IEW_J3FoySVhHT4A&asPdf=false  
c34e4e32f2c45be3 Mountwest Community and Technical College 54-R-0009 2018-11-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjwd&d=%2Fa%2F3d000000paHX%2Fhz6ufW7jix0V_XOfYcHWupo33CKDFLv9_QYXJDdmu80&asPdf=false  
01772ba6d7385251 Mountwest Community and Technical College 54-R-0009 2018-06-05   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkZQ&d=%2Fa%2F3d000000paID%2FsP_PwWzmR9VXV2Kqz_xGR9wgK89RbI9KAp51fMPeabo&asPdf=false  
f68ab5f5bea9154c Mountwest Community and Technical College 54-R-0009 2017-09-11   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm6n&d=%2Fa%2F3d000000paIs%2Fh1f2lFkpWBFzJwbcxQSshoUE7IBiGqnPZdcER3b3f.s&asPdf=false  
519e1973176fac6f Mountwest Community and Technical College 54-R-0009 2016-05-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmBl&d=%2Fa%2F3d000000pn69%2FkwVPYE9TPdBZPQwY3vjMhQtszj_XiGC0xg3L8wSgNqc&asPdf=false  
3a919a6f7f7eb070 Mountwest Community and Technical College 54-R-0009 2015-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmFK&d=%2Fa%2F3d000000pl30%2F9gHdrEJnufrLcswn3lwOjoTkG.A.XmvV3Kqg61FzOLA&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 652.426ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API