EU Parliament Monitor - API Documentation - v0.7.0
    Preparing search index...

    Interface WorldBankIndicator

    World Bank indicator data point

    interface WorldBankIndicator {
        countryId: string;
        countryName: string;
        indicatorId: string;
        indicatorName: string;
        year: number;
        value: number | null;
    }
    Index

    Properties

    countryId: string

    Country ISO code (e.g., 'DEU', 'FRA')

    countryName: string

    Country name

    indicatorId: string

    Indicator ID (e.g., 'NY.GDP.MKTP.CD')

    indicatorName: string

    Indicator name (e.g., 'GDP (current US$)')

    year: number

    Year of the data point

    value: number | null

    Value of the indicator