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 = "31-R-0049" 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
e5db3b65eb7ce89d OHIO WESLEYAN UNIVERSITY 31-R-0049 2016-11-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmoy&d=%2Fa%2F3d000000pSfU%2FPVkyDTn0bL_WALHJDz2cfqCO3Qjeyon3cqsj5RylmuA&asPdf=false  
097acdcea528bb4a OHIO WESLEYAN UNIVERSITY 31-R-0049 2015-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmQu&d=%2Fa%2F3d000000pWUs%2FSNZLFe5HO1HcSR9F_UxuRVIIFI.8iPmPUNAy30wsR2U&asPdf=false  
9b0bdce5f19dd670 OHIO WESLEYAN UNIVERSITY 31-R-0049 2015-07-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg1S&d=%2Fa%2F3d000000pbCC%2F3.uMApKSXD7OKiEiwZn3pjtPHsxWcKmi_CYeAGwOKpU&asPdf=false  
9844cf747f438e81 OHIO WESLEYAN UNIVERSITY 31-R-0049 2015-04-06   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwm2&d=%2Fa%2F3d000000pnom%2F09oF5Fyx7.H9SV5PTGvIAJW2tD633RAYLdB0Ixephco&asPdf=false  
faa5c7bab1381559 OHIO WESLEYAN UNIVERSITY 31-R-0049 2014-05-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm27&d=%2Fa%2F3d000000pblh%2FHr9aNFQzjaWHE6JotgxuzM1.UVq_qfAnfXnwHNW01lU&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 244.1ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API