GuidesAPI Reference
Guides

Station Details



The stations resource allows you to retrieve full, up to date information about a single, specific charging station.

Requests for this resource use the HTTP GET method.

Request Example

The following code block shows a search request for the station with the specified station-id using a bearer token.

GET 
https://ev-v2.cc.api.here.com/ev/stations/{id}.xml
-H 'Authorization: Bearer {YOUR_TOKEN}'

The following code block shows a search request for the station with the specified station-id using an API Key, and with {id} being the id attribute in the evStation element.

GET
https://ev-v2.cc.api.here.com/ev/stations/{id}.xml?apiKey={YOUR_API_KEY};

📘

Note

id values change without notice. If the id is no longer available in the resource, a 404 Not Found status code is returned.

Request Parameters

No other query parameters beside apiKey are supported.

Response to this Request

For the response to the station details requests, see Stations Response.