GuidesAPI Reference
Guides

EVStationType

The EVStationType structure contains information on an individual EV charging station.

ElementData TypeRequiredDescription
addressAddressTypeNoEV station address details
contactsContactTypeNoEV station contacts details
positionPositionTypeYesWGS84 format co-ordinates for EV station
entrancePositionPositionTypeNoWGS84 format co-ordinates for the EV station's entrance
distanceIntegerNoDistance to the specified location in meters. Only available when using prox or corridor search. • prox is direct distance by air.
corridor is the distance along the corridor path to the closest point along it to the target location, plus air distance from said closest point to the location.
Example: If the distance along the corridor is 22km and the location is another 300m away from the corridor path, then the result shows 22300m as the distance.
nameStringNoEV station name
brandStringNoEV station brand name. It corresponds to the Charge Point Operator (CPO) name.
poolIdStringNoEV station pool ID
cpoIdStringNoThe unique ID of the location in the system of the CPO.
totalNumberOfConnectorsIntegerNoTotal number of charging connectors at this EV station. This equals to the sum of all numberOfConnectors counts in the connectors list.
connectorsresource-type-charging-connectors-listNoList of charging connectors at EV station grouped by connector type ID and power.
evStationDetailsEVStationDetailsTypeNoAdditional details about of the EV charging station.
RoamingRoamingNoInformation about which charge card is accepted at an EV station.
LastUpdatedTimeStampStringNoRepresents the latest lastUpdateTimestamp among all connectors within the given station. This value reflects the most recent update time from any connector at the station level, in ISO 8601 format. If the time is UTC, a Z is added and if the time is not UTC , then the offset is added as a ±[hh][mm] value.

Parent topic: Data Types