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

    Interface EPFeedItem

    A single item from any EP API v2 feed response (data[] array)

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

    Properties

    id: string

    Full ELI identifier (e.g. "eli/dl/doc/TA-10-2025-0281")

    type?: string

    RDF type (usually "Work")

    work_type?: string

    EP document type URI (e.g. "def/ep-document-types/TEXT_ADOPTED")

    identifier?: string

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

    label?: string

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

    title?: string

    Title, when available

    date?: string

    Date string (ISO 8601 or free-form)

    url?: string

    URL link to the source document