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

    Interface ArticleSeries

    A named series of articles tracking a single legislative procedure or topic.

    interface ArticleSeries {
        id: string;
        name: string;
        procedureRef?: string;
        articles: string[];
        status: ArticleSeriesStatus;
        summary: string;
    }
    Index

    Properties

    id: string

    Unique series identifier

    name: string

    Human-readable series name

    procedureRef?: string

    Optional EP procedure reference (e.g. "2024/0001(COD)")

    articles: string[]

    Ordered list of article IDs in this series

    Whether the series is still being updated

    summary: string

    Brief editorial summary of the series arc