EU Parliament Monitor — API Documentation - v0.8.45
    Preparing search index...

    Interface FreshProcedureItem

    A single normalised procedure item returned by EuropeanParliamentMCPClient.getFreshProcedures. Fields mirror the EP /procedures JSON schema; all string fields may be empty when the EP API has not yet populated them (see upstream indexing-lag issue).

    interface FreshProcedureItem {
        id: string;
        title: string;
        reference: string;
        type: string;
        subjectMatter: string;
        stage: string;
        status: string;
        dateInitiated: string;
        dateLastActivity: string;
        responsibleCommittee: string;
        rapporteur: string;
        documents: unknown[];
    }
    Index

    Properties

    id: string

    Procedure identifier (e.g. "2026-0042")

    title: string

    Human-readable title / reference string (e.g. "2026/0042(COD)")

    reference: string

    Procedure reference code

    type: string

    Procedure type (COD, CNS, NLE, …)

    subjectMatter: string

    Subject matter / policy area

    stage: string

    Current legislative stage

    status: string

    Current status

    dateInitiated: string

    ISO date the procedure was initiated (YYYY-MM-DD or empty)

    dateLastActivity: string

    ISO date of the most recent activity (YYYY-MM-DD or empty)

    responsibleCommittee: string

    Code of the responsible committee

    rapporteur: string

    Rapporteur name

    documents: unknown[]

    Associated document references