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

    Interface ArticleIndexEntry

    Lightweight index entry for a single generated article. The id follows the convention YYYY-MM-DD-slug-lang (e.g. "2025-03-10-week-ahead-en" or "2025-02-14-ai-regulation-committee-fr").

    interface ArticleIndexEntry {
        id: string;
        date: string;
        type: ArticleCategory;
        lang: LanguageCode;
        keyTopics: string[];
        keyActors: string[];
        procedures: string[];
        crossReferences: ArticleCrossReference[];
        trendContributions: string[];
        seriesId?: string;
    }
    Index

    Properties

    id: string

    Article identifier: YYYY-MM-DD-slug-lang

    date: string

    ISO date string (YYYY-MM-DD)

    Article category / type

    Language code

    keyTopics: string[]

    Key topics covered in the article

    keyActors: string[]

    Key actors (MEPs, committees, political groups) mentioned

    procedures: string[]

    EP procedure references covered in the article

    crossReferences: ArticleCrossReference[]

    Cross-references to other articles

    trendContributions: string[]

    Trend IDs this article contributes evidence for

    seriesId?: string

    Series ID if this article belongs to a series