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

    Data fetched and pre-processed by BreakingNewsStrategy

    interface BreakingNewsArticleData {
        date: string;
        analysisContext?: LoadedAnalysisContext | null;
        feedData: BreakingNewsFeedData | undefined;
        anomalyRaw: string;
        coalitionRaw: string;
        reportRaw: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    date: string

    ISO 8601 publication date (YYYY-MM-DD)

    analysisContext?: LoadedAnalysisContext | null

    Loaded analysis context from the analysis pipeline (when available)

    feedData: BreakingNewsFeedData | undefined

    Feed data — adopted texts, events, procedures, MEP updates (PRIMARY). Undefined when MCP unavailable.

    anomalyRaw: string

    Raw voting anomaly text from MCP (CONTEXT ONLY)

    coalitionRaw: string

    Raw coalition dynamics text from MCP (CONTEXT ONLY)

    reportRaw: string

    Raw voting statistics report text from MCP (KEPT FOR BACKWARD COMPAT)