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

    Interface TrendDetection

    A parliamentary trend detected across multiple articles. Requires a minimum of 2 article references to be valid.

    interface TrendDetection {
        id: string;
        name: string;
        category: TrendCategory;
        direction: TrendDirection;
        firstSeen: string;
        lastUpdated: string;
        articleReferences: string[];
        evidence: string[];
        confidence: TrendConfidence;
    }
    Index

    Properties

    id: string

    Unique trend identifier

    name: string

    Human-readable trend name

    category: TrendCategory

    Political domain this trend belongs to

    direction: TrendDirection

    Current momentum direction

    firstSeen: string

    ISO date when this trend was first observed

    lastUpdated: string

    ISO date when this trend was most recently updated

    articleReferences: string[]

    Identifiers of articles that contribute evidence for this trend

    evidence: string[]

    Key evidence points supporting the trend

    confidence: TrendConfidence

    Reliability of the trend detection