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

    Interface ArticleCrossReference

    A directional reference from one article to another. Used to build navigational and analytical links between related content.

    interface ArticleCrossReference {
        targetArticleId: string;
        relationship: CrossReferenceRelationship;
        context: string;
        strength: CrossReferenceStrength;
    }
    Index

    Properties

    targetArticleId: string

    Identifier of the referenced article (YYYY-MM-DD-slug-lang)

    Nature of the relationship from the source article's perspective

    context: string

    Human-readable description of why these articles are linked

    How strongly the two articles are related