APIs/Energy API
APIs/Energy API
Estimated charging time
Get estimated charging time
Endpoint used to get vehicle's latest estimated charging time in minutes for reaching desired battery charge level.
get
https://api.volvocars.com/energy/v1/vehicles/{vin}/estimated-charging-time
Scopes
openid
energy:estimated_charging_time
Headers
Key | Description |
Key accept | Description The mediatype of what should be returned. The valid values are: application/vnd.volvocars.api.energy.vehicledata.v1+json |
Key authorization | Description The access token issued by Volvo ID identity system. |
Key vcc-api-key | Description Your application’s VCC API Key. |
Response body
The response’s data node lists the vehicle’s latest estimated charging time in minutes.
Field | Description |
Field estimatedChargingTime.value | Description The latest retrieved charging time estimate. |
Field estimatedChargingTime.unit | Description Always minutes. |
Field estimatedChargingTime.timestamp | Description Timestamp based on system UTC clock when the value has been last retrieved from the vehicle. |
Examples
curl -v -X GET 'https://api.volvocars.com/energy/v1/vehicles/{vin}/recharge-status/estimated-charging-time' \
-H 'accept: application/vnd.volvocars.api.energy.vehicledata.v1+json' \
-H 'authorization: Bearer <your-access-token>' \
-H 'vcc-api-key: <your-vcc-api-key>'