/v4/map-info
Returns information about currently supported countries.
It is useful when you have an application that can do searches in any country that we support, you can use Supported Locations to get the map name for a certain point and then use this endpoint to check what features are available for that map. That way you could show fares for routes in the maps that support it.
array[object]
object | optional
Public transport support information. Public transport is not supported if this object is missing.
date in extended ISO-8601 format
date in extended ISO-8601 format
object | optional
Fast time-filter support information. The time-filter/fast
endpoint is not supported if this object is missing.
array[object]
Each entry in the array describes a time period and time filter modes that are available for this country.
The arrival or departure time period for which this time filter fast endpoint is available. Possible values: weekday_morning
array[object]
Lists available transportation and time-filter modes for this time period.
Possible values arrival.many_to_one
, arrival.one_to_many
.
Possible values public_transport
, driving
, driving+public_transport
.
array[string]
Array of supported transportation modes while doing cross country search
Example Request
Loading
Response Body
Loading