-
Notifications
You must be signed in to change notification settings - Fork 10
v2.1_towingyards
Andreas Rotter edited this page Sep 30, 2019
·
3 revisions
Provides a list of towing yards for a specific location like berlin or austin in json format.
- Access: public
- URL: http://www.car2go.com/api/v2.1/towingyards
- Method: GET
Name | Mandatory | Description |
---|---|---|
loc | true | location identifier string of the home location for which the vehicles are searched for, e.g. "ulm", "austin". |
oauth_consumer_key | true | your assigned oauth consumer key |
GET http://www.car2go.com/api/v2.1/towingyards?loc=berlin&oauth_consumer_key=consumerkey
The response contains a list of spots with a name and its coordinates.
{
"placemarks":[
{"coordinates":[9.987988,48.358829,0],"name":"Cecilienstr. 92"},
{"coordinates":[9.990183,48.404832,0],"name":"Belziger Str. 52"}
]
}
(c) 2010-2019 car2go GmbH. All rights reserved. Generated 30.09.19 17:30