WHO GHO indicator data rows with country, year, sex, age, and region filters
Fetch data rows for a World Health Organization Global Health Observatory (WHO GHO) indicator, with filters on country (ISO 3166-1 alpha-3), year range, sex, age group, and region. Each row carries the spatial dimension, temporal dimension, up to three disaggregation axes (Dim1 / Dim2 / Dim3), and both machine-readable (NumericValue, Low, High) and display-friendly (Value) forms. Upstream caps $top at 1000 rows per request; this endpoint mirrors that ceiling.
Path parameters
Indicator code (e.g. WHOSIS_000001 for life expectancy, MDG_0000000007 for under-5 mortality).
Indicator code (e.g. WHOSIS_000001 for life expectancy, MDG_0000000007 for under-5 mortality).
Query parameters
ISO 3166-1 alpha-3 country code to filter SpatialDim. Omit to return all countries plus regional and global aggregates.
ISO 3166-1 alpha-3 country code to filter SpatialDim. Omit to return all countries plus regional and global aggregates.
Inclusive lower bound on year of observation (maps to TimeDim ge year_start).
Inclusive lower bound on year of observation (maps to TimeDim ge year_start).
Inclusive upper bound on year of observation (maps to TimeDim le year_end).
Inclusive upper bound on year of observation (maps to TimeDim le year_end).
Sex filter. Accepts both, female, male, all, or a raw SEX_* code (SEX_BTSX, SEX_FMLE, SEX_MLE, SEX_NOA).
Sex filter. Accepts both, female, male, all, or a raw SEX_* code (SEX_BTSX, SEX_FMLE, SEX_MLE, SEX_NOA).
AGEGROUP dimension value code to filter Dim2. See /api/v1/health/who/dimension/AGEGROUP/values.
AGEGROUP dimension value code to filter Dim2. See /api/v1/health/who/dimension/AGEGROUP/values.
WHO region code to filter ParentLocationCode (AFR, AMR, EMR, EUR, SEAR, WPR).
WHO region code to filter ParentLocationCode (AFR, AMR, EMR, EUR, SEAR, WPR).
Maximum rows per page (1 to 1000). Matches upstream $top ceiling.
Maximum rows per page (1 to 1000). Matches upstream $top ceiling.
Row offset into the filtered result set (0-indexed).
Row offset into the filtered result set (0-indexed).
Response
Indicator data rows matching the filter plus pagination echo and filter summary.
Example response
{
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}