Back to catalog
Cortexa research tool·clinical·who_gho
WHOGHO Search Indicators
Search WHO Global Health Observatory (GHO) health indicators by name using the ODATA API. Returns indicator codes and names covering mortality, disease, nutrition, maternal health, mental health, and more. No authentication required. Use indicator codes with WHOGHO_get_indicator_data to retrieve actual data values. Examples: 'life expectancy' (WHOSIS_000001), 'malaria' (MALARIA002), 'obesity' (NCD_BMI_30C).
Livelast probed 2026-04-30 23:07Z· 734msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 734ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"filter": {
"description": "OData filter string for indicator names. Examples: \"contains(IndicatorName,'malaria')\", \"contains(IndicatorName,'HIV')\", \"contains(IndicatorName,'mortality')\", \"contains(IndicatorName,'obesity')\"",
"type": [
"string",
"null"
]
},
"top": {
"description": "Maximum number of results to return. Default: 10, max: 100",
"type": [
"integer",
"null"
]
}
},
"required": [],
"type": "object"
}Examples (1)
Default WHOGHO Search Indicators call
public-safeinput
{}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_WHOGHO_search_indicators
- Tool name
- WHOGHO_search_indicators
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse