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

    Interface EvidenceReference

    Reference to a primary source that supports a claim

    interface EvidenceReference {
        id: string;
        type: "vote" | "document" | "speech" | "question" | "procedure";
        title: string;
        date?: string;
        url?: string;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier of the source document / event

    type: "vote" | "document" | "speech" | "question" | "procedure"

    Source type

    title: string

    Human-readable title

    date?: string

    ISO 8601 date string, if available

    url?: string

    Canonical URL for the source, if available