@maschinenlesbar.org/hochwasserzentralen-cli
    Preparing search index...

    Interface AlertsResponse

    /data/alerts response (plain-JSON representation).

    interface AlertsResponse {
        apiVersion: string;
        bbox?: number[];
        data: AlertArea[];
        description: string;
        eTag?: string;
        lang: string;
        lastModified?: string;
        legend?: Legend;
        licence: string;
        licenceName: string;
        source: string;
        sourceLogo?: string;
        sourceName: string;
        status: string;
        title: string;
        updated: string;
    }

    Hierarchy (View Summary)

    Index
    apiVersion: string
    bbox?: number[]

    [west, north, east, south] per the live API (not the RFC 7946 order), a fixed box around Germany whatever the states filter.

    data: AlertArea[]
    description: string
    eTag?: string
    lang: string
    lastModified?: string
    legend?: Legend
    licence: string
    licenceName: string
    source: string
    sourceLogo?: string
    sourceName: string
    status: string
    title: string
    updated: string

    Data timestamp — display this when presenting the data (CC BY 4.0).