v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Health

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.

get/api/v1/health/who/data/{code}

Path parameters

codestring required

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

countrystring nullable

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.

year_startinteger nullable

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).

year_endinteger nullable

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).

sexstring nullable

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).

age_groupstring nullable

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.

regionstring nullable

WHO region code to filter ParentLocationCode (AFR, AMR, EMR, EUR, SEAR, WPR).

WHO region code to filter ParentLocationCode (AFR, AMR, EMR, EUR, SEAR, WPR).

limitinteger

Maximum rows per page (1 to 1000). Matches upstream $top ceiling.

Maximum rows per page (1 to 1000). Matches upstream $top ceiling.

offsetinteger

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"
    ]
  }
}