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

    Data fetched and pre-processed by MonthAheadStrategy

    interface MonthAheadArticleData {
        date: string;
        analysisContext?: LoadedAnalysisContext | null;
        dateRange: DateRange;
        monthData: WeekAheadData;
        keywords: readonly string[];
        monthLabel: string;
        feedData?: EPFeedData;
    }

    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)

    dateRange: DateRange

    Month-ahead date range (30 days)

    monthData: WeekAheadData

    Aggregated month-ahead domain data

    keywords: readonly string[]

    SEO keywords derived from the data

    monthLabel: string

    Display label for the target month

    feedData?: EPFeedData

    EP feed data for enrichment (when available)