Back to catalog
Cortexa research tool·clinical·who_gho
WHOGHO Get Indicator Data
Get actual health data values for a specific WHO Global Health Observatory indicator by its code. Returns country-level data with values, confidence intervals, year, and sex/age breakdowns. No authentication required. Common indicator codes: WHOSIS_000001 (life expectancy at birth), MALARIA002 (malaria cases), MDG_0000000026 (HIV prevalence), NCD_BMI_30C (obesity prevalence), SDGPM25 (PM2.5 air pollution), WHS4_100 (hospital beds per 10000).
Livelast probed 2026-04-30 23:07Z· 109msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 109ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"filter": {
"description": "OData filter for data rows. Examples: \"SpatialDim eq 'USA'\", \"TimeDim eq 2022\", \"Dim1 eq 'SEX_FMLE' and TimeDim ge 2015\"",
"type": [
"string",
"null"
]
},
"indicator_code": {
"description": "WHO GHO indicator code. Examples: 'WHOSIS_000001' (life expectancy), 'MALARIA002' (malaria cases), 'MDG_0000000026' (HIV prevalence), 'NCD_BMI_30C' (obesity), 'SDGPM25' (air pollution PM2.5), 'WHS4_100' (hospital beds)",
"type": "string"
},
"top": {
"description": "Maximum number of data rows to return. Default: 20",
"type": [
"integer",
"null"
]
}
},
"required": [
"indicator_code"
],
"type": "object"
}Examples (1)
Default WHOGHO Get Indicator Data call
public-safeinput
{
"indicator_code": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_WHOGHO_get_indicator_data
- Tool name
- WHOGHO_get_indicator_data
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse