← Back to catalog
who.indicators
mock data$0.001 / callWHO Health Indicators
List 1,000+ WHO Global Health Observatory indicators: life expectancy, mortality rates, disease burden, immunization, nutrition, mental health, environmental health. Returns indicator codes for use with who.data.
Input schema
limit
integerNumber of indicators to return, max 100 (default 20)
search
stringKeyword to filter indicators by name (e.g. "mortality", "immunization", "life expectancy", "HIV", "malaria")
Call via REST
curl -X POST https://unifyapi.pro/api/call/who.indicators \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"search":"<search>"}'