← Back to catalog
who.countries
mock data$0.001 / callWHO Member Countries
List all 194 WHO member countries and territories with codes and names. Use returned country codes with who.data to filter health indicators by country.
Input schema
limit
integerNumber of countries to return, max 200 (default 50)
search
stringPartial country name to filter (e.g. "United", "Germany", "Brazil")
Call via REST
curl -X POST https://unifyapi.pro/api/call/who.countries \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"search":"<search>"}'