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

    Interface BreakingNewsFeedData

    Aggregated feed data for breaking news articles (legacy compat)

    interface BreakingNewsFeedData {
        adoptedTexts: readonly AdoptedTextFeedItem[];
        events: readonly EventFeedItem[];
        procedures: readonly ProcedureFeedItem[];
        mepUpdates: readonly MEPFeedItem[];
        totalMEPUpdates?: number;
    }
    Index

    Properties

    adoptedTexts: readonly AdoptedTextFeedItem[]
    events: readonly EventFeedItem[]
    procedures: readonly ProcedureFeedItem[]
    mepUpdates: readonly MEPFeedItem[]
    totalMEPUpdates?: number

    Total number of MEP updates reported by the feed API (may exceed the fetched/displayed count)