EU Parliament Monitor — API Documentation - v0.8.34
    Preparing search index...

    Interface AdoptedTextFeedItem

    A single adopted-text item from the EP adopted-texts feed

    interface AdoptedTextFeedItem {
        id: string;
        title: string;
        date: string;
        type?: string;
        url?: string;
        identifier?: string;
        label?: string;
    }
    Index

    Properties

    id: string
    title: string
    date: string
    type?: string
    url?: string
    identifier?: string

    Short identifier (e.g. "TA-10-2025-0281")

    label?: string

    Human-readable label (e.g. "T10-0281/2025")