Riksdagsmonitor Intelligence Platform — API Documentation - v0.8.68
    Preparing search index...

    Variable INDICATOR_IDSConst

    INDICATOR_IDS: {
        population: "SP.POP.TOTL";
        populationGrowth: "SP.POP.GROW";
        population65Plus: "SP.POP.65UP.TO.ZS";
        populationChildren: "SP.POP.0014.TO.ZS";
        populationWorkingAge: "SP.POP.1564.TO.ZS";
        urbanPopulation: "SP.URB.TOTL.IN.ZS";
        ruralPopulation: "SP.RUR.TOTL.ZS";
        ageDependencyRatio: "SP.POP.DPND";
        ageDependencyOld: "SP.POP.DPND.OL";
        ageDependencyYoung: "SP.POP.DPND.YG";
        netMigration: "SM.POP.NETM";
        refugeePopulation: "SM.POP.REFG";
        lifeExpectancy: "SP.DYN.LE00.IN";
        lifeExpectancyFemale: "SP.DYN.LE00.FE.IN";
        lifeExpectancyMale: "SP.DYN.LE00.MA.IN";
        birthRate: "SP.DYN.CBRT.IN";
        deathRate: "SP.DYN.CDRT.IN";
        fertilityRate: "SP.DYN.TFRT.IN";
        adolescentFertility: "SP.ADO.TFRT";
        infantMortality: "SP.DYN.IMRT.IN";
        under5Mortality: "SH.DYN.MORT";
        internetUsers: "IT.NET.USER.ZS";
        healthExpenditure: "SH.XPD.CHEX.GD.ZS";
        healthExpenditurePerCapita: "SH.XPD.CHEX.PC.CD";
        govHealthExpenditure: "SH.XPD.GHED.GD.ZS";
        govHealthShare: "SH.XPD.GHED.CH.ZS";
        privateHealthShare: "SH.XPD.PVTD.CH.ZS";
        outOfPocketHealth: "SH.XPD.OOPC.CH.ZS";
        physicians: "SH.MED.PHYS.ZS";
        hospitalBeds: "SH.MED.BEDS.ZS";
        nursesAndMidwives: "SH.MED.NUMW.P3";
        suicideMortality: "SH.STA.SUIC.P5";
        tobaccoUse: "SH.PRV.SMOK";
        alcoholConsumption: "SH.ALC.PCAP.LI";
        measlesImmunization: "SH.IMM.MEAS";
        dptImmunization: "SH.IMM.IDPT";
        educationExpenditure: "SE.XPD.TOTL.GD.ZS";
        educationGovShare: "SE.XPD.TOTL.GB.ZS";
        schoolEnrollment: "SE.PRM.ENRR";
        secondaryEnrollment: "SE.SEC.ENRR";
        tertiaryEnrollment: "SE.TER.ENRR";
        primaryCompletion: "SE.PRM.CMPT.ZS";
        co2Emissions: "EN.ATM.CO2E.PC";
        co2EmissionsTotal: "EN.ATM.CO2E.KT";
        energyUse: "EG.USE.PCAP.KG.OE";
        renewableEnergy: "EG.FEC.RNEW.ZS";
        renewableElectricity: "EG.ELC.RNEW.ZS";
        forestArea: "AG.LND.FRST.ZS";
        airPollution: "EN.ATM.PM25.MC.M3";
        nuclearElectricity: "EG.ELC.NUCL.ZS";
        hydroElectricity: "EG.ELC.HYRO.ZS";
        renewableElecExHydro: "EG.ELC.RNWX.ZS";
        broadbandSubscriptions: "IT.NET.BBND.P2";
        mobileSubscriptions: "IT.CEL.SETS.P2";
        secureServers: "IT.NET.SECR.P6";
        airPassengers: "IS.AIR.PSGR";
        patentsResident: "IP.PAT.RESD";
        patentsNonresident: "IP.PAT.NRES";
        rdExpenditure: "GB.XPD.RSDV.GD.ZS";
        researchersPerMillion: "SP.POP.SCIE.RD.P6";
        scientificArticles: "IP.JRN.ARTC.SC";
        militaryExpenditure: "MS.MIL.XPND.GD.ZS";
        militaryExpenditureUsd: "MS.MIL.XPND.CD";
        militaryGovShare: "MS.MIL.XPND.ZS";
        armedForcesTotal: "MS.MIL.TOTL.P1";
        armedForcesLaborShare: "MS.MIL.TOTL.TF.ZS";
        ruleOfLaw: "RL.EST";
        voiceAccountability: "VA.EST";
        govEffectiveness: "GE.EST";
        regulatoryQuality: "RQ.EST";
        controlOfCorruption: "CC.EST";
        politicalStability: "PV.EST";
        giniIndex: "SI.POV.GINI";
        incomeTop10: "SI.DST.10TH.10";
        incomeBottom10: "SI.DST.FRST.10";
        incomeBottom20: "SI.DST.FRST.20";
        incomeTop20: "SI.DST.05TH.20";
        womenInParliament: "SG.GEN.PARL.ZS";
        electricPowerConsumption: "EG.USE.ELEC.KH.PC";
    } = ...

    Non-economic World Bank indicator codes the platform may consume.

    Economic context (macro / fiscal / monetary / external-sector / trade / commodity / FX / interest rates / labour-market headlines) is sourced from IMF only via scripts/imf-fetch.ts — this object intentionally does NOT expose any of the legacy WB economic codes. Attempting to reach for INDICATOR_IDS.gdp / unemployment / inflation / etc. is a TypeScript compile error pointing the author at IMF.

    Categories surfaced here are the residue WB still publishes authoritatively: demographics, health, education, environment, infrastructure, innovation (R&D / patents), defence historicals, WGI governance, inequality, gender, energy use.

    Full machine-readable inventory: analysis/worldbank/indicators-inventory.json Committee mapping: analysis/worldbank/indicator-policy-mapping.md

    Type Declaration

    • Readonlypopulation: "SP.POP.TOTL"

      Population, total

    • ReadonlypopulationGrowth: "SP.POP.GROW"

      Population growth (annual %)

    • Readonlypopulation65Plus: "SP.POP.65UP.TO.ZS"

      Population ages 65 and above (% of total)

    • ReadonlypopulationChildren: "SP.POP.0014.TO.ZS"

      Population ages 0-14 (% of total)

    • ReadonlypopulationWorkingAge: "SP.POP.1564.TO.ZS"

      Population ages 15-64 (% of total)

    • ReadonlyurbanPopulation: "SP.URB.TOTL.IN.ZS"

      Urban population (% of total)

    • ReadonlyruralPopulation: "SP.RUR.TOTL.ZS"

      Rural population (% of total)

    • ReadonlyageDependencyRatio: "SP.POP.DPND"

      Age dependency ratio (% of working-age population)

    • ReadonlyageDependencyOld: "SP.POP.DPND.OL"

      Age dependency ratio, old (% of working-age)

    • ReadonlyageDependencyYoung: "SP.POP.DPND.YG"

      Age dependency ratio, young (% of working-age)

    • ReadonlynetMigration: "SM.POP.NETM"

      Net migration

    • ReadonlyrefugeePopulation: "SM.POP.REFG"

      Refugee population by country/territory of asylum

    • ReadonlylifeExpectancy: "SP.DYN.LE00.IN"

      Life expectancy at birth, total (years)

    • ReadonlylifeExpectancyFemale: "SP.DYN.LE00.FE.IN"

      Life expectancy at birth, female (years)

    • ReadonlylifeExpectancyMale: "SP.DYN.LE00.MA.IN"

      Life expectancy at birth, male (years)

    • ReadonlybirthRate: "SP.DYN.CBRT.IN"

      Birth rate, crude (per 1,000 people)

    • ReadonlydeathRate: "SP.DYN.CDRT.IN"

      Death rate, crude (per 1,000 people)

    • ReadonlyfertilityRate: "SP.DYN.TFRT.IN"

      Fertility rate, total (births per woman)

    • ReadonlyadolescentFertility: "SP.ADO.TFRT"

      Adolescent fertility rate (births per 1,000 women ages 15-19)

    • ReadonlyinfantMortality: "SP.DYN.IMRT.IN"

      Mortality rate, infant (per 1,000 live births)

    • Readonlyunder5Mortality: "SH.DYN.MORT"

      Mortality rate, under-5 (per 1,000 live births)

    • ReadonlyinternetUsers: "IT.NET.USER.ZS"

      Individuals using the Internet (% of population)

    • ReadonlyhealthExpenditure: "SH.XPD.CHEX.GD.ZS"

      Current health expenditure (% of GDP)

    • ReadonlyhealthExpenditurePerCapita: "SH.XPD.CHEX.PC.CD"

      Current health expenditure per capita (current US$)

    • ReadonlygovHealthExpenditure: "SH.XPD.GHED.GD.ZS"

      Domestic general government health expenditure (% of GDP)

    • ReadonlygovHealthShare: "SH.XPD.GHED.CH.ZS"

      Domestic general government health exp. (% of current health exp.)

    • ReadonlyprivateHealthShare: "SH.XPD.PVTD.CH.ZS"

      Domestic private health expenditure (% of current health exp.)

    • ReadonlyoutOfPocketHealth: "SH.XPD.OOPC.CH.ZS"

      Out-of-pocket expenditure (% of current health expenditure)

    • Readonlyphysicians: "SH.MED.PHYS.ZS"

      Physicians (per 1,000 people)

    • ReadonlyhospitalBeds: "SH.MED.BEDS.ZS"

      Hospital beds (per 1,000 people)

    • ReadonlynursesAndMidwives: "SH.MED.NUMW.P3"

      Nurses and midwives (per 1,000 people)

    • ReadonlysuicideMortality: "SH.STA.SUIC.P5"

      Suicide mortality rate (per 100,000 population)

    • ReadonlytobaccoUse: "SH.PRV.SMOK"

      Prevalence of current tobacco use (% of adults)

    • ReadonlyalcoholConsumption: "SH.ALC.PCAP.LI"

      Total alcohol consumption per capita (liters of pure alcohol)

    • ReadonlymeaslesImmunization: "SH.IMM.MEAS"

      Immunization, measles (% of children ages 12-23 months)

    • ReadonlydptImmunization: "SH.IMM.IDPT"

      Immunization, DPT (% of children ages 12-23 months)

    • ReadonlyeducationExpenditure: "SE.XPD.TOTL.GD.ZS"

      Government expenditure on education, total (% of GDP)

    • ReadonlyeducationGovShare: "SE.XPD.TOTL.GB.ZS"

      Government expenditure on education (% of government expenditure)

    • ReadonlyschoolEnrollment: "SE.PRM.ENRR"

      School enrollment, primary (% gross)

    • ReadonlysecondaryEnrollment: "SE.SEC.ENRR"

      School enrollment, secondary (% gross)

    • ReadonlytertiaryEnrollment: "SE.TER.ENRR"

      School enrollment, tertiary (% gross)

    • ReadonlyprimaryCompletion: "SE.PRM.CMPT.ZS"

      Primary completion rate (% of relevant age group)

    • Readonlyco2Emissions: "EN.ATM.CO2E.PC"

      CO2 emissions (metric tons per capita)

    • Readonlyco2EmissionsTotal: "EN.ATM.CO2E.KT"

      CO2 emissions (kt)

    • ReadonlyenergyUse: "EG.USE.PCAP.KG.OE"

      Energy use (kg of oil equivalent per capita)

    • ReadonlyrenewableEnergy: "EG.FEC.RNEW.ZS"

      Renewable energy consumption (% of total final energy)

    • ReadonlyrenewableElectricity: "EG.ELC.RNEW.ZS"

      Renewable electricity output (% of total electricity output)

    • ReadonlyforestArea: "AG.LND.FRST.ZS"

      Forest area (% of land area)

    • ReadonlyairPollution: "EN.ATM.PM25.MC.M3"

      PM2.5 air pollution, mean annual exposure (µg/m³)

    • ReadonlynuclearElectricity: "EG.ELC.NUCL.ZS"

      Electricity production from nuclear sources (% of total)

    • ReadonlyhydroElectricity: "EG.ELC.HYRO.ZS"

      Electricity production from hydroelectric sources (% of total)

    • ReadonlyrenewableElecExHydro: "EG.ELC.RNWX.ZS"

      Electricity production from renewables excl. hydro (% of total)

    • ReadonlybroadbandSubscriptions: "IT.NET.BBND.P2"

      Fixed broadband subscriptions (per 100 people)

    • ReadonlymobileSubscriptions: "IT.CEL.SETS.P2"

      Mobile cellular subscriptions (per 100 people)

    • ReadonlysecureServers: "IT.NET.SECR.P6"

      Secure Internet servers (per 1 million people)

    • ReadonlyairPassengers: "IS.AIR.PSGR"

      Air transport, passengers carried

    • ReadonlypatentsResident: "IP.PAT.RESD"

      Patent applications, residents

    • ReadonlypatentsNonresident: "IP.PAT.NRES"

      Patent applications, nonresidents

    • ReadonlyrdExpenditure: "GB.XPD.RSDV.GD.ZS"

      Research and development expenditure (% of GDP)

    • ReadonlyresearchersPerMillion: "SP.POP.SCIE.RD.P6"

      Researchers in R&D (per million people)

    • ReadonlyscientificArticles: "IP.JRN.ARTC.SC"

      Scientific and technical journal articles

    • ReadonlymilitaryExpenditure: "MS.MIL.XPND.GD.ZS"

      Military expenditure (% of GDP)

    • ReadonlymilitaryExpenditureUsd: "MS.MIL.XPND.CD"

      Military expenditure (current USD)

    • ReadonlymilitaryGovShare: "MS.MIL.XPND.ZS"

      Military expenditure (% of central government expenditure)

    • ReadonlyarmedForcesTotal: "MS.MIL.TOTL.P1"

      Armed forces personnel, total

    • ReadonlyarmedForcesLaborShare: "MS.MIL.TOTL.TF.ZS"

      Armed forces personnel (% of total labor force)

    • ReadonlyruleOfLaw: "RL.EST"

      Rule of Law: Estimate (-2.5 to 2.5) [source=75]

    • ReadonlyvoiceAccountability: "VA.EST"

      Voice and Accountability: Estimate [source=75]

    • ReadonlygovEffectiveness: "GE.EST"

      Government Effectiveness: Estimate [source=75]

    • ReadonlyregulatoryQuality: "RQ.EST"

      Regulatory Quality: Estimate [source=75]

    • ReadonlycontrolOfCorruption: "CC.EST"

      Control of Corruption: Estimate [source=75]

    • ReadonlypoliticalStability: "PV.EST"

      Political Stability and Absence of Violence: Estimate [source=75]

    • ReadonlyginiIndex: "SI.POV.GINI"

      GINI index

    • ReadonlyincomeTop10: "SI.DST.10TH.10"

      Income share held by highest 10%

    • ReadonlyincomeBottom10: "SI.DST.FRST.10"

      Income share held by lowest 10%

    • ReadonlyincomeBottom20: "SI.DST.FRST.20"

      Income share held by lowest 20%

    • ReadonlyincomeTop20: "SI.DST.05TH.20"

      Income share held by highest 20%

    • ReadonlywomenInParliament: "SG.GEN.PARL.ZS"

      Proportion of seats held by women in national parliaments (%)

    • ReadonlyelectricPowerConsumption: "EG.USE.ELEC.KH.PC"

      Electric power consumption (kWh per capita)