Tesla JSON API (Unofficial)
GitHub
Tesla
Search…
Introduction
API Basics
Authentication
Vehicles
Energy Products
Vehicle
State
Data
Charge State
Climate State
Drive State
GUI Settings
Vehicle State
Vehicle Config
Mobile Enabled
Nearby Charging Sites
Commands
Streaming
Autopark/Summon
Option Codes
Energy Products
Overview
Miscellaneous
Endpoints File
Powered By
GitBook
GUI Settings
GET
/api/1/vehicles/{id}/data_request/gui_settings
Returns various information about the GUI settings of the car, such as unit format and range display.
Response
1
{
2
"response"
:
{
3
"gui_24_hour_time"
:
false
,
4
"gui_charge_rate_units"
:
"mi/hr"
,
5
"gui_distance_units"
:
"mi/hr"
,
6
"gui_range_display"
:
"Rated"
,
7
"gui_temperature_units"
:
"F"
,
8
"show_range_units"
:
true
,
9
"timestamp"
:
1543187561462
10
}
11
}
Copied!
Previous
Drive State
Next
Vehicle State
Last modified
1mo ago
Copy link
Edit on GitHub
Contents
GET /api/1/vehicles/{id}/data_request/gui_settings
Response