Reports and risk events. An API key is required.
https://epietl.comAll API endpoints require authentication. Log in to create an API key before calling any endpoint.
Authorization: Bearer YOUR_KEY. 200 requests per minute. At most 200 items per request; paginate with offset.
# 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"
Search reports by country, organization, date, or keyword.
Search risk events by country, pathogen, severity, or date.
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