Retrieves both nominal and real-world maximum range information for specified vehicles. It enables accurate vehicle range analysis by drawing on historical data and usage patterns for the specified vehicle.
Parameters:
vehicle_id: A unique identifier for the vehicle, which must correspond to a vehicle registered in our system.Returns:
Raises:
APIException: Raised when the system cannot locate the vehicle’s range details, due to an invalid ‘vehicle_id’
or absence of range data. This results in a 404 Not Found status code.Note:
real_max_range depends on the first instance of data retrieved from the vehicle where
the State of Charge is above 40%. As more data is collected, the endpoint is updated on a rolling basis, always
providing the most accurate information available.nominal_max_range is reliant on the availability of the trim of the vehicle.Possible Codes in Error Response (see Errors for error response schema and meaning of codes):
The access token received from the authorization server in the OAuth 2.0 flow.
Unique internal identifier for the vehicle.