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

    Interface CurrentPoliticalComposition

    interface CurrentPoliticalComposition {
        asOf: string;
        countriesRepresented: number;
        dataQualityWarnings: string[];
        fallbackMEPs: number;
        fragmentationIndex: number;
        grandCoalitionPossible: boolean;
        grandCoalitionSize: number;
        groups: PoliticalCompositionGroup[];
        majorityThreshold: number;
        membershipDerivedMEPs: number;
        totalMEPs: number;
    }
    Index
    asOf: string
    countriesRepresented: number
    dataQualityWarnings: string[]
    fallbackMEPs: number
    fragmentationIndex: number
    grandCoalitionPossible: boolean
    grandCoalitionSize: number
    majorityThreshold: number
    membershipDerivedMEPs: number
    totalMEPs: number