← Back to catalog
who.data
mock data$0.001 / callWHO Health Data
Retrieve WHO health data for a specific indicator, optionally filtered by country and year range. Returns values for up to 194 countries spanning multiple decades. Official UN member state reporting data.
Input schema
limit
integerNumber of data points to return, max 100 (default 20)
country
stringISO 3166-1 alpha-3 country code (e.g. "USA", "DEU", "BRA", "JPN"). Omit for all countries
year_to
integerLatest year to include (e.g. 2023)
indicatorrequired
stringWHO indicator code (e.g. "WHOSIS_000001" for life expectancy, "MDG_0000000001" for under-5 mortality). Get codes from who.indicators
year_from
integerEarliest year to include (e.g. 2000)
Call via REST
curl -X POST https://unifyapi.pro/api/call/who.data \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"country":"<country>","year_to":0,"indicator":"<indicator>","year_from":0}'