Skip to content

API

Reports and risk events. An API key is required.

Base URLhttps://epietl.com

API Key Authentication

All API endpoints require authentication. Log in to create an API key before calling any endpoint.

Quick start

Authorization: Bearer YOUR_KEY. 200 requests per minute. At most 200 items per request; paginate with offset.

cURL
# Search reports by country
curl -H "Authorization: Bearer YOUR_KEY" \
  "https://epietl.com/api/reports?country=China&limit=5"

# Search critical risk events for a pathogen
curl -H "Authorization: Bearer YOUR_KEY" \
  "https://epietl.com/api/risk/events?severity=critical&pathogen=cholera"

Endpoints

Search reports by country, organization, date, or keyword.

Search risk events by country, pathogen, severity, or date.

Cite

Data from EpiETL (https://epietl.com), maintained by the EpiETL team. Original surveillance data published by the respective national and international public health agencies; see each report’s source URL.

Agents: curl -s https://epietl.com/SKILL.md