/dimension/COUNTRY/values - the World Health Organization Global Health Observatory (WHO GHO) country catalog. 239 entries covering all WHO Member States and selected territories, each mapped to its WHO region (AFR, AMR, EMR, EUR, SEAR, WPR). Most Code values are ISO 3166-1 alpha-3; a handful are non-standard legacy entries (CHI for Channel Islands, XKX for Kosovo, ME1 for former Serbia and Montenegro, PRS for Pristina, SDN736 for pre-split Sudan) flagged with standard_iso=false.x-api-key: ********************curl --location '/api/v1/health/who/countries' \
--header 'x-api-key: <api-key>'{
"data": {
"countries": [
{
"Code": "string",
"Title": "string",
"ParentCode": "string",
"ParentTitle": "string",
"standard_iso": true
}
],
"count": 0
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}