Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    • Parse a vintage tag like WEO-2026-04 into a calendar {year, month}.

      Returns null if the tag does not match the canonical pattern. The pattern is permissive on the prefix (WEO, FM, etc.) but strict on the YYYY-MM segment.

      Parameters

      • vintage: string

      Returns { year: number; month: number }