EU Parliament Monitor - API Documentation - v0.7.15
    Preparing search index...
    • Fetch MEPs feed from MCP, returning both items and the API's reported total count. The total from the API response reflects all matching records in the feed, which may exceed the limit parameter (currently capped at 100 per request).

      The limit is set to 100 (the EP API maximum) so the fetched sample is large enough to populate a meaningful truncation note ("showing 10 of N") while keeping each request bounded. When the feed contains more than 100 MEP updates, the total field in the API response carries the true count.

      Parameters

      Returns Promise<{ items: MEPFeedItem[]; total: number }>

      Object with items array and total count from the API