← Verdensdata

WHO Full Indicator Catalog

GET /health/who/catalog

Paged catalog of the entire WHO Global Health Observatory indicator universe (~3,000 indicators) via the OData v4 API. Beyond the 14 curated indicators in `/health/indicators`, this exposes every health metric WHO publishes — niche disease tracking, environmental health, drug pricing, immunization sub-categories. Use top + skip to paginate.

Parametre

top valgfri standard: 50

Page size (max 100)

skip valgfri standard: 0

Offset

Eksempelforespørgsler

Grundlæggende brug
curl "https://nordapi.ee/api/v1/health/who/catalog?top=20"

Livesvar

{
  "data": {
    "@odata.context": "https://ghoapi.azureedge.net/api/$metadata#Indicator",
    "value": [
      {
        "IndicatorCode": "Adult_curr_cig_smoking",
        "IndicatorName": "See TOBACCO_INDICATOR",
        "Language": "EN"
      },
      {
        "IndicatorCode": "Adult_curr_e-cig",
        "IndicatorName": "Prevalence of current e-cigarette use among adults (%)",
        "Language": "EN"
      },
      {
        "IndicatorCode": "Adult_curr_smokeless",
        "IndicatorName": "Prevalence of current smokeless tobacco use among adults (%)",
        "Language": "EN"
      },
      {
        "IndicatorCode": "Adult_curr_tob_smoking",
        "IndicatorName": "Prevalence of current tobacco smoking among adults (%)",
        "Language": "EN"
      },
      {
        "IndicatorCode": "Adult_curr_tob_use",
        "IndicatorName": "Prevalence of current tobacco use among adults (%)",
        "Language": "EN"
      },
      {
        "IndicatorCode": "Adult_daily_cig_smoking",
        "IndicatorName": "Prevalence of daily cigarette smoking among adults (%)",
        "Language": "EN"
      },
      {
        "IndicatorCode": "Adult_daily_e-cig",
        "IndicatorName": "Prevalence of daily e-cigarette use among adults (%)",
        "Language": "EN"
      },
      {
        "IndicatorCode": "Adult_daily_smokeless",
        "IndicatorName": "Prevalence of daily smokeless tobacco use among adults (%)",
        "Language": "EN"
      },
      {
        "IndicatorCode": "Adult_daily_tob_smoking",
        "IndicatorName": "Prevalence of daily tobacco smoking among adults (%)",
        "Language": "EN"
      },
      {
        "IndicatorCode": "Adult_daily_tob_use",
        "IndicatorName": "Prevalence of daily tobacco use among adults (%)",
        "Language": "EN"
      },
      {
        "IndicatorCode": "Adult_nonsmoked_age_grp",
        "IndicatorName": "Age range of latest adult prevalence survey (nonsmoked)",
        "Language": "EN"
      },
      {
        "IndicatorCode": "Adult_nonsmoked_national",
        "IndicatorName": "Representation of latest adult prevalence survey (nonsmoked)",
        "Language": "EN"
      },
      {
        "IndicatorCode": "Adult_nonsmoked_svy_title",
        "IndicatorName": "Name of latest adult prevalence survey (nonsmoked)",
        "Language": "EN"
      },
      {
        "IndicatorCode": "Adult_nonsmoked_svy_yr",
        "IndicatorName": "Year of latest adult prevalence survey (nonsmoked)",
        "Language": "EN"
      },
      {
        "IndicatorCode": "Adult_survey_title",
        "IndicatorName": "Title of most recent survey of adults",
        "Language": "EN"
      },
      {
        "IndicatorCode": "Adult_svy_age_range",
        "IndicatorName": "Age range of most recent survey of adults",
        "Language": "EN"
      },
      {
        "IndicatorCode": "Adult_svy_national",
        "IndicatorName": "Representativeness of most recent survey of adults",
        "Language": "EN"
      },
      {
        "IndicatorCode": "Adult_svy_yr",
        "IndicatorName": "Year of most recent survey of adults",
        "Language": "EN"
      },
      {
        "IndicatorCode": "AIR_10",
        "IndicatorName": "Ambient air pollution  attributable DALYs per 100'000 children under 5 years",
        "Language": "EN"
      },
      {
        "IndicatorCode": "AIR_11",
        "IndicatorName": "Household air pollution attributable deaths",
        "Language": "EN"
      }
    ]
  },
  "success": true
}