GET /DIMENSION
azureedge.net:who-global-health-observatory-api
Summary: Get dimensions list
Operation ID: getDimensions
Auth: unknown
Operation ID: getDimensions
Auth: unknown
Description
Returns a list of all available dimension types (categories like Country, Region, Age Group, Sex, etc.).
Parameters (2)
$filter
(string, query, optional)
OData filter expression
$top
(integer, query, optional, default: 100)
Number of records to return
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Get all dimensions | curl |
https://ghoapi.azureedge.net/api/DIMENSION |
|
| Get first 5 dimensions | curl |
https://ghoapi.azureedge.net/api/DIMENSION?$top=5 |
|
| Filter dimensions by code containing 'Region' | curl |
https://ghoapi.azureedge.net/api/DIMENSION?$filter=contains(Code,'Region') |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:28:38.349771 | 200 | 408ms | |
| 2026-03-23 09:28:05.522579 | 200 | 227ms | |
| 2026-03-23 09:24:28.737617 | 200 | 375ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:28:05.522579 | 93b25dbcbf8e |
5479f0f21828 |
| 2026-03-23 10:28:38.349771 | 5479f0f21828 |
45c9233f48d9 |