@maschinenlesbar.org/fit-connect-cli
    Preparing search index...

    Interface Area

    A geographic area (Bundesland, Landkreis, Kreisfreie Stadt, ...).

    interface Area {
        id: string;
        name: string;
        type: string;
    }
    Index
    id: string

    Numeric area id; pass as areaId to GET /{v}/routes.

    name: string

    Name of the area, e.g. "Halle (Saale)".

    type: string

    Type of the area, e.g. "Kreisfreie Stadt".