HERE EV Charge Points API
EV Charging Stations API Developer's Guide

Stations Response

The EVStationsResultType structure is the top-level element in responses to requests against the stations resource. The name of the top-level element is evStationsResult.

Table 1. EVStationsResulttype elements
Element Data Type Mandatory Description
hasMore Boolean Yes Boolean, indicates if the query has additional results that were not included in the response.

This parameter together with the offset and maxresults parameters in the query can be used for pagination.

count Integer No

Number of EV charging stations found in the area specified in request.

Not present if the stations resource was queried by id. See Station Details.

evStations EVStationsListType No List of charging stations that meet the query parameters.