UnifyAPI
← Back to catalog

who.indicators

mock data$0.001 / call

WHO 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.

Healthprovider: Who#who#health

Input schema

limit

Number of indicators to return, max 100 (default 20)

integer
search

Keyword to filter indicators by name (e.g. "mortality", "immunization", "life expectancy", "HIV", "malaria")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.