EU Parliament Monitor - API Documentation - v0.7.0
    Preparing search index...

    Data fetched and pre-processed by MonthAheadStrategy

    interface MonthAheadArticleData {
        date: string;
        dateRange: DateRange;
        monthData: WeekAheadData;
        keywords: readonly string[];
        monthLabel: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    date: string

    ISO 8601 publication date (YYYY-MM-DD)

    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