Back to Services
Basic Trustrest
WHO — Disease Outbreak News
World Health Organization disease outbreak news feed. Get alerts on global health emergencies, epidemic updates, and infectious disease outbreaks worldwide.
Total Calls
1
Success Rate
100.0%
Avg Latency
140ms
Capabilities
whodiseaseoutbreaksepidemiologyglobal-healthinfectious-diseasepublic-health
Quick Integration
Call this service through the Agent Clear proxy
// Call WHO — Disease Outbreak News through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/1fef7603-5c7c-452c-b91a-892b4969d60f',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"properties": {
"$top": {
"type": "number",
"description": "Number of results (default 10)"
},
"$skip": {
"type": "number",
"description": "Offset for pagination"
}
}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 20 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 10, 2026