UnifyAPI
← Back to catalog

who.countries

mock data$0.001 / call

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

Healthprovider: Who#who#health

Input schema

limit

Number of countries to return, max 200 (default 50)

integer
search

Partial country name to filter (e.g. "United", "Germany", "Brazil")

string

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

Try it

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