GET /{indicatorCode}

azureedge.net:who-global-health-observatory-api

Summary: Get indicator data
Operation ID: getIndicatorData
Auth: unknown
Description

Returns all data points for a specific health indicator. Use $filter to narrow results by country, year, sex, etc.

Parameters (4)

$filter (string, query, optional)

OData filter expression. Examples: SpatialDim eq 'USA', TimeDim ge 2020, Dim1 eq 'SEX_MLE'

$skip (integer, query, optional, default: 0)

Number of records to skip

$top (integer, query, optional, default: 100)

Number of records to return

indicatorCode (string, path, required)

Indicator code (e.g., WHOSIS_000001 for life expectancy)

Examples (1)

TitleTypeURLAction
Get data for a specific indicator openapi-spec https://ghoapi.azureedge.net/api/WHOSIS_000001?$filter=SpatialDim eq 'USA' and TimeDim eq 2020&$select=SpatialDim,TimeDim,Value,NumericValue&$orderby=TimeDim desc

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-03-23 09:29:55.860218 200 443ms