European Parliament MCP Server API - v1.0.1
    Preparing search index...

    Interface PoliticalGroupSnapshot

    Snapshot of a single political group's representation in a given year.

    interface PoliticalGroupSnapshot {
        name: string;
        seats: number;
        seatShare: number;
    }
    Index

    Properties

    Properties

    name: string

    Political group short name (e.g. 'EPP', 'S&D', 'NI')

    seats: number

    Number of seats held

    seatShare: number

    Seat share as a percentage (0–100)