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

    Data fetched and pre-processed by WeeklyReviewStrategy

    interface WeeklyReviewArticleData {
        date: string;
        dateRange: DateRange;
        votingRecords: readonly VotingRecord[];
        votingPatterns: readonly VotingPattern[];
        anomalies: readonly VotingAnomaly[];
        questions: readonly MotionsQuestion[];
        dateFromStr: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    date: string

    ISO 8601 publication date (YYYY-MM-DD)

    dateRange: DateRange

    Review period date range

    votingRecords: readonly VotingRecord[]

    Voting records from the review period

    votingPatterns: readonly VotingPattern[]

    Voting patterns analysis

    anomalies: readonly VotingAnomaly[]

    Detected voting anomalies

    questions: readonly MotionsQuestion[]

    Parliamentary questions from the period

    dateFromStr: string

    Start date string for display