Retrieve charge points / sites for map
Required scope: map:read. RateLimit-Policy: Fair-Use
Query parameters
top (north) latitude value (between -90-90)
right (east) longitude value (between -180-180)
bottom (south) latitude value (between -90-90)
left (west) longitude value (between -180-180)
latitude value of the center coordinate of your map (between -90-90)
longitude value of the center coordinate of your map (between -180-180)
zoom level of the map (between 1-15)
If true, busy charge points are returned as well. Otherwise, only charge points that are active and not in use are returned.
If true, all public charge points are returned. Otherwise, only charge points owned by the operator/teams matching the request credentials.
Response
List of charges points /sites that match the criteria
Example response
{
"chargePoints": [
{
"id": 1,
"siteId": 42,
"name": "Monta CPH HQ",
"visibility": "public",
"maxKW": 150,
"maxKw": 150,
"type": "ac",
"note": "In order to access this charge point enter 0000 as code at the gate.",
"state": "available",
"location": {
"coordinates": {
"latitude": 55.6760968,
"longitude": 12.5683371
},
"addressLabel": "Strandboulevarden 122, 5. sal, 2100 København, Denmark",
"address": {
"address1": "Strandboulevarden 122",
"address2": "København",
"address3": "5. sal",
"zip": "2100",
"city": "Copenhagen",
"province": "Lombardy",
"country": "Denmark",
"countryAreaId": 1
}
},
"connectors": [
{
"id": 1,
"identifier": "ccs",
"name": "CCS"
}
]
}
],
"sites": [
{
"id": 1,
"name": "Monta CPH HQ",
"chargePointCount": 42,
"maxKW": 150,
"maxKw": 150,
"type": "ac",
"visibility": "public",
"note": "In order to access this site enter 0000 as code at the gate.",
"location": {
"coordinates": {
"latitude": 55.6760968,
"longitude": 12.5683371
},
"addressLabel": "Strandboulevarden 122, 5. sal, 2100 København, Denmark",
"address": {
"address1": "Strandboulevarden 122",
"address2": "København",
"address3": "5. sal",
"zip": "2100",
"city": "Copenhagen",
"province": "Lombardy",
"country": "Denmark",
"countryAreaId": 1
}
},
"connectors": [
{
"id": 1,
"identifier": "ccs",
"name": "CCS"
}
]
}
],
"cluster": [
{
"coordinates": {
"latitude": 55.6760968,
"longitude": 12.5683371
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.