v1
latestOpenAPI 3.0.32026-07-13353343.5 KBTesla
Retrieve speed for a Tesla.
Description
This endpoint returns the speed of a Tesla (in kilometers/hour by default or in miles/hour using the sc-unit-system).
get/vehicles/{vehicle_id}/tesla/speedometer
Response
returns the speed of a Tesla.
Example response
{
"speed": 23.5
}