ConsoleCatalog
Sign in
World Health Organization logo

World Health Organization

who.intHealthno auth

Global Health Observatory indicators and A-Z health topics.

GHO Indicator Category Tree

ASYNCREADNo auth

Returns the hierarchical indicator category tree for browsing GHO indicator groupings.

ParametersFormJSON

GHO program UUID from the indicators landing page; identifies which indicator program tree to fetch

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_who_int_gho_indicator_category_tree",
    "params": {
      "program_id": "0c231176-b5f1-4b00-80f4-d9ee1938b986"
    }
  }'