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

    Per-language resolved metadata entry containing the title and description that will be rendered into HTML meta tags and structured data (JSON-LD).

    interface PerLanguageMetadata {
        lang: LanguageCode;
        title: string;
        description: string;
    }
    Index

    Properties

    Language code this entry is for.

    title: string

    Resolved title for the article in this language.

    description: string

    Resolved description for the article in this language.