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

    Interface StationsResponse

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

    interface StationsResponse {
        apiVersion: string;
        bbox?: number[];
        data: Station[];
        description: string;
        eTag?: string;
        lang: string;
        lastModified?: string;
        legend?: Legend;
        licence: string;
        licenceName: string;
        source: string;
        sourceLogo?: string;
        sourceName: string;
        stateLinks?: Record<string, 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: Station[]
    description: string
    eTag?: string
    lang: string
    lastModified?: string
    legend?: Legend
    licence: string
    licenceName: string
    source: string
    sourceLogo?: string
    sourceName: string
    stateLinks?: Record<string, string>

    Per-state links to the state's own flood portal, keyed by "DE-XX".

    status: string
    title: string
    updated: string

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