Resources
The table below summarizes the resources in the HERE EV Charge Points API v2. For each resource, the table lists the supported function(s), the HTTP method(s), and the access URL.
The articles that follow describe each of the resources individually as well as the applicable parameters. Unless otherwise noted, all URLs can use both JSON and XML resources.
| Resource | Function | HTTP Method | Access URL |
|---|---|---|---|
connectortypes | List available connector types | GET | https://ev-v2.cc.api.here.com/ev/connectortypes.{format} |
powerfeedtypes | List available power feed types | GET | https://ev-v2.cc.api.here.com/ev/powerfeedtypes.{format} |
roamings | List available eMSP/roaming support providers present in the data | GET | https://ev-v2.cc.api.here.com/ev/roamings.{format}[1] |
stations | List charging stations | GET | https://ev-v2.cc.api.here.com/ev/stations.{format} |
stations | List charging stations | POST (corridor search only) | https://ev-v2.cc.api.here.com/ev/stations |
stations count | List number of charging stations | GET | https://ev-v2.cc.api.here.com/ev/stations/count.{format} |
station details | List charging station details | GET | https://ev-v2.cc.api.here.com/ev/stations/{id}.{format} |
multiple stations by ID | List charging stations | GET | https://ev-v2.cc.api.here.com/ev/stations/bulk.{format} |
multiple stations by pool IDs | List charging stations | GET | https://ev-v2.cc.api.here.com/ev/pools/bulk.{format} |
multiple stations by pool ID | List charging stations | GET | https://ev-v2.cc.api.here.com/ev/pools/{id}.{format}[1] |
multiple EVSEs by pool IDs | List EVSEs | GET | https://ev-v2.cc.api.here.com/ev/evses/bulk.json |
Updated 2 days ago