← Världsdata

WHO hälsoindikatorer

GET /health/indicators

List all tillgänglig World Health Organization hälsoindikatorer, inklusive life expectancy, infant mortality, immunization kurser, disease prevalence, healthcare spending, och mer. Använd detta endpoint to upptäcka som hälsomått are tillgänglig before querying specifik indicator data. Data hämtad från the WHO Global Health Observatory.

Exempelförfrågningar

Grundläggande användning
curl https://nordapi.ee/api/v1/health/indicators

Livesvar

{
  "count": 14,
  "data": [
    {
      "code": "SA_0000001462",
      "key": "alcohol_consumption"
    },
    {
      "code": "WSH_SANITATION_SAFELY_MANAGED",
      "key": "clean_water_access"
    },
    {
      "code": "GHED_CHEGDP_SHA2011",
      "key": "health_expenditure_pct_gdp"
    },
    {
      "code": "MDG_0000000029",
      "key": "hiv_prevalence"
    },
    {
      "code": "WHS6_102",
      "key": "hospital_beds_per_10k"
    },
    {
      "code": "WHS4_100",
      "key": "immunization_dpt"
    },
    {
      "code": "MDG_0000000001",
      "key": "infant_mortality"
    },
    {
      "code": "WHOSIS_000001",
      "key": "life_expectancy"
    },
    {
      "code": "MALARIA_EST_INCIDENCE",
      "key": "malaria_incidence"
    },
    {
      "code": "MDG_0000000026",
      "key": "maternal_mortality"
    },
    {
      "code": "NCD_BMI_30A",
      "key": "obesity_prevalence"
    },
    {
      "code": "HWF_0001",
      "key": "physicians_per_10k"
    },
    {
      "code": "M_Est_smk_curr_std",
      "key": "tobacco_use"
    },
    {
      "code": "MDG_0000000020",
      "key": "tuberculosis_incidence"
    }
  ],
  "success": true
}