Documentation
GET /api/v1/vehicle/status
Returns current connected vehicle status and technical metrics.
{
"vin": "WVWZZZ3CZEE000421",
"engine_status": "running",
"rpm": 742,
"coolant_temp": 87,
"battery_voltage": 13.9,
"dtc_count": 2
}Returns current connected vehicle status and technical metrics.
{
"vin": "WVWZZZ3CZEE000421",
"engine_status": "running",
"rpm": 742,
"coolant_temp": 87,
"battery_voltage": 13.9,
"dtc_count": 2
}