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

    Interface IntelligenceIndex

    The top-level intelligence index that aggregates cross-article analytics. Uses Record<string, string[]> (not Map) for JSON serialisation compatibility.

    interface IntelligenceIndex {
        articles: ArticleIndexEntry[];
        actors: Record<string, string[]>;
        policyDomains: Record<string, string[]>;
        procedures: Record<string, string[]>;
        trends: TrendDetection[];
        series: ArticleSeries[];
        lastUpdated: string;
    }
    Index

    Properties

    articles: ArticleIndexEntry[]

    All indexed articles

    actors: Record<string, string[]>

    Actor name → list of article IDs mentioning that actor

    policyDomains: Record<string, string[]>

    Policy domain keyword → list of article IDs covering that domain

    procedures: Record<string, string[]>

    EP procedure reference → list of article IDs covering that procedure

    trends: TrendDetection[]

    Detected trends across articles

    series: ArticleSeries[]

    Article series groupings

    lastUpdated: string

    ISO timestamp of last index update