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

    Interface PoliticalTemperature

    Political temperature score for a parliamentary week. A composite urgency/controversy score on a 0–100 scale.

    interface PoliticalTemperature {
        score: number;
        band: PoliticalTemperatureBand;
    }
    Index

    Properties

    Properties

    score: number

    Overall score from 0 (calm) to 100 (highly contentious)

    Language-agnostic band key for the political temperature. Use this band to derive localized labels and visual styling.