gis-tools-ts - v0.6.0
    Preparing search index...

    Interface GBFSStationInformationV30

    GBFS Station Information Schema V3.0

    List of all stations, their capacities, and locations. REQUIRED for systems utilizing docks.

    interface GBFSStationInformationV30 {
        data: { stations: GBFSStationV3[] };
        last_updated: string;
        ttl: number;
        version: "3.0";
    }
    Index

    Properties

    data: { stations: GBFSStationV3[] }

    Data object containing station information.

    Type declaration

    • stations: GBFSStationV3[]

      List of stations with their attributes.

    last_updated: string

    Last time the data in the feed was updated in RFC3339 format. Format: date-time

    ttl: number

    Number of seconds before the data in the feed will be updated again (0 if the data should always be refreshed). Minimum: 0

    version: "3.0"

    GBFS version number to which the feed conforms. Const: '3.0'