EU Parliament Monitor — API Documentation - v1.0.0
    Preparing search index...

    Channel-level metadata for an RSS feed (the localized envelope wrapped around the <item> list).

    interface RssChannel {
        title: string;
        description: string;
        language: string;
        selfUrl: string;
    }
    Index

    Properties

    title: string

    Localized channel title (shown in feed-reader subscription lists)

    description: string

    Localized channel description

    language: string

    ISO 639-1 language code for the <language> element

    selfUrl: string

    Absolute URL of this feed document (used in atom:link rel="self")