GET /IndicatorDimension
azureedge.net:who-global-health-observatory-api
Summary: Get indicator-dimension mappings
Operation ID: getIndicatorDimensions
Auth: unknown
Operation ID: getIndicatorDimensions
Auth: unknown
Description
Returns mappings between indicators and their applicable dimensions.
Parameters (2)
$filter
(string, query, optional)
Filter by indicator code or dimension, e.g., IndicatorCode eq 'WHOSIS_000001'
$top
(integer, query, optional, default: 100)
Number of records to return
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Get all indicator-dimension mappings | curl |
https://ghoapi.azureedge.net/api/IndicatorDimension |
|
| Filter by indicator code (Life expectancy) | curl |
https://ghoapi.azureedge.net/api/IndicatorDimension?$filter=IndicatorCode%20eq%20'WHOSIS_000001' |
|
| Get top 50 results with dimension filter | curl |
https://ghoapi.azureedge.net/api/IndicatorDimension?$top=50&$filter=DimensionCode%20eq%20'COUNTRY' |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:35:58.853842 | 400 | 241ms | |
| 2026-03-23 10:20:31.895261 | 200 | 1316ms | 0.7MB |
| 2026-03-23 09:48:35.490001 | 200 | 239ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:20:31.895261 | ab1476ed0dc9 |
46fd67a8afc6 |
| 2026-03-23 10:35:58.853842 | 46fd67a8afc6 |
c123a36efb01 |