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

    Interface GBFSStationInformationV31RC

    GBFS Station Information Schema V3.1-RC

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

    interface GBFSStationInformationV31RC {
        data: { stations: GBFSStationV3[] };
        last_updated: string;
        ttl: number;
        version: "3.1-RC";
    }
    Index

    Properties

    data: { stations: GBFSStationV3[] }

    Contains station data for the system.

    Type declaration

    • stations: GBFSStationV3[]

      Array of stations, each containing location, capacity, and other metadata.

    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.1-RC"

    GBFS version number to which the feed conforms, according to the versioning framework (added in v1.1). Const: 3.1-RC