Health
World Health Organization logo

World Health Organization API

who.int

World Health Organization - Global Health Observatory indicators and A-Z health topics.

Actions
5
Category
Health
Login
Not required
Output
JSON

Call the World Health Organization API

Submit a task, then poll the job until it settles. This example runs act_who_int_gho_indicator_category_tree.

curl -X POST https://api.anakin.io/v1/wire/task \
  -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"
    }
  }'

5 actions on who.int

Read

  • GHO Indicator Category Tree

    act_who_int_gho_indicator_category_treeread2 credits / call

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

    program_id
    string · required
  • GHO Indicator Details

    act_who_int_gho_indicator_detailread2 credits / call

    Returns indicator details including title, definition, topic, rationale, and unit of measure.

    indicator_id
    string · required
  • GHO Indicators Index Listing

    act_who_int_gho_indicators_index_listingread1 credit / call

    Returns all GHO indicators with titles and detail page links.

  • GHO Indicators Landing

    act_who_int_gho_indicators_landingread1 credit / call

    Returns the GHO indicators landing page with overview metadata and navigation.

  • Health Topics Listing

    act_who_int_health_topics_listingread1 credit / call

    Returns all A-Z health topics with titles, categories, and links.

World Health Organization API questions

Is there an API for World Health Organization?
World Health Organization does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for who.int. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape World Health Organization data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when who.int changes its markup, Anakin updates the action.
Do I need a World Health Organization account?
No. Every World Health Organization action listed here runs anonymously — no account and no credentials required.
What does the World Health Organization API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Health APIs

All Health sites