Location Details

Overview

The location object represents a single EV charging station. It follows the Department of Energy's (DOE) hierarchy of Stations -> Ports(EVSEs) -> Connectors. Data is formatted following the OCPI v3.0 guidelines. Some attributes are Paren Specific. These are marked with a P in the first column. Attributes that appear only in the Realtime locations endpoint are marked with R.

Attributes

AttributeDescription
timestampUTC timestamp of the generation of the response
status_codeHTTP result status code
status_messageHTTP result status message
PdurationFor tracking purposes, this value represents the length of server time to generate the response
data.idUnique ID for the charging station location
data.address.addressStreet address of the charging station location
data.address.cityCity of the charging station location
data.address.postal_codePostal code of the charging station location
data.address.stateState or province of the charging station location
data.address.countryCountry of the charging station location
data.address.coordinates.latitude
data.address.coordinates.longitude
Latitude, Longitude coordinates of the charging station location
data.last_updatedUTC timestamp of the last time the object was updated
data.charging_poolThe charging_pool structure encaptulates all of the EVSEs at the charging station location
data.charging_pool.idA unique id for the charging station location
data.charging_pool.last_updatedUTC timestamp of the last time the charging station information was updated
Pdata.charging_pool.model
Pdata.charging_pool.programThe government program used to fund this charging station, if applicable. Valid values are NEVI, and CFI
data.charging_pool.evses[]An array of EVSEs matching the definition of an EVSE in the OCPI spec which is, essentially, a unit capable of charging one vehicle with one or more connectors.
data.charging_pool.evses[].idA unique UUID for the EVSE generated by the Paren infrastructure
data.charging_pool.evses[].evse_idA unique id for the EVSE generated by the charging network
data.charging_pool.evses[].nameA name for the EVSE. Not that the contents of this name are specific to the charging network. For example, some are human readable, some are numeric, some are unique charger names. Note that these values are not guaranteed to be unique across a charging network.
data.charging_pool.evses[].connectorsAn array of connector objects describing the connectors associated with this EVSE.
data.charging_pool.evses[].connectors[].idA unique id for the EVSE generated by the charging network
data.charging_pool.evses[].connectors[].standardThe charging protocol used by the connector. Valid values are: COMBO or CCS, NACS, CHADEMO
data.charging_pool.evses[].connectors[].max_powerA decimal value denoting the max rated power for the EVSE
data.charging_pool.evses[].created_atThe UTC date when the EVSE was opened. Note that some EVSEs are added to charging stations after the station is opened as part of an expansion so they may have a different created_at data than other EVSEs in the station.
data.charging_pool.evses[].last_updatedThe UTC timestamp of the last time this EVSE was updated
data.nameThe name of the charging station location
data.operator.nameThe name of the charging network that operates this charging station location
data.operator.idThe unique id for this operator name
data.timezoneThe timezone of the charging station location
data.opening_times.twentyfoursevenA boolean describing if the charging station is open 24 hours a day
data.created_atthe UTC timestamp of when the station was opened