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

    Interface GBFSVehicleStatusV30

    GBFS Vehicle Status Schema V3.0

    Describes the vehicles that are available for rent (as of v3.0, formerly free_bike_status).

    interface GBFSVehicleStatusV30 {
        data: { vehicles: GBFSVehicleV3[] };
        last_updated: string;
        ttl: number;
        version: "3.0";
    }
    Index

    Properties

    data: { vehicles: GBFSVehicleV3[] }

    Vehicle data containing information on available vehicles for rent.

    last_updated: string

    Last time the data in the feed was updated in RFC3339 format.

    ttl: number

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

    version: "3.0"

    GBFS version number to which the feed conforms.