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

    Single RSS feed entry.

    pubDate is expected to already be RFC-822 formatted (the same format the consuming <pubDate> element uses). The wrapper does not reformat dates so callers can opt into different cadences (per-day, per-article) without surprising rounding.

    interface RssItem {
        title: string;
        link: string;
        description: string;
        pubDate: string;
        lang: string;
    }
    Index

    Properties

    title: string

    Article title

    link: string

    Absolute article URL

    description: string

    Plain-text article description

    pubDate: string

    RFC-822 publication timestamp

    lang: string

    ISO 639-1 language code (e.g. en, sv, de)