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

    Lightweight description of an article on disk.

    interface ArticleFingerprint {
    ย ย ย ย relPath: string;
    ย ย ย ย date: string;
    ย ย ย ย subfolder: string;
    ย ย ย ย lang: string;
    }
    Index
    relPath: string

    Path relative to repo root, e.g. news/2026-02-13-evening-analysis-en.html.

    date: string

    ISO date extracted from the filename, or null if unparseable.

    subfolder: string

    Slug between the date and the trailing -$LANG, e.g. evening-analysis.

    lang: string

    Detected language code. Falls back to <html lang> via the caller.