GBFSStationInformation Data Type

Implemented Interfaces
Serializable
Properties
name data type description
last_updated number
ttl number
version Version
data GBFSData
last_updated number

Example

{
  "last_updated" : 12345,
  "ttl" : 12345,
  "version" : "_2_1_RC_2",
  "data" : {
    "stations" : [ {
      "station_id" : "...",
      "name" : "...",
      "short_name" : "...",
      "lat" : 12345.0,
      "lon" : 12345.0,
      "address" : "...",
      "cross_street" : "...",
      "post_code" : "...",
      "rental_methods" : [ "ACCOUNTNUMBER", "PAYPASS" ],
      "is_virtual_station" : true,
      "capacity" : 12345.0,
      "vehicle_type_capacity" : { },
      "region_id" : "...",
      "station_area" : { },
      "vehicle_capacity" : { },
      "is_valet_station" : true,
      "rental_uris" : { },
      "extension1" : "...",
      "extension2" : "..."
    }, {
      "station_id" : "...",
      "name" : "...",
      "short_name" : "...",
      "lat" : 12345.0,
      "lon" : 12345.0,
      "address" : "...",
      "cross_street" : "...",
      "post_code" : "...",
      "rental_methods" : [ "ACCOUNTNUMBER", "ACCOUNTNUMBER" ],
      "is_virtual_station" : true,
      "capacity" : 12345.0,
      "vehicle_type_capacity" : { },
      "region_id" : "...",
      "station_area" : { },
      "vehicle_capacity" : { },
      "is_valet_station" : true,
      "rental_uris" : { },
      "extension1" : "...",
      "extension2" : "..."
    } ],
    "extension1" : "...",
    "extension2" : "..."
  },
  "extension1" : "...",
  "extension2" : "..."
}