Routes
Returns routing information between source and destinations.
Request Body Json Attributes
-
array[object]Define your locations to use later in
departure_searches
orarrival_searches
-
array[object]Searches based on departure time. Leave departure location at no earlier than given time. This allows you to specify a single departure location and multiple arrival locations. You can define a maximum of
10
searches-
stringUsed to identify this specific search in the results array. MUST be unique among all searches.
-
stringThe id of the location we should start the search from. MUST reference an id from
locations
array -
array[string]The ids of locations we should find the routes to. MUST reference ids from
locations
array -
objectTransportation mode and related parameters. The default parameters are sensible and it is usually enough to only specify the
type
-
string
cycling
,driving
,driving+train
(only in Great Britain),public_transport
,walking
,coach
,bus
,train
,ferry
,driving+ferry
,cycling+ferry
orcycling+public_transport
(only in Netherlands) -
boolean | optionalIf set to
true
, disables crossing of country borders. This feature is only available withdriving
transportation mode and is enabled by default (false
). -
integer | optionalTime (in seconds) needed to board public transportation vehicle. Default is
0
. Used inpublic_transport
,coach
,bus
,train
,driving+train
andcycling+public_transport
transportation modes -
integer | optionalRefers to the maximum time limit of walking when geting on and off public transport i.e:
- maximum time (in seconds) of walking from the source to a stop (or station) and
- maximum time (in seconds) of walking from a stop (or station) to the destination.
The default value is900
.
Used inpublic_transport
,coach
,bus
,train
,driving+train
andcycling+public_transport
transportation modes -
integer | optionalMaximum time (in seconds) of driving from source to train station. Default value is
1800
. Used indriving+train
transportation mode -
integer | optionalMaximum time (in seconds) of cycling (including any ferry transfers) from source to a station or stop. Default value is
900
. Used incycling+public_transport
transportation mode -
integer | optionalTime (in seconds) required to park a car or a bike. Default is
300
. Used indriving+train
andcycling+public_transport
transportation modes. -
integer | optionalTime (in seconds) required to board a ferry. Default is
0
. Used inpublic_transport
,ferry
,driving+ferry
,cycling+ferry
andcycling+public_transport
transportation modes. Forpublic_transport
mode,pt_change_delay
is used instead
-
-
date in extended ISO-8601 formatLeave departure location at no earlier than given time. Example -
2017-10-18T08:00:00Z
-
array[string]Properties to be returned about the locations. Possible values:
travel_time
,distance
,fares
,route
-
object | optionalRange search parameters. By default range search is disabled. When range search is enabled multiple alternative result properties are returned and properties are sorted by
travel_time
in ascending order.
Note: range search only works withpublic_transport
,coach
,bus
,train
anddriving+train
transportation modes. For other modes range search parameters are ignored-
booleanEnable range search?
-
integerMaximum number of results to return. Limited to
5
results -
integerSearch range width in seconds.
width
along withdeparture_time
specify departure interval. For example, if you setdeparture_time
to 9am andwidth
to 1 hour, we will return results with lowest travel time that have departure time between 9am and 10am.
If no results are found that fall within this interval, we will return single result that has the earliest departure time.
Range width is limited to12
hours
-
-
-
array[object]Searches based on arrival time. Arrive at destination location at no later than given time. This allows you to specify a single arrival location and multiple departure locations. You can define a maximum of
10
searches-
stringUsed to identify this specific search in the results array. MUST be unique among all searches.
-
array[string]The ids of locations we should start the search from. MUST reference ids from
locations
array -
stringThe id of the location we should find the route to. MUST reference an id from
locations
array -
objectTransportation mode and related parameters. The default parameters are sensible and it is usually enough to only specify the
type
-
string
cycling
,driving
,driving+train
(only in Great Britain),public_transport
,walking
,coach
,bus
,train
,ferry
,driving+ferry
,cycling+ferry
orcycling+public_transport
(only in Netherlands) -
boolean | optionalIf set to
true
, disables crossing of country borders. This feature is only available withdriving
transportation mode and is enabled by default (false
). -
integer | optionalTime (in seconds) needed to board public transportation vehicle. Default is
0
. Used inpublic_transport
,coach
,bus
,train
,driving+train
andcycling+public_transport
transportation modes -
integer | optionalRefers to the maximum time limit of walking when geting on and off public transport i.e:
- maximum time (in seconds) of walking from the source to a stop (or station) and
- maximum time (in seconds) of walking from a stop (or station) to the destination.
The default value is900
.
Used inpublic_transport
,coach
,bus
,train
,driving+train
andcycling+public_transport
transportation modes -
integer | optionalMaximum time (in seconds) of driving from source to train station. Default value is
1800
. Used indriving+train
transportation mode -
integer | optionalMaximum time (in seconds) of cycling (including any ferry transfers) from source to a station or stop. Default value is
900
. Used incycling+public_transport
transportation mode -
integer | optionalTime (in seconds) required to park a car or a bike. Default is
300
. Used indriving+train
andcycling+public_transport
transportation modes. -
integer | optionalTime (in seconds) required to board a ferry. Default is
0
. Used inpublic_transport
,ferry
,driving+ferry
,cycling+ferry
andcycling+public_transport
transportation modes. Forpublic_transport
mode,pt_change_delay
is used instead
-
-
date in extended ISO-8601 formatArrive at destination location at no later than given time. Example -
2017-10-18T08:00:00Z
-
array[string]Properties to be returned about the locations. Possible values:
travel_time
,distance
,fares
,route
-
object | optionalRange search parameters. By default range search is disabled. When range search is enabled multiple alternative result properties are returned and properties are sorted by
travel_time
in ascending order.
Note: range search only works withpublic_transport
,coach
,bus
,train
anddriving+train
transportation modes. For other modes range search parameters are ignored-
booleanEnable range search?
-
integerMaximum number of results to return. Limited to
5
results -
integerSearch range width in seconds.
width
along witharrival_time
specify arrival interval. For example, if you setarrival_time
to 9am andwidth
to 1 hour, we will return results with lowest travel time that have arrival time between 8am and 9am.
If no results are found that fall within this interval, we will return single result that has the latest arrival time.
Range width is limited to12
hours
-
-
Response Body Json Attributes
-
array[object]The results array which is sorted lexicographically by the
id
attribute-
string
-
array[object]
-
string
-
array[object]Properties array. May contain multiple elements if
range
was specified, single element otherwise. Sorted bytravel_time
. Only the properties included in the request are returned.-
integer | optionalTravel time in seconds
-
integer | optionalDistance in meters
-
object | optional
-
date yyyy-mm-ddThh:mm:ssZExample
2016-06-21T11:00:00+03:00
or2016-06-21T11:00:00Z
-
date yyyy-mm-ddThh:mm:ssZExample
2016-06-21T11:00:00+03:00
or2016-06-21T11:00:00Z
-
array[object]
-
integerA sequential id, used to relate route parts with fare data
-
string
basic
,start_end
,road
orpublic_transport
-
string
car
,parking
,boarding
,walk
,bike
,bike_parking
,train
,rail_national
,rail_overground
,rail_underground
,rail_dlr
,bus
,cable_car
,plane
,ferry
orcoach
-
string
-
integerDistance in meters
-
integerTravel time in seconds
-
array[object]
-
string | optionalOnly available when
type
isstart_end
-
string | optionalMay be present on parts where
type
isroad
-
string | optionalMay be present on parts where
type
isroad
-
string | optionalOnly available when
type
ispublic_transport
-
string | optionalOnly available when
type
ispublic_transport
-
string | optionalOnly available when
type
ispublic_transport
-
time hh:mm | optionalLocal departure time. Only available when
type
ispublic_transport
-
time hh:mm | optionalLocal arrival time. Only available when
type
ispublic_transport
-
integer | optionalOnly available when
type
ispublic_transport
-
-
-
object | optional
-
array[object]
-
array[string]Mode covered by the ticket, can be:
car
,parking
,boarding
,walk
,bike
,bike_parking
,train
,rail_national
,rail_overground
,rail_underground
,rail_dlr
,bus
,cable_car
,plane
,ferry
orcoach
-
array[integer]Ids of route parts that are covered by these tickets
-
array[object]
-
-
array[object]
-
-
-
-
array[string]Ids of locations for which we cannot find a route. This can happen if the point cannot be reached within 12 hours.
-
Example Request
POST /v4/routes HTTP/1.1
Host: api.traveltimeapp.com
Content-Type: application/json
Accept: application/json
X-Application-Id: ...
X-Api-Key: ...
{
"locations": [
{
"id": "London center",
"coords": {
"lat": 51.508930,
"lng": -0.131387
}
},
{
"id": "Hyde Park",
"coords": {
"lat": 51.508824,
"lng": -0.167093
}
},
{
"id": "ZSL London Zoo",
"coords": {
"lat": 51.536067,
"lng": -0.153596
}
}
],
"departure_searches": [
{
"id": "departure search example",
"departure_location_id": "London center",
"arrival_location_ids": [
"Hyde Park",
"ZSL London Zoo"
],
"transportation": {
"type": "driving"
},
"departure_time": "",
"properties": ["travel_time", "distance", "route"]
}
],
"arrival_searches": [
{
"id": "arrival search example",
"departure_location_ids": [
"Hyde Park",
"ZSL London Zoo"
],
"arrival_location_id": "London center",
"transportation": {
"type": "public_transport"
},
"arrival_time": "",
"properties": ["travel_time", "distance", "route", "fares"],
"range": {
"enabled": true,
"max_results": 1,
"width": 1800
}
}
]
}
Limitations
Currently “departure_location_id.arrival_location_ids” and “arrival_searches.departure_location_ids” array sizes are limited to a maximum of 2 values.
You can use time-filter with route property to workaround this limitation, but you will have to specify “travel_time”.
Response Body
{
"results": [
{
"search_id": "arrival search example",
"locations": [
{
"id": "Hyde Park",
"properties": [
{
"travel_time": 1499,
"distance": 847,
"route": {
"departure_time": "",
"arrival_time": "",
"parts": [
{
"id": 0,
"type": "start_end",
"mode": "walk",
"directions": "Start your journey 57 meters south",
"distance": 57,
"travel_time": 41,
"coords": [
{
"lat": 51.508824,
"lng": -0.167093
},
{
"lat": 51.5083198,
"lng": -0.167281
}
],
"direction": "south"
},
{
"id": 1,
"type": "road",
"mode": "walk",
"directions": "Walk 544 meters",
"distance": 544,
"travel_time": 402,
"coords": [
{
"lat": 51.5083198,
"lng": -0.167281
},
{
"lat": 51.5083412,
"lng": -0.1671866
},
{
"lat": 51.5096339,
"lng": -0.1673583
},
{
"lat": 51.5100606,
"lng": -0.1680954
},
{
"lat": 51.5104013,
"lng": -0.1677107
},
{
"lat": 51.51081,
"lng": -0.1672531
},
{
"lat": 51.5112151,
"lng": -0.1667602
},
{
"lat": 51.5115817,
"lng": -0.1663888
},
{
"lat": 51.5117586,
"lng": -0.1663198
},
{
"lat": 51.5118238,
"lng": -0.1663467
},
{
"lat": 51.5121276,
"lng": -0.1664422
},
{
"lat": 51.5122168,
"lng": -0.1664586
},
{
"lat": 51.5123821,
"lng": -0.1664891
},
{
"lat": 51.5123266,
"lng": -0.1669159
}
]
},
{
"id": 2,
"type": "basic",
"mode": "walk",
"directions": "Go to 'Hyde Park Street, Stop D'",
"distance": 33,
"travel_time": 48,
"coords": [
{
"lat": 51.5123266,
"lng": -0.1669159
},
{
"lat": 51.5125734047,
"lng": -0.1672023418
}
]
},
{
"id": 3,
"type": "public_transport",
"mode": "bus",
"directions": "Take a bus (94) from 'Hyde Park Street' (leaves at 08:20) to 'New Bond Street' (arrives at 08:33) (4 stops)",
"distance": 0,
"travel_time": 425,
"coords": [
{
"lat": 51.5125734047,
"lng": -0.1672023418
},
{
"lat": 51.5131251817,
"lng": -0.1622368953
},
{
"lat": 51.5137366459,
"lng": -0.1565050722
},
{
"lat": 51.5141319693,
"lng": -0.1524824953
},
{
"lat": 51.5148142747,
"lng": -0.1461422065
}
],
"line": "94",
"departure_station": "Hyde Park Street",
"arrival_station": "New Bond Street",
"departs_at": "08:20",
"arrives_at": "08:33",
"num_stops": 4
},
{
"id": 4,
"type": "public_transport",
"mode": "bus",
"directions": "Take a bus (13) from 'New Bond Street' (leaves at 08:18) to 'Haymarket Jermyn Street' (arrives at 08:41) (4 stops)",
"distance": 0,
"travel_time": 400,
"coords": [
{
"lat": 51.5148142747,
"lng": -0.1461422065
},
{
"lat": 51.5145906148,
"lng": -0.1416690138
},
{
"lat": 51.5113027982,
"lng": -0.1390502284
},
{
"lat": 51.5100605171,
"lng": -0.135570147
},
{
"lat": 51.5096826461,
"lng": -0.1327322109
}
],
"line": "13",
"departure_station": "New Bond Street",
"arrival_station": "Haymarket Jermyn Street",
"departs_at": "08:18",
"arrives_at": "08:41",
"num_stops": 4
},
{
"id": 5,
"type": "basic",
"mode": "walk",
"directions": "",
"distance": 11,
"travel_time": 17,
"coords": [
{
"lat": 51.5096826461,
"lng": -0.1327322109
},
{
"lat": 51.5097095,
"lng": -0.1328945
}
]
},
{
"id": 6,
"type": "road",
"mode": "walk",
"directions": "Walk 111 meters along Haymarket (A4)",
"distance": 111,
"travel_time": 101,
"coords": [
{
"lat": 51.5097095,
"lng": -0.1328945
},
{
"lat": 51.5094939,
"lng": -0.1326532
},
{
"lat": 51.5093312,
"lng": -0.1325002
},
{
"lat": 51.5092864,
"lng": -0.1324533
},
{
"lat": 51.5092248,
"lng": -0.1323946
},
{
"lat": 51.508843,
"lng": -0.1320595
}
],
"road": "Haymarket (A4)"
},
{
"id": 7,
"type": "road",
"mode": "walk",
"directions": "Turn left onto Orange Street and walk 67 meters",
"distance": 67,
"travel_time": 48,
"coords": [
{
"lat": 51.508843,
"lng": -0.1320595
},
{
"lat": 51.5091191,
"lng": -0.131198
}
],
"road": "Orange Street",
"turn": "left"
},
{
"id": 8,
"type": "start_end",
"mode": "walk",
"directions": "Your destination is 24 meters southwest",
"distance": 24,
"travel_time": 17,
"coords": [
{
"lat": 51.5091191,
"lng": -0.131198
},
{
"lat": 51.50893,
"lng": -0.131387
}
],
"direction": "southwest"
}
]
},
"fares": {
"breakdown": [
{
"modes": [
"bus"
],
"route_part_ids": [
3
],
"tickets": [
{
"type": "single",
"price": 1.5,
"currency": "GBP"
}
]
},
{
"modes": [
"bus"
],
"route_part_ids": [
3,
4
],
"tickets": [
{
"type": "week",
"price": 21,
"currency": "GBP"
},
{
"type": "month",
"price": 80.7,
"currency": "GBP"
},
{
"type": "year",
"price": 840,
"currency": "GBP"
}
]
},
{
"modes": [
"bus"
],
"route_part_ids": [
4
],
"tickets": [
{
"type": "single",
"price": 1.5,
"currency": "GBP"
}
]
}
],
"tickets_total": [
{
"type": "week",
"price": 21,
"currency": "GBP"
},
{
"type": "month",
"price": 80.7,
"currency": "GBP"
},
{
"type": "year",
"price": 840,
"currency": "GBP"
},
{
"type": "single",
"price": 3,
"currency": "GBP"
}
]
}
}
]
},
{
"id": "ZSL London Zoo",
"properties": [
{
"travel_time": 1945,
"distance": 789,
"route": {
"departure_time": "",
"arrival_time": "2016-11-28T09:55:45+02:00",
"parts": [
{
"id": 0,
"type": "start_end",
"mode": "walk",
"directions": "Start your journey 27 meters southeast",
"distance": 27,
"travel_time": 19,
"coords": [
{
"lat": 51.536067,
"lng": -0.153596
},
{
"lat": 51.5358311,
"lng": -0.1534571
}
],
"direction": "southeast"
},
{
"id": 1,
"type": "road",
"mode": "walk",
"directions": "Walk 67 meters",
"distance": 67,
"travel_time": 48,
"coords": [
{
"lat": 51.5358311,
"lng": -0.1534571
},
{
"lat": 51.5358772,
"lng": -0.1533797
},
{
"lat": 51.5358981,
"lng": -0.1533131
},
{
"lat": 51.5359073,
"lng": -0.1531619
},
{
"lat": 51.5360579,
"lng": -0.1532343
},
{
"lat": 51.5362951,
"lng": -0.1533051
}
]
},
{
"id": 2,
"type": "road",
"mode": "walk",
"directions": "Continue onto East Tunnel for 24 meters",
"distance": 24,
"travel_time": 17,
"coords": [
{
"lat": 51.5362951,
"lng": -0.1533051
},
{
"lat": 51.5365039,
"lng": -0.1534136
}
],
"road": "East Tunnel",
"turn": "straight"
},
{
"id": 3,
"type": "road",
"mode": "walk",
"directions": "Turn right and walk 146 meters",
"distance": 146,
"travel_time": 105,
"coords": [
{
"lat": 51.5365039,
"lng": -0.1534136
},
{
"lat": 51.536596,
"lng": -0.1529511
},
{
"lat": 51.5366399,
"lng": -0.152954
},
{
"lat": 51.536851,
"lng": -0.153063
},
{
"lat": 51.5368796,
"lng": -0.1530874
},
{
"lat": 51.5368213,
"lng": -0.153582
},
{
"lat": 51.5369161,
"lng": -0.1536124
},
{
"lat": 51.5370979,
"lng": -0.1536837
},
{
"lat": 51.5372182,
"lng": -0.1537587
}
],
"turn": "right"
},
{
"id": 4,
"type": "basic",
"mode": "walk",
"directions": "Go to 'ZSL London Zoo, Stop B'",
"distance": 21,
"travel_time": 31,
"coords": [
{
"lat": 51.5372182,
"lng": -0.1537587
},
{
"lat": 51.5373648757,
"lng": -0.1539643412
}
]
},
{
"id": 5,
"type": "public_transport",
"mode": "bus",
"directions": "Take a bus (274) from 'ZSL London Zoo' (leaves at 08:27) to 'Baker Street Station' (arrives at 08:36) (8 stops)",
"distance": 0,
"travel_time": 540,
"coords": [
{
"lat": 51.5373648757,
"lng": -0.1539643412
},
{
"lat": 51.5360605108,
"lng": -0.1602317983
},
{
"lat": 51.5351681146,
"lng": -0.1629641201
},
{
"lat": 51.5335618658,
"lng": -0.1654799171
},
{
"lat": 51.5312109726,
"lng": -0.1669585217
},
{
"lat": 51.5294405706,
"lng": -0.1670296317
},
{
"lat": 51.527560203,
"lng": -0.1646687602
},
{
"lat": 51.5261693227,
"lng": -0.1619856348
},
{
"lat": 51.5232828402,
"lng": -0.1579791245
}
],
"line": "274",
"departure_station": "ZSL London Zoo",
"arrival_station": "Baker Street Station",
"departs_at": "08:27",
"arrives_at": "08:36",
"num_stops": 8
},
{
"id": 6,
"type": "basic",
"mode": "walk",
"directions": "",
"distance": 24,
"travel_time": 34,
"coords": [
{
"lat": 51.5232828402,
"lng": -0.1579791245
},
{
"lat": 51.5230671,
"lng": -0.1579408
}
]
},
{
"id": 7,
"type": "road",
"mode": "walk",
"directions": "Walk 15 meters along Baker Street (A41)",
"distance": 15,
"travel_time": 21,
"coords": [
{
"lat": 51.5230671,
"lng": -0.1579408
},
{
"lat": 51.5230088,
"lng": -0.1579144
},
{
"lat": 51.5229345,
"lng": -0.1578807
}
],
"road": "Baker Street (A41)"
},
{
"id": 8,
"type": "basic",
"mode": "walk",
"directions": "Enter 'Baker Street Underground Station' through 'Entrance 3'",
"distance": 90,
"travel_time": 343,
"coords": [
{
"lat": 51.5229345,
"lng": -0.1578807
},
{
"lat": 51.5226849617,
"lng": -0.1577005359
},
{
"lat": 51.5232124663,
"lng": -0.1575062643
}
]
},
{
"id": 9,
"type": "public_transport",
"mode": "rail_underground",
"directions": "Take a train (Bakerloo line) from 'Baker Street Underground Station' (leaves at 08:43) to 'Piccadilly Circus Underground Station' (arrives at 08:47) (3 stops)",
"distance": 0,
"travel_time": 262,
"coords": [
{
"lat": 51.5232124663,
"lng": -0.1575062643
},
{
"lat": 51.5230893464,
"lng": -0.1462674366
},
{
"lat": 51.515721255,
"lng": -0.1420842071
},
{
"lat": 51.5101172419,
"lng": -0.1351787326
}
],
"line": "Bakerloo",
"departure_station": "Baker Street Underground Station",
"arrival_station": "Piccadilly Circus Underground Station",
"departs_at": "08:43",
"arrives_at": "08:47",
"num_stops": 3
},
{
"id": 10,
"type": "basic",
"mode": "walk",
"directions": "Exit 'Piccadilly Circus Underground Station' through 'Entrance 8'",
"distance": 86,
"travel_time": 305,
"coords": [
{
"lat": 51.5101172419,
"lng": -0.1351787326
},
{
"lat": 51.5101519209,
"lng": -0.1339667866
},
{
"lat": 51.5101246,
"lng": -0.1339942
}
]
},
{
"id": 11,
"type": "road",
"mode": "walk",
"directions": "Walk 35 meters",
"distance": 35,
"travel_time": 36,
"coords": [
{
"lat": 51.5101246,
"lng": -0.1339942
},
{
"lat": 51.5101298,
"lng": -0.1336353
},
{
"lat": 51.5101355,
"lng": -0.1335236
},
{
"lat": 51.5101435,
"lng": -0.133475
}
]
},
{
"id": 12,
"type": "road",
"mode": "walk",
"directions": "Slight right onto Great Windmill Street and walk 9 meters",
"distance": 9,
"travel_time": 7,
"coords": [
{
"lat": 51.5101435,
"lng": -0.133475
},
{
"lat": 51.5101031,
"lng": -0.1333483
}
],
"road": "Great Windmill Street",
"turn": "slight_right"
},
{
"id": 13,
"type": "road",
"mode": "walk",
"directions": "Slight left onto Coventry Street and walk 74 meters",
"distance": 74,
"travel_time": 54,
"coords": [
{
"lat": 51.5101031,
"lng": -0.1333483
},
{
"lat": 51.5101851,
"lng": -0.1327368
},
{
"lat": 51.5102692,
"lng": -0.1322966
}
],
"road": "Coventry Street",
"turn": "slight_left"
},
{
"id": 14,
"type": "road",
"mode": "walk",
"directions": "Turn right onto Oxendon Street and walk 147 meters",
"distance": 147,
"travel_time": 106,
"coords": [
{
"lat": 51.5102692,
"lng": -0.1322966
},
{
"lat": 51.5098161,
"lng": -0.131861
},
{
"lat": 51.5095541,
"lng": -0.1316053
},
{
"lat": 51.5091191,
"lng": -0.131198
}
],
"road": "Oxendon Street",
"turn": "right"
},
{
"id": 15,
"type": "start_end",
"mode": "walk",
"directions": "Your destination is 24 meters southwest",
"distance": 24,
"travel_time": 17,
"coords": [
{
"lat": 51.5091191,
"lng": -0.131198
},
{
"lat": 51.50893,
"lng": -0.131387
}
],
"direction": "southwest"
}
]
},
"fares": {
"breakdown": [
{
"modes": [
"bus",
"rail_underground"
],
"route_part_ids": [
9,
5
],
"tickets": [
{
"type": "year",
"price": 1296,
"currency": "GBP"
},
{
"type": "month",
"price": 124.5,
"currency": "GBP"
},
{
"type": "week",
"price": 32.4,
"currency": "GBP"
}
]
},
{
"modes": [
"bus"
],
"route_part_ids": [
5
],
"tickets": [
{
"type": "single",
"price": 1.5,
"currency": "GBP"
}
]
},
{
"modes": [
"rail_underground"
],
"route_part_ids": [
9
],
"tickets": [
{
"type": "single",
"price": 2.3,
"currency": "GBP"
}
]
}
],
"tickets_total": [
{
"type": "year",
"price": 1296,
"currency": "GBP"
},
{
"type": "month",
"price": 124.5,
"currency": "GBP"
},
{
"type": "week",
"price": 32.4,
"currency": "GBP"
},
{
"type": "single",
"price": 3.8,
"currency": "GBP"
}
]
}
}
]
}
],
"unreachable": []
},
{
"search_id": "departure search example",
"locations": [
{
"id": "Hyde Park",
"properties": [
{
"travel_time": 1280,
"distance": 6103,
"route": {
"departure_time": "",
"arrival_time": "",
"parts": [
{
"id": 0,
"type": "start_end",
"mode": "walk",
"directions": "Start your journey 24 meters northeast",
"distance": 24,
"travel_time": 17,
"coords": [
{
"lat": 51.50893,
"lng": -0.131387
},
{
"lat": 51.5091191,
"lng": -0.131198
}
],
"direction": "northeast"
},
{
"id": 1,
"type": "road",
"mode": "car",
"directions": "Drive 55 meters along Oxendon Street",
"distance": 55,
"travel_time": 4,
"coords": [
{
"lat": 51.5091191,
"lng": -0.131198
},
{
"lat": 51.5095541,
"lng": -0.1316053
}
],
"road": "Oxendon Street"
},
{
"id": 2,
"type": "road",
"mode": "car",
"directions": "Turn left onto Panton Street and drive 65 meters",
"distance": 65,
"travel_time": 4,
"coords": [
{
"lat": 51.5095541,
"lng": -0.1316053
},
{
"lat": 51.5093088,
"lng": -0.1322429
},
{
"lat": 51.5092248,
"lng": -0.1323946
}
],
"road": "Panton Street",
"turn": "left"
},
{
"id": 3,
"type": "road",
"mode": "car",
"directions": "Turn left onto Haymarket (A4) and drive 98 meters",
"distance": 98,
"travel_time": 44,
"coords": [
{
"lat": 51.5092248,
"lng": -0.1323946
},
{
"lat": 51.508843,
"lng": -0.1320595
},
{
"lat": 51.5085869,
"lng": -0.1318397
},
{
"lat": 51.5085463,
"lng": -0.1318048
},
{
"lat": 51.5084434,
"lng": -0.1317124
}
],
"road": "Haymarket (A4)",
"turn": "left"
},
{
"id": 4,
"type": "road",
"mode": "car",
"directions": "Turn right onto Charles II Street (B327) and drive 115 meters",
"distance": 115,
"travel_time": 40,
"coords": [
{
"lat": 51.5084434,
"lng": -0.1317124
},
{
"lat": 51.5081823,
"lng": -0.1324561
},
{
"lat": 51.5079304,
"lng": -0.1331735
}
],
"road": "Charles II Street (B327)",
"turn": "right"
},
{
"id": 5,
"type": "road",
"mode": "car",
"directions": "Continue onto Charles II Street for 108 meters",
"distance": 108,
"travel_time": 8,
"coords": [
{
"lat": 51.5079304,
"lng": -0.1331735
},
{
"lat": 51.507439,
"lng": -0.1345337
}
],
"road": "Charles II Street",
"turn": "straight"
},
{
"id": 6,
"type": "road",
"mode": "car",
"directions": "Turn left onto St James's Square and drive 343 meters",
"distance": 343,
"travel_time": 22,
"coords": [
{
"lat": 51.507439,
"lng": -0.1345337
},
{
"lat": 51.5069849,
"lng": -0.1341314
},
{
"lat": 51.506828,
"lng": -0.1345994
},
{
"lat": 51.506531,
"lng": -0.1353798
},
{
"lat": 51.5064574,
"lng": -0.1355731
},
{
"lat": 51.5069432,
"lng": -0.1360143
},
{
"lat": 51.5072896,
"lng": -0.1363027
},
{
"lat": 51.5073314,
"lng": -0.1363255
},
{
"lat": 51.5073531,
"lng": -0.1363268
},
{
"lat": 51.5073965,
"lng": -0.1363228
},
{
"lat": 51.5074324,
"lng": -0.1363027
},
{
"lat": 51.5074691,
"lng": -0.1362638
},
{
"lat": 51.5076728,
"lng": -0.1356737
}
],
"road": "St James's Square",
"turn": "left"
},
{
"id": 7,
"type": "road",
"mode": "car",
"directions": "Turn left onto Duke of York Street and drive 104 meters",
"distance": 104,
"travel_time": 8,
"coords": [
{
"lat": 51.5076728,
"lng": -0.1356737
},
{
"lat": 51.5082325,
"lng": -0.1362154
},
{
"lat": 51.5084795,
"lng": -0.1364565
}
],
"road": "Duke of York Street",
"turn": "left"
},
{
"id": 8,
"type": "road",
"mode": "car",
"directions": "Turn left onto Jermyn Street and drive 143 meters",
"distance": 143,
"travel_time": 74,
"coords": [
{
"lat": 51.5084795,
"lng": -0.1364565
},
{
"lat": 51.508176,
"lng": -0.1373462
},
{
"lat": 51.507881,
"lng": -0.138303
}
],
"road": "Jermyn Street",
"turn": "left"
},
{
"id": 9,
"type": "road",
"mode": "car",
"directions": "Turn left onto Duke Street St James's and drive 86 meters",
"distance": 86,
"travel_time": 5,
"coords": [
{
"lat": 51.507881,
"lng": -0.138303
},
{
"lat": 51.5074966,
"lng": -0.1379224
},
{
"lat": 51.5073328,
"lng": -0.1377733
},
{
"lat": 51.5072794,
"lng": -0.1377217
},
{
"lat": 51.5072027,
"lng": -0.1376459
}
],
"road": "Duke Street St James's",
"turn": "left"
},
{
"id": 10,
"type": "road",
"mode": "car",
"directions": "Turn right onto Ryder Street and drive 67 meters",
"distance": 67,
"travel_time": 4,
"coords": [
{
"lat": 51.5072027,
"lng": -0.1376459
},
{
"lat": 51.5068824,
"lng": -0.1384777
}
],
"road": "Ryder Street",
"turn": "right"
},
{
"id": 11,
"type": "road",
"mode": "car",
"directions": "Turn right onto Bury Street and drive 91 meters",
"distance": 91,
"travel_time": 6,
"coords": [
{
"lat": 51.5068824,
"lng": -0.1384777
},
{
"lat": 51.5070719,
"lng": -0.1386567
},
{
"lat": 51.5073391,
"lng": -0.1389394
},
{
"lat": 51.5075884,
"lng": -0.1391898
}
],
"road": "Bury Street",
"turn": "right"
},
{
"id": 12,
"type": "road",
"mode": "car",
"directions": "Turn left onto Jermyn Street and drive 68 meters",
"distance": 68,
"travel_time": 36,
"coords": [
{
"lat": 51.5075884,
"lng": -0.1391898
},
{
"lat": 51.5072822,
"lng": -0.1400548
}
],
"road": "Jermyn Street",
"turn": "left"
},
{
"id": 13,
"type": "road",
"mode": "car",
"directions": "Turn left onto St. James's Street (A4) and drive 9 meters",
"distance": 9,
"travel_time": 2,
"coords": [
{
"lat": 51.5072822,
"lng": -0.1400548
},
{
"lat": 51.5072084,
"lng": -0.1399816
}
],
"road": "St. James's Street (A4)",
"turn": "left"
},
{
"id": 14,
"type": "road",
"mode": "car",
"directions": "Turn right onto Bennet Street and drive 62 meters",
"distance": 62,
"travel_time": 4,
"coords": [
{
"lat": 51.5072084,
"lng": -0.1399816
},
{
"lat": 51.5069197,
"lng": -0.1407535
}
],
"road": "Bennet Street",
"turn": "right"
},
{
"id": 15,
"type": "road",
"mode": "car",
"directions": "Turn right onto Arlington Street and drive 67 meters",
"distance": 67,
"travel_time": 16,
"coords": [
{
"lat": 51.5069197,
"lng": -0.1407535
},
{
"lat": 51.5073476,
"lng": -0.141186
},
{
"lat": 51.5074375,
"lng": -0.141277
}
],
"road": "Arlington Street",
"turn": "right"
},
{
"id": 16,
"type": "road",
"mode": "car",
"directions": "Turn left onto Piccadilly (A4) and drive 435 meters",
"distance": 435,
"travel_time": 137,
"coords": [
{
"lat": 51.5074375,
"lng": -0.141277
},
{
"lat": 51.5073652,
"lng": -0.1414342
},
{
"lat": 51.5071609,
"lng": -0.1418432
},
{
"lat": 51.5070966,
"lng": -0.1419736
},
{
"lat": 51.5070461,
"lng": -0.1420958
},
{
"lat": 51.5069335,
"lng": -0.1424676
},
{
"lat": 51.5068017,
"lng": -0.1427506
},
{
"lat": 51.5067898,
"lng": -0.1427761
},
{
"lat": 51.5067252,
"lng": -0.1428966
},
{
"lat": 51.5066579,
"lng": -0.1430285
},
{
"lat": 51.5064325,
"lng": -0.1434986
},
{
"lat": 51.5061716,
"lng": -0.1440107
},
{
"lat": 51.5058815,
"lng": -0.1445361
},
{
"lat": 51.5058149,
"lng": -0.1446646
},
{
"lat": 51.5054552,
"lng": -0.1452738
},
{
"lat": 51.5049544,
"lng": -0.1462146
}
],
"road": "Piccadilly (A4)",
"turn": "left"
},
{
"id": 17,
"type": "road",
"mode": "car",
"directions": "Slight right onto Brick Street and drive 174 meters",
"distance": 174,
"travel_time": 35,
"coords": [
{
"lat": 51.5049544,
"lng": -0.1462146
},
{
"lat": 51.5049488,
"lng": -0.1462631
},
{
"lat": 51.5049539,
"lng": -0.1463025
},
{
"lat": 51.5049695,
"lng": -0.1463349
},
{
"lat": 51.5049912,
"lng": -0.1463643
},
{
"lat": 51.5053573,
"lng": -0.1467238
},
{
"lat": 51.5052498,
"lng": -0.1475911
},
{
"lat": 51.5051608,
"lng": -0.1482943
},
{
"lat": 51.5051593,
"lng": -0.1483262
},
{
"lat": 51.505159,
"lng": -0.1483581
}
],
"road": "Brick Street",
"turn": "slight_right"
},
{
"id": 18,
"type": "road",
"mode": "car",
"directions": "Turn right onto Down Street and drive 57 meters",
"distance": 57,
"travel_time": 16,
"coords": [
{
"lat": 51.505159,
"lng": -0.1483581
},
{
"lat": 51.5055974,
"lng": -0.1486873
},
{
"lat": 51.5056267,
"lng": -0.1487081
}
],
"road": "Down Street",
"turn": "right"
},
{
"id": 19,
"type": "road",
"mode": "car",
"directions": "Turn left onto Hertford Street and drive 177 meters",
"distance": 177,
"travel_time": 36,
"coords": [
{
"lat": 51.5056267,
"lng": -0.1487081
},
{
"lat": 51.5055551,
"lng": -0.1489558
},
{
"lat": 51.5051862,
"lng": -0.1502664
},
{
"lat": 51.5051713,
"lng": -0.1503149
},
{
"lat": 51.5051517,
"lng": -0.1503036
},
{
"lat": 51.505131,
"lng": -0.1502993
},
{
"lat": 51.5051103,
"lng": -0.1503021
},
{
"lat": 51.5050904,
"lng": -0.150312
},
{
"lat": 51.5050723,
"lng": -0.1503285
},
{
"lat": 51.5050568,
"lng": -0.1503507
},
{
"lat": 51.5050434,
"lng": -0.1503813
},
{
"lat": 51.5050349,
"lng": -0.1504162
},
{
"lat": 51.5050318,
"lng": -0.1504533
},
{
"lat": 51.5050343,
"lng": -0.1504906
},
{
"lat": 51.5050404,
"lng": -0.1505194
},
{
"lat": 51.5050498,
"lng": -0.1505458
},
{
"lat": 51.5050615,
"lng": -0.1505931
},
{
"lat": 51.5050665,
"lng": -0.1506386
},
{
"lat": 51.5050657,
"lng": -0.1506685
},
{
"lat": 51.5050643,
"lng": -0.1506908
},
{
"lat": 51.5050579,
"lng": -0.1507345
},
{
"lat": 51.5050496,
"lng": -0.1507722
},
{
"lat": 51.5050371,
"lng": -0.1508162
},
{
"lat": 51.5050207,
"lng": -0.1508522
},
{
"lat": 51.5049898,
"lng": -0.1508866
},
{
"lat": 51.5049508,
"lng": -0.1509102
}
],
"road": "Hertford Street",
"turn": "left"
},
{
"id": 20,
"type": "road",
"mode": "car",
"directions": "Slight left onto Park Lane (A4202) and drive 72 meters",
"distance": 72,
"travel_time": 3,
"coords": [
{
"lat": 51.5049508,
"lng": -0.1509102
},
{
"lat": 51.50485,
"lng": -0.1509182
},
{
"lat": 51.5047519,
"lng": -0.1509343
},
{
"lat": 51.5046619,
"lng": -0.1509558
},
{
"lat": 51.5044952,
"lng": -0.1510033
},
{
"lat": 51.5043059,
"lng": -0.151059
}
],
"road": "Park Lane (A4202)",
"turn": "slight_left"
},
{
"id": 21,
"type": "road",
"mode": "car",
"directions": "Turn right onto A4202 and drive 50 meters",
"distance": 50,
"travel_time": 14,
"coords": [
{
"lat": 51.5043059,
"lng": -0.151059
},
{
"lat": 51.5042597,
"lng": -0.1510791
},
{
"lat": 51.5042121,
"lng": -0.151114
},
{
"lat": 51.5041769,
"lng": -0.1511542
},
{
"lat": 51.5041414,
"lng": -0.151211
},
{
"lat": 51.5041146,
"lng": -0.1512776
},
{
"lat": 51.5040905,
"lng": -0.1513648
},
{
"lat": 51.5040797,
"lng": -0.1514389
},
{
"lat": 51.5040777,
"lng": -0.1515204
},
{
"lat": 51.5040834,
"lng": -0.1516097
}
],
"road": "A4202",
"turn": "right"
},
{
"id": 22,
"type": "road",
"mode": "car",
"directions": "Continue onto Park Lane (A4202) for 26 meters",
"distance": 26,
"travel_time": 1,
"coords": [
{
"lat": 51.5040834,
"lng": -0.1516097
},
{
"lat": 51.5041258,
"lng": -0.1519354
},
{
"lat": 51.5041313,
"lng": -0.151979
}
],
"road": "Park Lane (A4202)",
"turn": "straight"
},
{
"id": 23,
"type": "road",
"mode": "car",
"directions": "Slight left onto South Carriage Drive and drive 1607 meters",
"distance": 1607,
"travel_time": 235,
"coords": [
{
"lat": 51.5041313,
"lng": -0.151979
},
{
"lat": 51.5041058,
"lng": -0.152117
},
{
"lat": 51.5040928,
"lng": -0.152168
},
{
"lat": 51.5040733,
"lng": -0.1522145
},
{
"lat": 51.5040392,
"lng": -0.1522788
},
{
"lat": 51.5039175,
"lng": -0.1525574
},
{
"lat": 51.5039066,
"lng": -0.1525635
},
{
"lat": 51.503737,
"lng": -0.1526584
},
{
"lat": 51.5036515,
"lng": -0.1526992
},
{
"lat": 51.5035212,
"lng": -0.1527939
},
{
"lat": 51.5034798,
"lng": -0.1528448
},
{
"lat": 51.5033873,
"lng": -0.1529724
},
{
"lat": 51.5033115,
"lng": -0.1531332
},
{
"lat": 51.5032554,
"lng": -0.1533428
},
{
"lat": 51.5032014,
"lng": -0.1535766
},
{
"lat": 51.5031645,
"lng": -0.1539119
},
{
"lat": 51.5031366,
"lng": -0.1541792
},
{
"lat": 51.5031255,
"lng": -0.1543076
},
{
"lat": 51.5031103,
"lng": -0.1544841
},
{
"lat": 51.5030765,
"lng": -0.1548387
},
{
"lat": 51.5030241,
"lng": -0.1554932
},
{
"lat": 51.5030114,
"lng": -0.1556318
},
{
"lat": 51.5029272,
"lng": -0.1565476
},
{
"lat": 51.5028037,
"lng": -0.1577974
},
{
"lat": 51.5027489,
"lng": -0.1585002
},
{
"lat": 51.5027451,
"lng": -0.1585511
},
{
"lat": 51.5027392,
"lng": -0.1586248
},
{
"lat": 51.5026889,
"lng": -0.1592691
},
{
"lat": 51.5025886,
"lng": -0.1606141
},
{
"lat": 51.5025287,
"lng": -0.1614907
},
{
"lat": 51.5024725,
"lng": -0.1622629
},
{
"lat": 51.5024498,
"lng": -0.1625703
},
{
"lat": 51.5024226,
"lng": -0.1629395
},
{
"lat": 51.5024089,
"lng": -0.1631361
},
{
"lat": 51.5023278,
"lng": -0.1645412
},
{
"lat": 51.5022975,
"lng": -0.1650177
},
{
"lat": 51.5022634,
"lng": -0.166018
},
{
"lat": 51.5022484,
"lng": -0.166484
},
{
"lat": 51.5022421,
"lng": -0.167818
},
{
"lat": 51.5022328,
"lng": -0.1684035
},
{
"lat": 51.5022104,
"lng": -0.1702
},
{
"lat": 51.5022079,
"lng": -0.1704196
},
{
"lat": 51.5021922,
"lng": -0.1712401
},
{
"lat": 51.5021752,
"lng": -0.173813
},
{
"lat": 51.5021694,
"lng": -0.1742711
},
{
"lat": 51.5021689,
"lng": -0.1742979
},
{
"lat": 51.5021688,
"lng": -0.1743539
},
{
"lat": 51.5021746,
"lng": -0.1746056
}
],
"road": "South Carriage Drive",
"turn": "slight_left"
},
{
"id": 24,
"type": "road",
"mode": "car",
"directions": "Turn right onto West Carriage Drive and drive 421 meters",
"distance": 421,
"travel_time": 79,
"coords": [
{
"lat": 51.5021746,
"lng": -0.1746056
},
{
"lat": 51.5022365,
"lng": -0.1746301
},
{
"lat": 51.502288,
"lng": -0.1746432
},
{
"lat": 51.5023884,
"lng": -0.1746509
},
{
"lat": 51.5024669,
"lng": -0.1746521
},
{
"lat": 51.5026425,
"lng": -0.1746547
},
{
"lat": 51.5028024,
"lng": -0.1746655
},
{
"lat": 51.5029377,
"lng": -0.1746574
},
{
"lat": 51.5030329,
"lng": -0.1746467
},
{
"lat": 51.5031231,
"lng": -0.1746226
},
{
"lat": 51.5031931,
"lng": -0.1745931
},
{
"lat": 51.5032582,
"lng": -0.1745609
},
{
"lat": 51.5034085,
"lng": -0.1744804
},
{
"lat": 51.5035087,
"lng": -0.174416
},
{
"lat": 51.5036682,
"lng": -0.1743117
},
{
"lat": 51.503811,
"lng": -0.1741983
},
{
"lat": 51.5039949,
"lng": -0.1740539
},
{
"lat": 51.504275,
"lng": -0.1738369
},
{
"lat": 51.5047609,
"lng": -0.1734585
},
{
"lat": 51.5051244,
"lng": -0.1732187
},
{
"lat": 51.505172,
"lng": -0.1731929
},
{
"lat": 51.505281,
"lng": -0.1731417
},
{
"lat": 51.5054232,
"lng": -0.1730964
},
{
"lat": 51.5055622,
"lng": -0.1730655
},
{
"lat": 51.5056635,
"lng": -0.1730312
},
{
"lat": 51.5057322,
"lng": -0.1730006
},
{
"lat": 51.5057842,
"lng": -0.1729705
}
],
"road": "West Carriage Drive",
"turn": "right"
},
{
"id": 25,
"type": "road",
"mode": "car",
"directions": "Slight right onto Serpentine Bridge and drive 104 meters",
"distance": 104,
"travel_time": 8,
"coords": [
{
"lat": 51.5057842,
"lng": -0.1729705
},
{
"lat": 51.5066284,
"lng": -0.1722917
}
],
"road": "Serpentine Bridge",
"turn": "slight_right"
},
{
"id": 26,
"type": "road",
"mode": "car",
"directions": "Slight right onto West Carriage Drive and drive 729 meters",
"distance": 729,
"travel_time": 87,
"coords": [
{
"lat": 51.5066284,
"lng": -0.1722917
},
{
"lat": 51.5066865,
"lng": -0.1722399
},
{
"lat": 51.5067164,
"lng": -0.1721997
},
{
"lat": 51.5067454,
"lng": -0.1721517
},
{
"lat": 51.5067757,
"lng": -0.1720707
},
{
"lat": 51.5067959,
"lng": -0.1719913
},
{
"lat": 51.506806,
"lng": -0.1719342
},
{
"lat": 51.5068107,
"lng": -0.1718867
},
{
"lat": 51.5068063,
"lng": -0.1718223
},
{
"lat": 51.5067279,
"lng": -0.171527
},
{
"lat": 51.5066832,
"lng": -0.1713588
},
{
"lat": 51.5066709,
"lng": -0.1713017
},
{
"lat": 51.5066741,
"lng": -0.1711762
},
{
"lat": 51.5066884,
"lng": -0.1711244
},
{
"lat": 51.5067095,
"lng": -0.1710614
},
{
"lat": 51.5068775,
"lng": -0.1708088
},
{
"lat": 51.5070231,
"lng": -0.170635
},
{
"lat": 51.5070842,
"lng": -0.1705719
},
{
"lat": 51.5072447,
"lng": -0.1704431
},
{
"lat": 51.5073077,
"lng": -0.1704002
},
{
"lat": 51.5073573,
"lng": -0.1703801
},
{
"lat": 51.5073954,
"lng": -0.1703725
},
{
"lat": 51.5074489,
"lng": -0.1703671
},
{
"lat": 51.5074896,
"lng": -0.1703711
},
{
"lat": 51.5075918,
"lng": -0.1703762
},
{
"lat": 51.5078844,
"lng": -0.1704151
},
{
"lat": 51.5080376,
"lng": -0.1704194
},
{
"lat": 51.5083111,
"lng": -0.1704367
},
{
"lat": 51.5089617,
"lng": -0.1705007
},
{
"lat": 51.509569,
"lng": -0.1705756
},
{
"lat": 51.5097526,
"lng": -0.1706082
},
{
"lat": 51.5099696,
"lng": -0.1706663
},
{
"lat": 51.51006,
"lng": -0.1707168
},
{
"lat": 51.5101759,
"lng": -0.1708165
},
{
"lat": 51.5102805,
"lng": -0.1709517
},
{
"lat": 51.5103672,
"lng": -0.1711072
},
{
"lat": 51.5105242,
"lng": -0.1714291
},
{
"lat": 51.5106329,
"lng": -0.1716773
},
{
"lat": 51.5108534,
"lng": -0.1722112
},
{
"lat": 51.5109555,
"lng": -0.1724583
},
{
"lat": 51.5110306,
"lng": -0.1726206
},
{
"lat": 51.5110707,
"lng": -0.1726683
},
{
"lat": 51.5111191,
"lng": -0.1726987
},
{
"lat": 51.5111628,
"lng": -0.1727217
},
{
"lat": 51.5112223,
"lng": -0.1727343
},
{
"lat": 51.5112665,
"lng": -0.1727347
},
{
"lat": 51.511304,
"lng": -0.1727303
},
{
"lat": 51.5113385,
"lng": -0.1727218
},
{
"lat": 51.5114015,
"lng": -0.1726993
},
{
"lat": 51.5114814,
"lng": -0.1726822
},
{
"lat": 51.5115217,
"lng": -0.1726513
},
{
"lat": 51.5115942,
"lng": -0.1724957
},
{
"lat": 51.5116246,
"lng": -0.1724105
}
],
"road": "West Carriage Drive",
"turn": "slight_right"
},
{
"id": 27,
"type": "road",
"mode": "car",
"directions": "Slight right onto North Carriage Drive and drive 385 meters",
"distance": 385,
"travel_time": 77,
"coords": [
{
"lat": 51.5116246,
"lng": -0.1724105
},
{
"lat": 51.5116642,
"lng": -0.1723395
},
{
"lat": 51.5116725,
"lng": -0.1723117
},
{
"lat": 51.5116772,
"lng": -0.1722768
},
{
"lat": 51.5116764,
"lng": -0.1722406
},
{
"lat": 51.5116714,
"lng": -0.1721819
},
{
"lat": 51.5116573,
"lng": -0.1721163
},
{
"lat": 51.5116233,
"lng": -0.1719583
},
{
"lat": 51.5116125,
"lng": -0.1718458
},
{
"lat": 51.5116133,
"lng": -0.1717679
},
{
"lat": 51.5116175,
"lng": -0.171558
},
{
"lat": 51.5116175,
"lng": -0.1713414
},
{
"lat": 51.5116375,
"lng": -0.1708023
},
{
"lat": 51.511663,
"lng": -0.1702476
},
{
"lat": 51.5116881,
"lng": -0.1699019
},
{
"lat": 51.5117127,
"lng": -0.1696034
},
{
"lat": 51.5117627,
"lng": -0.169177
},
{
"lat": 51.5118258,
"lng": -0.1686848
},
{
"lat": 51.5118421,
"lng": -0.1685754
},
{
"lat": 51.5119098,
"lng": -0.1681364
},
{
"lat": 51.5119643,
"lng": -0.1677593
},
{
"lat": 51.5120346,
"lng": -0.1672335
},
{
"lat": 51.5120767,
"lng": -0.1668971
}
],
"road": "North Carriage Drive",
"turn": "slight_right"
},
{
"id": 28,
"type": "start_end",
"mode": "walk",
"directions": "Your destination is 361 meters south",
"distance": 361,
"travel_time": 258,
"coords": [
{
"lat": 51.5120767,
"lng": -0.1668971
},
{
"lat": 51.508824,
"lng": -0.167093
}
],
"direction": "south"
}
]
}
}
]
},
{
"id": "ZSL London Zoo",
"properties": [
{
"travel_time": 795,
"distance": 4553,
"route": {
"departure_time": "",
"arrival_time": "",
"parts": [
{
"id": 0,
"type": "start_end",
"mode": "walk",
"directions": "Start your journey 24 meters northeast",
"distance": 24,
"travel_time": 17,
"coords": [
{
"lat": 51.50893,
"lng": -0.131387
},
{
"lat": 51.5091191,
"lng": -0.131198
}
],
"direction": "northeast"
},
{
"id": 1,
"type": "road",
"mode": "car",
"directions": "Drive 147 meters along Oxendon Street",
"distance": 147,
"travel_time": 10,
"coords": [
{
"lat": 51.5091191,
"lng": -0.131198
},
{
"lat": 51.5095541,
"lng": -0.1316053
},
{
"lat": 51.5098161,
"lng": -0.131861
},
{
"lat": 51.5102692,
"lng": -0.1322966
}
],
"road": "Oxendon Street"
},
{
"id": 2,
"type": "road",
"mode": "car",
"directions": "Turn right onto Coventry Street and drive 9 meters",
"distance": 9,
"travel_time": 1,
"coords": [
{
"lat": 51.5102692,
"lng": -0.1322966
},
{
"lat": 51.5102942,
"lng": -0.1321586
}
],
"road": "Coventry Street",
"turn": "right"
},
{
"id": 3,
"type": "road",
"mode": "car",
"directions": "Turn left onto Rupert Street and drive 145 meters",
"distance": 145,
"travel_time": 34,
"coords": [
{
"lat": 51.5102942,
"lng": -0.1321586
},
{
"lat": 51.5103735,
"lng": -0.1322087
},
{
"lat": 51.5110557,
"lng": -0.1327346
},
{
"lat": 51.5113665,
"lng": -0.1329741
},
{
"lat": 51.511483,
"lng": -0.1330464
}
],
"road": "Rupert Street",
"turn": "left"
},
{
"id": 4,
"type": "road",
"mode": "car",
"directions": "Turn left onto Shaftesbury Avenue (A401) and drive 108 meters",
"distance": 108,
"travel_time": 34,
"coords": [
{
"lat": 51.511483,
"lng": -0.1330464
},
{
"lat": 51.5112996,
"lng": -0.1333353
},
{
"lat": 51.5111211,
"lng": -0.1335561
},
{
"lat": 51.5106859,
"lng": -0.1339509
}
],
"road": "Shaftesbury Avenue (A401)",
"turn": "left"
},
{
"id": 5,
"type": "road",
"mode": "car",
"directions": "Turn right onto Great Windmill Street and drive 150 meters",
"distance": 150,
"travel_time": 9,
"coords": [
{
"lat": 51.5106859,
"lng": -0.1339509
},
{
"lat": 51.510886,
"lng": -0.1339499
},
{
"lat": 51.5110997,
"lng": -0.1340588
},
{
"lat": 51.5114004,
"lng": -0.1343057
},
{
"lat": 51.5115963,
"lng": -0.1345728
},
{
"lat": 51.5118165,
"lng": -0.1348673
},
{
"lat": 51.5118412,
"lng": -0.1349587
}
],
"road": "Great Windmill Street",
"turn": "right"
},
{
"id": 6,
"type": "road",
"mode": "car",
"directions": "Continue onto Lexington Street for 203 meters",
"distance": 203,
"travel_time": 14,
"coords": [
{
"lat": 51.5118412,
"lng": -0.1349587
},
{
"lat": 51.5122346,
"lng": -0.135449
},
{
"lat": 51.5129174,
"lng": -0.1361558
},
{
"lat": 51.5133318,
"lng": -0.1364958
},
{
"lat": 51.5133894,
"lng": -0.136543
}
],
"road": "Lexington Street",
"turn": "straight"
},
{
"id": 7,
"type": "road",
"mode": "car",
"directions": "Turn right onto Broadwick Street and drive 22 meters",
"distance": 22,
"travel_time": 1,
"coords": [
{
"lat": 51.5133894,
"lng": -0.136543
},
{
"lat": 51.5134706,
"lng": -0.1362503
}
],
"road": "Broadwick Street",
"turn": "right"
},
{
"id": 8,
"type": "road",
"mode": "car",
"directions": "Turn left onto Poland Street and drive 270 meters",
"distance": 270,
"travel_time": 32,
"coords": [
{
"lat": 51.5134706,
"lng": -0.1362503
},
{
"lat": 51.5143038,
"lng": -0.1368295
},
{
"lat": 51.5143685,
"lng": -0.1368758
},
{
"lat": 51.5147881,
"lng": -0.1371633
},
{
"lat": 51.5148315,
"lng": -0.1371919
},
{
"lat": 51.5153485,
"lng": -0.1375301
},
{
"lat": 51.5156853,
"lng": -0.1376748
},
{
"lat": 51.5157419,
"lng": -0.1376952
}
],
"road": "Poland Street",
"turn": "left"
},
{
"id": 9,
"type": "road",
"mode": "car",
"directions": "Turn left onto Oxford Street (A40) and drive 207 meters",
"distance": 207,
"travel_time": 56,
"coords": [
{
"lat": 51.5157419,
"lng": -0.1376952
},
{
"lat": 51.5156825,
"lng": -0.1383362
},
{
"lat": 51.5156425,
"lng": -0.1385763
},
{
"lat": 51.5155556,
"lng": -0.1392961
},
{
"lat": 51.5155298,
"lng": -0.1396305
},
{
"lat": 51.5154598,
"lng": -0.1403026
},
{
"lat": 51.5154167,
"lng": -0.1406739
}
],
"road": "Oxford Street (A40)",
"turn": "left"
},
{
"id": 10,
"type": "road",
"mode": "car",
"directions": "Turn right onto Great Portland Street (B506) and drive 288 meters",
"distance": 288,
"travel_time": 172,
"coords": [
{
"lat": 51.5154167,
"lng": -0.1406739
},
{
"lat": 51.5154803,
"lng": -0.1406986
},
{
"lat": 51.5155993,
"lng": -0.1407549
},
{
"lat": 51.5158167,
"lng": -0.1408368
},
{
"lat": 51.516115,
"lng": -0.1409667
},
{
"lat": 51.5166001,
"lng": -0.1411725
},
{
"lat": 51.5166636,
"lng": -0.1411994
},
{
"lat": 51.5167382,
"lng": -0.1412316
},
{
"lat": 51.5171329,
"lng": -0.1414137
},
{
"lat": 51.5175039,
"lng": -0.1415798
},
{
"lat": 51.5175949,
"lng": -0.1416179
},
{
"lat": 51.51767,
"lng": -0.141647
},
{
"lat": 51.5179523,
"lng": -0.1417567
}
],
"road": "Great Portland Street (B506)",
"turn": "right"
},
{
"id": 11,
"type": "road",
"mode": "car",
"directions": "Turn right onto Little Titchfield Street and drive 96 meters",
"distance": 96,
"travel_time": 7,
"coords": [
{
"lat": 51.5179523,
"lng": -0.1417567
},
{
"lat": 51.5181895,
"lng": -0.1404194
}
],
"road": "Little Titchfield Street",
"turn": "right"
},
{
"id": 12,
"type": "road",
"mode": "car",
"directions": "Turn left onto Great Titchfield Street and drive 109 meters",
"distance": 109,
"travel_time": 8,
"coords": [
{
"lat": 51.5181895,
"lng": -0.1404194
},
{
"lat": 51.5185254,
"lng": -0.1405691
},
{
"lat": 51.5191401,
"lng": -0.1408559
}
],
"road": "Great Titchfield Street",
"turn": "left"
},
{
"id": 13,
"type": "road",
"mode": "car",
"directions": "Turn right onto Foley Street and drive 109 meters",
"distance": 109,
"travel_time": 8,
"coords": [
{
"lat": 51.5191401,
"lng": -0.1408559
},
{
"lat": 51.5192605,
"lng": -0.1402168
},
{
"lat": 51.5193152,
"lng": -0.1401127
},
{
"lat": 51.5194748,
"lng": -0.1398101
},
{
"lat": 51.519635,
"lng": -0.1395079
}
],
"road": "Foley Street",
"turn": "right"
},
{
"id": 14,
"type": "road",
"mode": "car",
"directions": "Turn left onto Ogle Street and drive 114 meters",
"distance": 114,
"travel_time": 8,
"coords": [
{
"lat": 51.519635,
"lng": -0.1395079
},
{
"lat": 51.5197987,
"lng": -0.1397326
},
{
"lat": 51.520032,
"lng": -0.1398569
},
{
"lat": 51.5205912,
"lng": -0.1400608
}
],
"road": "Ogle Street",
"turn": "left"
},
{
"id": 15,
"type": "road",
"mode": "car",
"directions": "Turn left onto New Cavendish Street and drive 44 meters",
"distance": 44,
"travel_time": 22,
"coords": [
{
"lat": 51.5205912,
"lng": -0.1400608
},
{
"lat": 51.5204797,
"lng": -0.14068
}
],
"road": "New Cavendish Street",
"turn": "left"
},
{
"id": 16,
"type": "road",
"mode": "car",
"directions": "Turn right onto Hanson Street and drive 76 meters",
"distance": 76,
"travel_time": 6,
"coords": [
{
"lat": 51.5204797,
"lng": -0.14068
},
{
"lat": 51.5211467,
"lng": -0.1409752
}
],
"road": "Hanson Street",
"turn": "right"
},
{
"id": 17,
"type": "road",
"mode": "car",
"directions": "Turn right onto Clipstone Street and drive 24 meters",
"distance": 24,
"travel_time": 2,
"coords": [
{
"lat": 51.5211467,
"lng": -0.1409752
},
{
"lat": 51.5212178,
"lng": -0.1406461
}
],
"road": "Clipstone Street",
"turn": "right"
},
{
"id": 18,
"type": "road",
"mode": "car",
"directions": "Turn left onto Clipstone Mews and drive 136 meters",
"distance": 136,
"travel_time": 10,
"coords": [
{
"lat": 51.5212178,
"lng": -0.1406461
},
{
"lat": 51.5221253,
"lng": -0.1410534
},
{
"lat": 51.522299,
"lng": -0.1411313
},
{
"lat": 51.52232,
"lng": -0.1411447
},
{
"lat": 51.52234,
"lng": -0.1411622
},
{
"lat": 51.5223663,
"lng": -0.1412133
},
{
"lat": 51.5223742,
"lng": -0.1412467
}
],
"road": "Clipstone Mews",
"turn": "left"
},
{
"id": 19,
"type": "road",
"mode": "car",
"directions": "Turn left onto Carburton Street and drive 118 meters",
"distance": 118,
"travel_time": 7,
"coords": [
{
"lat": 51.5223742,
"lng": -0.1412467
},
{
"lat": 51.5223705,
"lng": -0.1413144
},
{
"lat": 51.522203,
"lng": -0.1422238
},
{
"lat": 51.5221999,
"lng": -0.1423264
},
{
"lat": 51.5220998,
"lng": -0.1428972
}
],
"road": "Carburton Street",
"turn": "left"
},
{
"id": 20,
"type": "road",
"mode": "car",
"directions": "Turn right onto Bolsover Street and drive 178 meters",
"distance": 178,
"travel_time": 12,
"coords": [
{
"lat": 51.5220998,
"lng": -0.1428972
},
{
"lat": 51.5222088,
"lng": -0.142947
},
{
"lat": 51.5222312,
"lng": -0.1429572
},
{
"lat": 51.5228264,
"lng": -0.1432292
},
{
"lat": 51.5236204,
"lng": -0.1435936
},
{
"lat": 51.5236635,
"lng": -0.143643
}
],
"road": "Bolsover Street",
"turn": "right"
},
{
"id": 21,
"type": "road",
"mode": "car",
"directions": "Turn left onto Great Portland Street (A4201) and drive 23 meters",
"distance": 23,
"travel_time": 16,
"coords": [
{
"lat": 51.5236635,
"lng": -0.143643
},
{
"lat": 51.5235734,
"lng": -0.1437751
},
{
"lat": 51.5235103,
"lng": -0.1438837
}
],
"road": "Great Portland Street (A4201)",
"turn": "left"
},
{
"id": 22,
"type": "road",
"mode": "car",
"directions": "Slight right onto A4201 and drive 33 meters",
"distance": 33,
"travel_time": 30,
"coords": [
{
"lat": 51.5235103,
"lng": -0.1438837
},
{
"lat": 51.5234989,
"lng": -0.143953
},
{
"lat": 51.5234994,
"lng": -0.1440054
},
{
"lat": 51.5235083,
"lng": -0.1440542
},
{
"lat": 51.5235258,
"lng": -0.1441007
},
{
"lat": 51.5235465,
"lng": -0.1441306
},
{
"lat": 51.5235785,
"lng": -0.1441702
},
{
"lat": 51.5236181,
"lng": -0.1442008
},
{
"lat": 51.5236845,
"lng": -0.1442295
}
],
"road": "A4201",
"turn": "slight_right"
},
{
"id": 23,
"type": "road",
"mode": "car",
"directions": "Slight right onto Great Portland Street (A4201) and drive 33 meters",
"distance": 33,
"travel_time": 30,
"coords": [
{
"lat": 51.5236845,
"lng": -0.1442295
},
{
"lat": 51.5237697,
"lng": -0.1442351
},
{
"lat": 51.5238778,
"lng": -0.1442311
},
{
"lat": 51.5239133,
"lng": -0.1442335
},
{
"lat": 51.5239873,
"lng": -0.1442338
}
],
"road": "Great Portland Street (A4201)",
"turn": "slight_right"
},
{
"id": 24,
"type": "road",
"mode": "car",
"directions": "Turn left onto Marylebone Road (A501) and drive 66 meters",
"distance": 66,
"travel_time": 24,
"coords": [
{
"lat": 51.5239873,
"lng": -0.1442338
},
{
"lat": 51.5240029,
"lng": -0.1444036
},
{
"lat": 51.5240049,
"lng": -0.1445079
},
{
"lat": 51.5239972,
"lng": -0.1446138
},
{
"lat": 51.5239815,
"lng": -0.1447305
},
{
"lat": 51.5239467,
"lng": -0.1449473
},
{
"lat": 51.5239114,
"lng": -0.1451711
}
],
"road": "Marylebone Road (A501)",
"turn": "left"
},
{
"id": 25,
"type": "road",
"mode": "car",
"directions": "Turn right onto Park Crescent (A4201) and drive 12 meters",
"distance": 12,
"travel_time": 14,
"coords": [
{
"lat": 51.5239114,
"lng": -0.1451711
},
{
"lat": 51.5240171,
"lng": -0.1452158
}
],
"road": "Park Crescent (A4201)",
"turn": "right"
},
{
"id": 26,
"type": "road",
"mode": "car",
"directions": "Continue onto Park Square East for 146 meters",
"distance": 146,
"travel_time": 22,
"coords": [
{
"lat": 51.5240171,
"lng": -0.1452158
},
{
"lat": 51.5241261,
"lng": -0.1452627
},
{
"lat": 51.5241694,
"lng": -0.1452833
},
{
"lat": 51.5245386,
"lng": -0.1454351
},
{
"lat": 51.5251266,
"lng": -0.1456977
},
{
"lat": 51.5252359,
"lng": -0.1457507
},
{
"lat": 51.5252631,
"lng": -0.1457607
},
{
"lat": 51.525302,
"lng": -0.145773
}
],
"road": "Park Square East",
"turn": "straight"
},
{
"id": 27,
"type": "road",
"mode": "car",
"directions": "Slight right onto Outer Circle and drive 1615 meters",
"distance": 1615,
"travel_time": 155,
"coords": [
{
"lat": 51.525302,
"lng": -0.145773
},
{
"lat": 51.5255182,
"lng": -0.1457571
},
{
"lat": 51.5257376,
"lng": -0.1457695
},
{
"lat": 51.5261349,
"lng": -0.145784
},
{
"lat": 51.5267908,
"lng": -0.1457984
},
{
"lat": 51.526948,
"lng": -0.1458074
},
{
"lat": 51.5275451,
"lng": -0.1458254
},
{
"lat": 51.5276186,
"lng": -0.1458384
},
{
"lat": 51.5276527,
"lng": -0.1458445
},
{
"lat": 51.5278586,
"lng": -0.1458521
},
{
"lat": 51.5279256,
"lng": -0.1458546
},
{
"lat": 51.5282363,
"lng": -0.1458601
},
{
"lat": 51.5285976,
"lng": -0.1458601
},
{
"lat": 51.5289059,
"lng": -0.1458559
},
{
"lat": 51.5291885,
"lng": -0.1458438
},
{
"lat": 51.5294418,
"lng": -0.1458438
},
{
"lat": 51.5296883,
"lng": -0.1458492
},
{
"lat": 51.529888,
"lng": -0.1458613
},
{
"lat": 51.5300463,
"lng": -0.1458764
},
{
"lat": 51.5301847,
"lng": -0.1459198
},
{
"lat": 51.5303925,
"lng": -0.1460142
},
{
"lat": 51.5304268,
"lng": -0.1460331
},
{
"lat": 51.5307698,
"lng": -0.1461484
},
{
"lat": 51.5308608,
"lng": -0.1461881
},
{
"lat": 51.5309636,
"lng": -0.1462329
},
{
"lat": 51.5326507,
"lng": -0.1469817
},
{
"lat": 51.5331344,
"lng": -0.1471964
},
{
"lat": 51.5335103,
"lng": -0.1473632
},
{
"lat": 51.533764,
"lng": -0.1474758
},
{
"lat": 51.5340539,
"lng": -0.1476045
},
{
"lat": 51.5347775,
"lng": -0.1479257
},
{
"lat": 51.5351787,
"lng": -0.1481038
},
{
"lat": 51.5353525,
"lng": -0.1481861
},
{
"lat": 51.5354725,
"lng": -0.1482403
},
{
"lat": 51.5355476,
"lng": -0.1482913
},
{
"lat": 51.5356326,
"lng": -0.1483667
},
{
"lat": 51.5357086,
"lng": -0.1484546
},
{
"lat": 51.5357897,
"lng": -0.1485645
},
{
"lat": 51.5358717,
"lng": -0.1486832
},
{
"lat": 51.5360298,
"lng": -0.1489312
},
{
"lat": 51.5361198,
"lng": -0.1491013
},
{
"lat": 51.5361951,
"lng": -0.1492942
},
{
"lat": 51.536252,
"lng": -0.1494911
},
{
"lat": 51.5365747,
"lng": -0.1508103
},
{
"lat": 51.5366361,
"lng": -0.1510581
},
{
"lat": 51.5366662,
"lng": -0.1512149
},
{
"lat": 51.5366827,
"lng": -0.1513644
},
{
"lat": 51.5366831,
"lng": -0.1515264
},
{
"lat": 51.5366762,
"lng": -0.1517007
},
{
"lat": 51.5366612,
"lng": -0.1518801
},
{
"lat": 51.5366353,
"lng": -0.1521094
},
{
"lat": 51.5365995,
"lng": -0.1523737
},
{
"lat": 51.5365711,
"lng": -0.1525372
},
{
"lat": 51.5365162,
"lng": -0.1527994
},
{
"lat": 51.5361951,
"lng": -0.1542593
}
],
"road": "Outer Circle",
"turn": "slight_right"
},
{
"id": 28,
"type": "start_end",
"mode": "walk",
"directions": "Your destination is 48 meters east",
"distance": 48,
"travel_time": 34,
"coords": [
{
"lat": 51.5361951,
"lng": -0.1542593
},
{
"lat": 51.536067,
"lng": -0.153596
}
],
"direction": "east"
}
]
}
}
]
}
],
"unreachable": []
}
]
}
Request When a Route Cannot Be Found
POST /v4/routes HTTP/1.1
Host: api.traveltimeapp.com
Content-Type: application/json
Accept: application/json
X-Application-Id: ...
X-Api-Key: ...
{
"locations": [
{
"id": "London center",
"coords": {
"lat": 51.508930,
"lng": -0.131387
}
},
{
"id": "Manchester",
"coords": {
"lat": 53.459790,
"lng": -2.216907
}
},
{
"id": "ZSL London Zoo",
"coords": {
"lat": 51.536067,
"lng": -0.153596
}
}
],
"departure_searches": [
{
"id": "forward search example",
"departure_location_id": "London center",
"arrival_location_ids": [
"Manchester",
"ZSL London Zoo"
],
"transportation": {
"type": "cycling"
},
"departure_time": "",
"properties": ["travel_time", "distance", "route"]
}
]
}
Response Body
{
"results": [
{
"search_id": "forward search example",
"locations": [
{
"id": "ZSL London Zoo",
"properties": [
{
"travel_time": 1066,
"distance": 4335,
"route": {
"departure_time": "",
"arrival_time": "",
"parts": [
{
"id": 0,
"type": "start_end",
"mode": "walk",
"directions": "Start your journey 24 meters northeast",
"distance": 24,
"travel_time": 17,
"coords": [
{
"lat": 51.50893,
"lng": -0.131387
}
],
"direction": "northeast"
},
{
"id": 1,
"type": "road",
"mode": "bike",
"directions": "Cycle 147 meters along Oxendon Street",
"distance": 147,
"travel_time": 27,
"coords": [
{
"lat": 51.5091191,
"lng": -0.131198
},
{
"lat": 51.5095541,
"lng": -0.1316053
},
{
"lat": 51.5098161,
"lng": -0.131861
},
{
"lat": 51.5102692,
"lng": -0.1322966
}
],
"road": "Oxendon Street"
},
{
"id": 2,
"type": "road",
"mode": "bike",
"directions": "Turn right onto Coventry Street and cycle 59 meters",
"distance": 59,
"travel_time": 21,
"coords": [
{
"lat": 51.5102692,
"lng": -0.1322966
},
{
"lat": 51.5102942,
"lng": -0.1321586
},
{
"lat": 51.5104296,
"lng": -0.131459
}
],
"road": "Coventry Street",
"turn": "right"
},
{
"id": 3,
"type": "road",
"mode": "bike",
"directions": "Turn left onto Wardour Street and cycle 678 meters",
"distance": 678,
"travel_time": 166,
"coords": [
{
"lat": 51.5104296,
"lng": -0.131459
},
{
"lat": 51.5110264,
"lng": -0.1318385
},
{
"lat": 51.5110324,
"lng": -0.1318431
},
{
"lat": 51.5110441,
"lng": -0.131852
},
{
"lat": 51.5112459,
"lng": -0.1320061
},
{
"lat": 51.5114061,
"lng": -0.1321188
},
{
"lat": 51.5116421,
"lng": -0.1322565
},
{
"lat": 51.511814,
"lng": -0.1323773
},
{
"lat": 51.5120677,
"lng": -0.1326695
},
{
"lat": 51.5121479,
"lng": -0.132756
},
{
"lat": 51.5123061,
"lng": -0.1329265
},
{
"lat": 51.5124501,
"lng": -0.1331124
},
{
"lat": 51.5125857,
"lng": -0.133382
},
{
"lat": 51.5127303,
"lng": -0.1334622
},
{
"lat": 51.5129889,
"lng": -0.1336622
},
{
"lat": 51.5133016,
"lng": -0.1338786
},
{
"lat": 51.5139906,
"lng": -0.1343431
},
{
"lat": 51.5140939,
"lng": -0.1344381
},
{
"lat": 51.5142319,
"lng": -0.1345547
},
{
"lat": 51.5147994,
"lng": -0.1350161
},
{
"lat": 51.5149066,
"lng": -0.1350995
},
{
"lat": 51.515308,
"lng": -0.1354094
},
{
"lat": 51.5158195,
"lng": -0.1357861
},
{
"lat": 51.5158601,
"lng": -0.1358155
},
{
"lat": 51.5159337,
"lng": -0.1358688
}
],
"road": "Wardour Street",
"turn": "left"
},
{
"id": 4,
"type": "road",
"mode": "bike",
"directions": "Continue onto Berners Street for 117 meters",
"distance": 117,
"travel_time": 42,
"coords": [
{
"lat": 51.5159337,
"lng": -0.1358688
},
{
"lat": 51.5160076,
"lng": -0.1359221
},
{
"lat": 51.5160656,
"lng": -0.1359638
},
{
"lat": 51.5169098,
"lng": -0.1365059
}
],
"road": "Berners Street",
"turn": "straight"
},
{
"id": 5,
"type": "road",
"mode": "bike",
"directions": "Turn right onto Eastcastle Street and cycle 83 meters",
"distance": 83,
"travel_time": 15,
"coords": [
{
"lat": 51.5169098,
"lng": -0.1365059
},
{
"lat": 51.5169941,
"lng": -0.1359415
},
{
"lat": 51.5171052,
"lng": -0.1353439
}
],
"road": "Eastcastle Street",
"turn": "right"
},
{
"id": 6,
"type": "road",
"mode": "bike",
"directions": "Turn left onto Newman Street and cycle 230 meters",
"distance": 230,
"travel_time": 73,
"coords": [
{
"lat": 51.5171052,
"lng": -0.1353439
},
{
"lat": 51.5171757,
"lng": -0.1353905
},
{
"lat": 51.5179024,
"lng": -0.1358717
},
{
"lat": 51.5185307,
"lng": -0.1362881
},
{
"lat": 51.5187925,
"lng": -0.1367747
},
{
"lat": 51.5188158,
"lng": -0.1368138
},
{
"lat": 51.5188394,
"lng": -0.1368535
},
{
"lat": 51.5188864,
"lng": -0.1369442
}
],
"road": "Newman Street",
"turn": "left"
},
{
"id": 7,
"type": "road",
"mode": "bike",
"directions": "Continue onto Cleveland Street for 136 meters",
"distance": 136,
"travel_time": 36,
"coords": [
{
"lat": 51.5188864,
"lng": -0.1369442
},
{
"lat": 51.5189281,
"lng": -0.1370038
},
{
"lat": 51.5195849,
"lng": -0.1377132
},
{
"lat": 51.5199029,
"lng": -0.1380492
}
],
"road": "Cleveland Street",
"turn": "straight"
},
{
"id": 8,
"type": "road",
"mode": "bike",
"directions": "Turn left onto Riding House Street and cycle 122 meters",
"distance": 122,
"travel_time": 23,
"coords": [
{
"lat": 51.5199029,
"lng": -0.1380492
},
{
"lat": 51.519391,
"lng": -0.1389335
},
{
"lat": 51.5192262,
"lng": -0.139225
},
{
"lat": 51.5191546,
"lng": -0.139367
}
],
"road": "Riding House Street",
"turn": "left"
},
{
"id": 9,
"type": "road",
"mode": "bike",
"directions": "Turn right onto Candover Street and cycle 42 meters",
"distance": 42,
"travel_time": 8,
"coords": [
{
"lat": 51.5191546,
"lng": -0.139367
},
{
"lat": 51.5191992,
"lng": -0.1394668
},
{
"lat": 51.5194222,
"lng": -0.1398061
}
],
"road": "Candover Street",
"turn": "right"
},
{
"id": 10,
"type": "road",
"mode": "bike",
"directions": "Turn right onto Foley Street and cycle 25 meters",
"distance": 25,
"travel_time": 5,
"coords": [
{
"lat": 51.5194222,
"lng": -0.1398061
},
{
"lat": 51.5195682,
"lng": -0.1395267
}
],
"road": "Foley Street",
"turn": "right"
},
{
"id": 11,
"type": "road",
"mode": "bike",
"directions": "Turn left onto Ogle Street and cycle 120 meters",
"distance": 120,
"travel_time": 22,
"coords": [
{
"lat": 51.5195682,
"lng": -0.1395267
},
{
"lat": 51.5197987,
"lng": -0.1397326
},
{
"lat": 51.520032,
"lng": -0.1398569
},
{
"lat": 51.5205912,
"lng": -0.1400608
}
],
"road": "Ogle Street",
"turn": "left"
},
{
"id": 12,
"type": "road",
"mode": "bike",
"directions": "Turn left onto New Cavendish Street and cycle 44 meters",
"distance": 44,
"travel_time": 8,
"coords": [
{
"lat": 51.5205912,
"lng": -0.1400608
},
{
"lat": 51.5204797,
"lng": -0.14068
}
],
"road": "New Cavendish Street",
"turn": "left"
},
{
"id": 13,
"type": "road",
"mode": "bike",
"directions": "Turn right onto Hanson Street and cycle 76 meters",
"distance": 76,
"travel_time": 14,
"coords": [
{
"lat": 51.5204797,
"lng": -0.14068
},
{
"lat": 51.5211467,
"lng": -0.1409752
}
],
"road": "Hanson Street",
"turn": "right"
},
{
"id": 14,
"type": "road",
"mode": "bike",
"directions": "Turn right onto Clipstone Street and cycle 24 meters",
"distance": 24,
"travel_time": 4,
"coords": [
{
"lat": 51.5211467,
"lng": -0.1409752
},
{
"lat": 51.5212178,
"lng": -0.1406461
}
],
"road": "Clipstone Street",
"turn": "right"
},
{
"id": 15,
"type": "road",
"mode": "bike",
"directions": "Turn left onto Clipstone Mews and cycle 134 meters",
"distance": 134,
"travel_time": 25,
"coords": [
{
"lat": 51.5212178,
"lng": -0.1406461
},
{
"lat": 51.5222877,
"lng": -0.141136
},
{
"lat": 51.522325,
"lng": -0.1411709
},
{
"lat": 51.5223646,
"lng": -0.141234
}
],
"road": "Clipstone Mews",
"turn": "left"
},
{
"id": 16,
"type": "road",
"mode": "bike",
"directions": "Turn left onto Carburton Street and cycle 119 meters",
"distance": 119,
"travel_time": 22,
"coords": [
{
"lat": 51.5223646,
"lng": -0.141234
},
{
"lat": 51.522203,
"lng": -0.1422238
},
{
"lat": 51.5221999,
"lng": -0.1423264
},
{
"lat": 51.5220969,
"lng": -0.142914
}
],
"road": "Carburton Street",
"turn": "left"
},
{
"id": 17,
"type": "road",
"mode": "bike",
"directions": "Turn right onto Bolsover Street and cycle 180 meters",
"distance": 180,
"travel_time": 34,
"coords": [
{
"lat": 51.5220969,
"lng": -0.142914
},
{
"lat": 51.5228214,
"lng": -0.143252
},
{
"lat": 51.5236635,
"lng": -0.143643
}
],
"road": "Bolsover Street",
"turn": "right"
},
{
"id": 18,
"type": "road",
"mode": "bike",
"directions": "Turn left onto Great Portland Street (A4201) and cycle 23 meters",
"distance": 23,
"travel_time": 15,
"coords": [
{
"lat": 51.5236635,
"lng": -0.143643
},
{
"lat": 51.5235734,
"lng": -0.1437751
},
{
"lat": 51.5235103,
"lng": -0.1438837
}
],
"road": "Great Portland Street (A4201)",
"turn": "left"
},
{
"id": 19,
"type": "road",
"mode": "bike",
"directions": "Slight right onto A4201 and cycle 33 meters",
"distance": 33,
"travel_time": 26,
"coords": [
{
"lat": 51.5235103,
"lng": -0.1438837
},
{
"lat": 51.5234989,
"lng": -0.143953
},
{
"lat": 51.5234994,
"lng": -0.1440054
},
{
"lat": 51.5235083,
"lng": -0.1440542
},
{
"lat": 51.5235258,
"lng": -0.1441007
},
{
"lat": 51.5235465,
"lng": -0.1441306
},
{
"lat": 51.5235785,
"lng": -0.1441702
},
{
"lat": 51.5236181,
"lng": -0.1442008
},
{
"lat": 51.5236845,
"lng": -0.1442295
}
],
"road": "A4201",
"turn": "slight_right"
},
{
"id": 20,
"type": "road",
"mode": "bike",
"directions": "Slight right onto Great Portland Street (A4201) and cycle 33 meters",
"distance": 33,
"travel_time": 26,
"coords": [
{
"lat": 51.5236845,
"lng": -0.1442295
},
{
"lat": 51.5237697,
"lng": -0.1442351
},
{
"lat": 51.5238778,
"lng": -0.1442311
},
{
"lat": 51.5239133,
"lng": -0.1442335
},
{
"lat": 51.5239873,
"lng": -0.1442338
}
],
"road": "Great Portland Street (A4201)",
"turn": "slight_right"
},
{
"id": 21,
"type": "road",
"mode": "bike",
"directions": "Turn left onto Marylebone Road (A501) and cycle 65 meters",
"distance": 65,
"travel_time": 22,
"coords": [
{
"lat": 51.5239873,
"lng": -0.1442338
},
{
"lat": 51.5240029,
"lng": -0.1444036
},
{
"lat": 51.5240049,
"lng": -0.1445079
},
{
"lat": 51.5239972,
"lng": -0.1446138
},
{
"lat": 51.5239815,
"lng": -0.1447305
},
{
"lat": 51.5239467,
"lng": -0.1449473
},
{
"lat": 51.5239114,
"lng": -0.1451711
}
],
"road": "Marylebone Road (A501)",
"turn": "left"
},
{
"id": 22,
"type": "road",
"mode": "bike",
"directions": "Turn right onto Park Crescent (A4201) and cycle 12 meters",
"distance": 12,
"travel_time": 12,
"coords": [
{
"lat": 51.5239114,
"lng": -0.1451711
},
{
"lat": 51.5240171,
"lng": -0.1452158
}
],
"road": "Park Crescent (A4201)",
"turn": "right"
},
{
"id": 23,
"type": "road",
"mode": "bike",
"directions": "Continue onto Park Square East for 146 meters",
"distance": 146,
"travel_time": 38,
"coords": [
{
"lat": 51.5240171,
"lng": -0.1452158
},
{
"lat": 51.5241261,
"lng": -0.1452627
},
{
"lat": 51.5241694,
"lng": -0.1452833
},
{
"lat": 51.5245386,
"lng": -0.1454351
},
{
"lat": 51.5251266,
"lng": -0.1456977
},
{
"lat": 51.5252359,
"lng": -0.1457507
},
{
"lat": 51.5252631,
"lng": -0.1457607
},
{
"lat": 51.525302,
"lng": -0.145773
}
],
"road": "Park Square East",
"turn": "straight"
},
{
"id": 24,
"type": "road",
"mode": "bike",
"directions": "Slight right onto Outer Circle and cycle 1615 meters",
"distance": 1615,
"travel_time": 331,
"coords": [
{
"lat": 51.525302,
"lng": -0.145773
},
{
"lat": 51.5255182,
"lng": -0.1457571
},
{
"lat": 51.5257376,
"lng": -0.1457695
},
{
"lat": 51.5261349,
"lng": -0.145784
},
{
"lat": 51.5267908,
"lng": -0.1457984
},
{
"lat": 51.526948,
"lng": -0.1458074
},
{
"lat": 51.5275451,
"lng": -0.1458254
},
{
"lat": 51.5276186,
"lng": -0.1458384
},
{
"lat": 51.5276527,
"lng": -0.1458445
},
{
"lat": 51.5278586,
"lng": -0.1458521
},
{
"lat": 51.5279256,
"lng": -0.1458546
},
{
"lat": 51.5282363,
"lng": -0.1458601
},
{
"lat": 51.5285976,
"lng": -0.1458601
},
{
"lat": 51.5289059,
"lng": -0.1458559
},
{
"lat": 51.5291885,
"lng": -0.1458438
},
{
"lat": 51.5294418,
"lng": -0.1458438
},
{
"lat": 51.5296883,
"lng": -0.1458492
},
{
"lat": 51.529888,
"lng": -0.1458613
},
{
"lat": 51.5300463,
"lng": -0.1458764
},
{
"lat": 51.5301847,
"lng": -0.1459198
},
{
"lat": 51.5303925,
"lng": -0.1460142
},
{
"lat": 51.5304268,
"lng": -0.1460331
},
{
"lat": 51.5307698,
"lng": -0.1461484
},
{
"lat": 51.5308608,
"lng": -0.1461881
},
{
"lat": 51.5309636,
"lng": -0.1462329
},
{
"lat": 51.5326507,
"lng": -0.1469817
},
{
"lat": 51.5331344,
"lng": -0.1471964
},
{
"lat": 51.5335103,
"lng": -0.1473632
},
{
"lat": 51.533764,
"lng": -0.1474758
},
{
"lat": 51.5340539,
"lng": -0.1476045
},
{
"lat": 51.5347775,
"lng": -0.1479257
},
{
"lat": 51.5351787,
"lng": -0.1481038
},
{
"lat": 51.5353525,
"lng": -0.1481861
},
{
"lat": 51.5354725,
"lng": -0.1482403
},
{
"lat": 51.5355476,
"lng": -0.1482913
},
{
"lat": 51.5356326,
"lng": -0.1483667
},
{
"lat": 51.5357086,
"lng": -0.1484546
},
{
"lat": 51.5357897,
"lng": -0.1485645
},
{
"lat": 51.5358717,
"lng": -0.1486832
},
{
"lat": 51.5360298,
"lng": -0.1489312
},
{
"lat": 51.5361198,
"lng": -0.1491013
},
{
"lat": 51.5361951,
"lng": -0.1492942
},
{
"lat": 51.536252,
"lng": -0.1494911
},
{
"lat": 51.5365747,
"lng": -0.1508103
},
{
"lat": 51.5366361,
"lng": -0.1510581
},
{
"lat": 51.5366662,
"lng": -0.1512149
},
{
"lat": 51.5366827,
"lng": -0.1513644
},
{
"lat": 51.5366831,
"lng": -0.1515264
},
{
"lat": 51.5366762,
"lng": -0.1517007
},
{
"lat": 51.5366612,
"lng": -0.1518801
},
{
"lat": 51.5366353,
"lng": -0.1521094
},
{
"lat": 51.5365995,
"lng": -0.1523737
},
{
"lat": 51.5365711,
"lng": -0.1525372
},
{
"lat": 51.5365162,
"lng": -0.1527994
},
{
"lat": 51.5361951,
"lng": -0.1542593
}
],
"road": "Outer Circle",
"turn": "slight_right"
},
{
"id": 25,
"type": "start_end",
"mode": "walk",
"directions": "Your destination is 48 meters east",
"distance": 48,
"travel_time": 34,
"coords": [
{
"lat": 51.536067,
"lng": -0.153596
}
],
"direction": "east"
}
]
}
}
]
}
],
"unreachable": [
"Manchester"
]
}
]
}