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

    Interface GetSpeechesOptions

    Options for getSpeeches — v1.2.13 removed year (EP API ignores it for /speeches)

    interface GetSpeechesOptions {
        speechId?: string;
        dateFrom?: string;
        dateTo?: string;
        limit?: number;
        offset?: number;
    }
    Index

    Properties

    speechId?: string
    dateFrom?: string

    Filter by sitting date start (maps to sitting-date in EP API)

    dateTo?: string

    Filter by sitting date end (maps to sitting-date-end in EP API)

    limit?: number
    offset?: number