Skip to main content
GET
/
v1
/
vehicles
/
{vehicle_id}
/
range
Get Vehicle Range
curl --request GET \
  --url https://api.volteras.com/v1/vehicles/{vehicle_id}/range \
  --header 'Authorization: Bearer <token>'
{
  "vehicleId": "<string>",
  "unit": "<string>",
  "calculationDate": "2023-12-25",
  "range": {
    "nominal": {},
    "score": {},
    "real": "<string>",
    "realWarmerRange": "<string>",
    "realColderRange": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.volteras.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

vehicle_id
string
required

Unique internal identifier for the vehicle.

Response

200 - application/json

Successful Response

vehicleId
string
required
unit
string
required
calculationDate
string<date>
required
range
RangeDetail · object
required