All datasets

Estimated malaria incidence (per 1000 population at risk)

Estimated malaria incidence (per 1000 population at risk) Source: WHO Global Health Observatory (indicator MALARIA_EST_INCIDENCE). Rows are country x year; sex-disaggregated rows carry a sex label.

Source: WHO Global Health Observatory2,680 rowsUpdated: 9/21/2026
malariaincidencewho

Quality

97

Attribution

World Health Organization (WHO)

Schema

ColumnTypeDescription
country_codestringCountry code (WHO GHO API field SpatialDim, country-level rows only).
country_namestringCountry name from the WHO GHO COUNTRY dimension labels.
yearintegerYear of observation (WHO GHO API field TimeDim).
valuefloatEstimate value for the country, year (and sex where present), as defined by the WHO GHO indicator (see the dataset description; WHO GHO API field NumericValue).
lowfloatLower bound of the published uncertainty interval (WHO GHO API field Low). Only present when the indicator publishes uncertainty intervals.
highfloatUpper bound of the published uncertainty interval (WHO GHO API field High). Only present when the indicator publishes uncertainty intervals.

Sample rows

country_codecountry_nameyearvaluelowhigh
AFGAFG200084.4757988154.25512883130.1220417
AFGAFG200183.8345334654.22209176128.1355109
AFGAFG200283.7881339955.50926617127.6064756
AFGAFG200370.8140073346.16021887109.1417015
AFGAFG200439.4132751426.3986343458.92526626

Use with an LLM

Point any LLM at the metadata endpoint — the documentation above is machine-readable too (JSON-LD + Croissant).

cURL

curl "https://datazimuts.com/v1/datasets/who_gho/malaria_incidence" | jq '{title, rows, columns_count, license}'

Python

import requests

ds = requests.get("https://datazimuts.com/v1/datasets/who_gho/malaria_incidence").json()
print(ds["title"], ds["rows"], "rows")

# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
    print(row)

API endpoint: https://datazimuts.com/v1/datasets/who_gho/malaria_incidence

Tip: fetch /llms.txt for the full machine-readable catalog.

Estimated malaria incidence (per 1000 population at risk)