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-C-0131" 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
07d3a0d4ab725a7d West Liberty University 54-C-0131 2025-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lbOZw&d=%2Fa%2FSJ000005tLyc%2FxlOpNeKZGPoBBjLP5DfVSoTTk8ZKCAKZGkOJHyHS0_s&asPdf=false  
3a1c5bc18c478fa3 West Liberty University 54-C-0131 2025-05-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000XJs0K&d=%2Fa%2FSJ000003m2SP%2FaiU2zQKer4GTzwWggKu5sb8d.ODyLuCpaey6H2FIF4s&asPdf=false  
03512e83a5816e83 West Liberty University 54-C-0131 2024-12-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000HynNX&d=%2Fa%2FSJ000001U4on%2F0q7vJ67u.c6BwyUab_4e3bwbzj3YP9JcTw.jhSOTJ_A&asPdf=false  
534c0c5fbdea76e4 West Liberty University 54-C-0131 2024-02-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CJtfA&d=%2Fa%2F3d000002X64V%2FZnNvFCwT6_xx9eSaPMrNOXG3JhO614wDq9ISXHNHRxk&asPdf=false  
7311030bfe9aef5d West Liberty University 54-C-0131 2022-07-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxj8W&d=%2Fa%2F3d000000pjeX%2F84b4yK_6.j0gJMxbupIGjNANBx6BzLtiGU9e3lHfJq4&asPdf=false  
63bf23917d9c3ce3 West Liberty University 54-C-0131 2022-03-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwR6f&d=%2Fa%2F3d000000pj6A%2FcdY4VaZ6fgk_BTgmxQyyomfEIaahWEVdN0g2qwpdyJE&asPdf=false  
811c36842a7cca85 West Liberty University 54-C-0131 2021-11-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8NtZ&d=%2Fa%2F3d000000pj6G%2FclCUoY7bTeg1bn8xOzPTmWXvdtwVMkNDeJglCJ9Wwzw&asPdf=false  
019b7cee1c729fbf West Liberty University 54-C-0131 2019-06-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfBj&d=%2Fa%2F3d000000pj60%2FlCIKAaya152Vn.ziK2WnVm0rQUSDTIWdhfhRoDNcdpw&asPdf=false  
88a6a26c9f5592cd West Liberty University 54-C-0131 2018-05-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgidC&d=%2Fa%2F3d000000pj6y%2FvB_xXdIDWBdEgcwOtKhh1cRNVW4wakn9WEOsEpKp9xI&asPdf=false  
7cc87fb6874cc13f West Liberty University 54-C-0131 2017-05-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbdF&d=%2Fa%2F3d000000pj5b%2FITYuPgyAEXDCjXDdy3Nz_77ORo1z9lTRS2UEcCXuSGo&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 143.282ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API