Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    One entry from https://www.imf.org/external/datamapper/api/v1/indicators.

    interface ImfDatamapperIndicatorMeta {
    ย ย ย ย code: string;
    ย ย ย ย label: string;
    ย ย ย ย description: string;
    ย ย ย ย source: string;
    ย ย ย ย unit: string;
    ย ย ย ย dataset: string;
    ย ย ย ย lastUpdate?: string;
    }
    Index
    code: string

    Canonical Datamapper indicator code (used as the primary key).

    label: string

    Human-readable label (English).

    description: string

    Long description (English).

    source: string

    Source / publisher (typically "IMF").

    unit: string

    Unit of measurement (e.g. 'Percent of GDP', 'Annual percent change').

    dataset: string

    IMF dataset family (WEO, FM, FPP, IFS, BOP, DOTS, GFS_COFOG, โ€ฆ).

    lastUpdate?: string

    ISO 8601 last-updated timestamp emitted by the catalog (when present).