WHOSIS_000001 for life expectancy at birth, MDG_0000000007 for under-5 mortality) and a human-readable English name. Filter by theme (Sugra-derived from the indicator-code prefix heuristic: hiv, tb, ncd, tobacco, immunization, sdg, and more) or by free-text substring via q. Legacy See ... alias rows are flagged with is_alias=true so clients can filter them out when needed.x-api-key: ********************curl --location '/api/v1/health/who/indicators?theme=sdg&q=life%20expectancy&limit=50&offset=0' \
--header 'x-api-key: <api-key>'{
"data": {
"indicators": [
{
"IndicatorCode": "string",
"IndicatorName": "string",
"Language": "string",
"theme_hint": "string",
"is_alias": true
}
],
"count": 0,
"limit": 0,
"offset": 0,
"theme": "string",
"q": "string"
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}