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

    Represents an individual MEP's vote from the RCV XML.

    interface RcvMepVote {
        mepId: string;
        name: string;
        politicalGroup: string;
        country?: string;
    }
    Index

    Properties

    mepId: string

    MEP identifier from the XML (MepId attribute)

    name: string

    MEP full name

    politicalGroup: string

    Political group abbreviation

    country?: string

    ISO 3166-1 alpha-2 country code from the Country attribute (optional)