v1
latestOpenAPI 3.0.12026-07-243686491.1 MBRetrieve a list of AFIR charge points
Deprecated. Use the DATEX II-compliant AFIR charge points endpoint in the Monta Public API instead: List AFIR-compliant charge points.</br></br>Note: the replacement lives in the Public API and is not a drop-in swap — it uses OAuth application credentials (not Partner API consumer credentials), returns data in DATEX II format, and filters by ISO 3166-1 alpha-2 country code.</br></br>Required scope: None
Query parameters
Limit results to a certain country
The maximum number of results to return
Cursor (charge point id) to retrieve results ordered after a certain charge point. Use this with a cursor from meta.after to retrieve the next page of results.
Cursor (charge point id) to retrieve results ordered before a certain charge point. Use this with a cursor from meta.before to retrieve the previous page of results.
Response
List of charges points matching the criteria
Example response
{
"data": [
{
"id": 1,
"evseId": "DK*MON*E2",
"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
}
},
"roamingOperatorId": "MON",
"roamingOperatorName": "Provided by Monta",
"roamingOperatorContactEmail": "support@monta.com",
"disabledParkingSpots": 2,
"openingHours": {
"openTwentyFourSeven": true
},
"connectors": [
{
"id": 1,
"identifier": "ccs",
"name": "CCS"
}
],
"type": "ac",
"maxKw": 150,
"state": "available",
"isOperational": true,
"isAvailable": true,
"publicPriceLabel": "0.49 EUR/kWh"
}
],
"meta": {
"itemCount": 10,
"perPage": 50,
"after": "1290",
"before": "1200"
}
}