v5

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

Latest value per country for a WHO GHO indicator

Return the latest available value per country for a World Health Organization Global Health Observatory (WHO GHO) indicator. Internally fetches the indicator's country-scoped rows, groups by SpatialDim, and selects the row with the maximum TimeDim for each country. Pass country to restrict the result to a single country. Only rows with SpatialDimType=COUNTRY and Dim1=SEX_BTSX (both sexes) are considered to avoid mixing disaggregated breakdowns.

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

Path parameters

codestring required

Indicator code (e.g. MDG_0000000007 for under-5 mortality, WHOSIS_000001 for life expectancy).

Indicator code (e.g. MDG_0000000007 for under-5 mortality, WHOSIS_000001 for life expectancy).

Query parameters

countrystring nullable

Optional ISO 3166-1 alpha-3 country code to restrict the result to a single country.

Optional ISO 3166-1 alpha-3 country code to restrict the result to a single country.

Response

Latest value per country with ISO3 code, year, numeric value, and confidence interval when available.

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