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

    Interface GBFSVehicleStatusV31RC

    GBFS Vehicle Status Schema V3.1-RC

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

    interface GBFSVehicleStatusV31RC {
        data: { vehicles: GBFSVehicleV3[] };
        last_updated: string;
        ttl: number;
        version: "3.1-RC";
    }
    Index

    Properties

    data: { vehicles: GBFSVehicleV3[] }

    Contains the vehicle data.

    Type declaration

    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