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

7 rows where cert_number = "91-R-0074" 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
8927326bd541b1ee EASTERN WASHINGTON UNIVERSITY 91-R-0074 2022-06-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxEvy&d=%2Fa%2F3d000000pens%2FfvElHaA1FlbOhpYulE7yjJ_r_.tHgTa43jNhXu08fDU&asPdf=false  
f518b999e1c31f8e EASTERN WASHINGTON UNIVERSITY 91-R-0074 2021-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESXzx&d=%2Fa%2F3d000000phPJ%2FHM11c5Z1xWkf.XMzi8Ew2DeMdb1OKDEvGZtJYrObPpw&asPdf=false  
5a4346196ba7bd64 EASTERN WASHINGTON UNIVERSITY 91-R-0074 2020-01-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglhO&d=%2Fa%2F3d000000phOJ%2FuSapjsn6NgQM9NT8wi0W0dAvEtIcQwQYQw9e3FKosiY&asPdf=false  
aa78bbe7491bae0b EASTERN WASHINGTON UNIVERSITY 91-R-0074 2018-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoQ6&d=%2Fa%2F3d000000phPA%2F_rVWdowsIiVjS5yjxWzuTBEBn9pBnlI3YHP7ilpTkjk&asPdf=false  
b9f2c273c56bc407 EASTERN WASHINGTON UNIVERSITY 91-R-0074 2018-05-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmHt&d=%2Fa%2F3d000000phO4%2F9yPt24G9vbFfRQkEZEWTRwKs_j.hcuUcz.sYEHLV0ys&asPdf=false  
2a3897a76444578f EASTERN WASHINGTON UNIVERSITY 91-R-0074 2017-04-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmE3&d=%2Fa%2F3d000000phO3%2FP0EP.PKHLnHyTt4MdoKzkYKIAVcxqy3KDJ0RFOvUhGw&asPdf=false  
b7bf56b62ef0f1c8 EASTERN WASHINGTON UNIVERSITY 91-R-0074 2016-09-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiBX&d=%2Fa%2F3d000000phPS%2Fc1Ays90JZEju9zsdqggDzvenYjPzX99seEFsFJ89x9o&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 4.139ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API