Tesla
Exterior Temperature
Returns the vehicle’s last known exterior thermometer reading. See our climate setting endpoints for managing a cabin temperature.
GET
/
vehicles
/
{id}
/
{make}
/
thermometer
/
exterior
This endpoint is currently available for tesla
Permission
read_thermometer
Request
Path
id
string
requiredThe vehicle ID of the vehicle you are making a request to.
make
string
requiredThe make of the vehicle you are making a request to.
Response
temperature
number
default: "celsius"The current exterior temperature of the vehicle.
Was this page helpful?