# 车辆详情 Data

# 获取车辆详情

# GET /api/1/vehicles/{id}/vehicle_data

TIP

这个接口需要车辆处于唤醒状态

# Url Parameters

参数 例子 描述
endpoints charge_state;climate_state 指定返回你需要的状态数据,多个用;分割

# Response

点击查看详情
{
  "response": {
    "id": 12345678901234567,
    "user_id": 123,
    "vehicle_id": 1234567890,
    "vin": "5YJSA11111111111",
    "display_name": "Nikola 2.0",
    "option_codes": "AD15,MDL3,PBSB,RENA,BT37,ID3W,RF3G,S3PB,DRLH,DV2W,W39B,APF0,COUS,BC3B,CH07,PC30,FC3P,FG31,GLFR,HL31,HM31,IL31,LTPB,MR31,FM3B,RS3H,SA3P,STCP,SC04,SU3C,T3CA,TW00,TM00,UT3P,WR00,AU3P,APH3,AF00,ZCST,MI00,CDM0",
    "color": null,
    "access_type": "OWNER",
    "tokens": ["abcdef1234567890", "1234567890abcdef"],
    "state": "online",
    "in_service": false,
    "id_s": "12345678901234567",
    "calendar_enabled": true,
    "api_version": 13,
    "backseat_token": null,
    "backseat_token_updated_at": null,
    "drive_state": {
      "gps_as_of": 1607623884,
      "heading": 5,
      "latitude": 33.111111,
      "longitude": -88.111111,
      "native_latitude": 33.111111,
      "native_location_supported": 1,
      "native_longitude": -88.111111,
      "native_type": "wgs",
      "power": -9,
      "shift_state": null,
      "speed": null,
      "timestamp": 1607623897515
    },
    "climate_state": {
      "battery_heater": false,
      "battery_heater_no_power": false,
      "climate_keeper_mode": "off",
      "defrost_mode": 0,
      "driver_temp_setting": 21.1,
      "fan_status": 0,
      "inside_temp": 22.1,
      "is_auto_conditioning_on": false,
      "is_climate_on": false,
      "is_front_defroster_on": false,
      "is_preconditioning": false,
      "is_rear_defroster_on": false,
      "left_temp_direction": -66,
      "max_avail_temp": 28.0,
      "min_avail_temp": 15.0,
      "outside_temp": 18.0,
      "passenger_temp_setting": 21.1,
      "remote_heater_control_enabled": false,
      "right_temp_direction": -66,
      "seat_heater_left": 0,
      "seat_heater_right": 0,
      "side_mirror_heaters": false,
      "timestamp": 1607623897515,
      "wiper_blade_heater": false
    },
    "charge_state": {
      "battery_heater_on": false,
      "battery_level": 59,
      "battery_range": 149.92,
      "charge_current_request": 40,
      "charge_current_request_max": 40,
      "charge_enable_request": true,
      "charge_energy_added": 2.42,
      "charge_limit_soc": 90,
      "charge_limit_soc_max": 100,
      "charge_limit_soc_min": 50,
      "charge_limit_soc_std": 90,
      "charge_miles_added_ideal": 10.0,
      "charge_miles_added_rated": 8.0,
      "charge_port_cold_weather_mode": null,
      "charge_port_door_open": true,
      "charge_port_latch": "Engaged",
      "charge_rate": 28.0,
      "charge_to_max_range": false,
      "charger_actual_current": 40,
      "charger_phases": 1,
      "charger_pilot_current": 40,
      "charger_power": 9,
      "charger_voltage": 243,
      "charging_state": "Charging",
      "conn_charge_cable": "SAE",
      "est_battery_range": 132.98,
      "fast_charger_brand": "<invalid>",
      "fast_charger_present": false,
      "fast_charger_type": "<invalid>",
      "ideal_battery_range": 187.4,
      "managed_charging_active": false,
      "managed_charging_start_time": null,
      "managed_charging_user_canceled": false,
      "max_range_charge_counter": 0,
      "minutes_to_full_charge": 165,
      "not_enough_power_to_heat": false,
      "scheduled_charging_pending": false,
      "scheduled_charging_start_time": null,
      "time_to_full_charge": 2.75,
      "timestamp": 1607623897515,
      "trip_charging": false,
      "usable_battery_level": 59,
      "user_charge_enable_request": null
    },
    "gui_settings": {
      "gui_24_hour_time": false,
      "gui_charge_rate_units": "mi/hr",
      "gui_distance_units": "mi/hr",
      "gui_range_display": "Rated",
      "gui_temperature_units": "F",
      "show_range_units": true,
      "timestamp": 1607623897515
    },
    "vehicle_state": {
      "api_version": 13,
      "autopark_state_v2": "standby",
      "autopark_style": "standard",
      "calendar_supported": true,
      "car_version": "2020.48.10 f8900cddd03a",
      "center_display_state": 0,
      "df": 0,
      "dr": 0,
      "fd_window": 0,
      "fp_window": 0,
      "ft": 0,
      "homelink_device_count": 2,
      "homelink_nearby": true,
      "is_user_present": false,
      "last_autopark_error": "no_error",
      "locked": false,
      "media_state": { "remote_control_enabled": true },
      "notifications_supported": true,
      "odometer": 57869.762487,
      "parsed_calendar_supported": true,
      "pf": 0,
      "pr": 0,
      "rd_window": 0,
      "remote_start": false,
      "remote_start_enabled": true,
      "remote_start_supported": true,
      "rp_window": 0,
      "rt": 0,
      "sentry_mode": false,
      "sentry_mode_available": true,
      "smart_summon_available": true,
      "software_update": {
        "download_perc": 0,
        "expected_duration_sec": 2700,
        "install_perc": 1,
        "status": "",
        "version": ""
      },
      "speed_limit_mode": {
        "active": false,
        "current_limit_mph": 85.0,
        "max_limit_mph": 90,
        "min_limit_mph": 50,
        "pin_code_set": false
      },
      "summon_standby_mode_enabled": false,
      "sun_roof_percent_open": 0,
      "sun_roof_state": "closed",
      "timestamp": 1607623897515,
      "valet_mode": false,
      "valet_pin_needed": true,
      "vehicle_name": null
    },
    "vehicle_config": {
      "can_accept_navigation_requests": true,
      "can_actuate_trunks": true,
      "car_special_type": "base",
      "car_type": "models2",
      "charge_port_type": "US",
      "default_charge_to_max": false,
      "ece_restrictions": false,
      "eu_vehicle": false,
      "exterior_color": "White",
      "has_air_suspension": true,
      "has_ludicrous_mode": false,
      "motorized_charge_port": true,
      "plg": true,
      "rear_seat_heaters": 0,
      "rear_seat_type": 0,
      "rhd": false,
      "roof_color": "None",
      "seat_type": 2,
      "spoiler_type": "None",
      "sun_roof_installed": 2,
      "third_row_seats": "None",
      "timestamp": 1607623897515,
      "trim_badging": "p90d",
      "use_range_badging": false,
      "wheel_type": "AeroTurbine19"
    }
  }
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195

# 获取最近一次车辆详情

# GET /api/1/vehicles/{id}/latest_vehicle_data

本接口中保存的是上个接口最近一次车辆缓存数据,所以可以在车辆任意状态下访问

# Response

点击查看详情
{
  "response": {
    "access_type": "OWNER",
    "api_version": 40,
    "backseat_token": null,
    "backseat_token_updated_at": null,
    "calendar_enabled": true,
    "charge_state": {
      "battery_heater_on": false,
      "battery_level": 39,
      "battery_range": 127.34,
      "charge_amps": 24,
      "charge_current_request": 24,
      "charge_current_request_max": 24,
      "charge_enable_request": true,
      "charge_energy_added": 49.85,
      "charge_limit_soc": 100,
      "charge_limit_soc_max": 100,
      "charge_limit_soc_std": 90,
      "charge_miles_added_ideal": 143.5,
      "charge_miles_added_rated": 179.0,
      "charge_port_cold_weather_mode": null,
      "charge_port_color": "Off",
      "charge_port_door_open": false,
      "charge_port_latch": "Blocking",
      "charge_rate": 0.0,
      "charge_to_max_range": true,
      "charger_actual_current": 0,
      "charger_phases": null,
      "charger_pilot_current": 24,
      "charger_power": 0,
      "charger_voltage": 0,
      "charging_state": "Disconnected",
      "conn_charge_cable": "<invalid>",
      "est_battery_range": 66.31,
      "fast_charger_brand": "<invalid>",
      "fast_charger_present": false,
      "fast_charger_type": "<invalid>",
      "ideal_battery_range": 101.99,
      "managed_charging_active": false,
      "managed_charging_start_time": null,
      "managed_charging_user_canceled": false,
      "max_range_charge_counter": 1,
      "minutes_to_full_charge": 0,
      "not_enough_power_to_heat": false,
      "off_peak_charging_enabled": false,
      "off_peak_charging_times": "all_week",
      "off_peak_hours_end_time": 360,
      "preconditioning_enabled": false,
      "preconditioning_times": "all_week",
      "scheduled_charging_mode": "Off",
      "scheduled_charging_pending": false,
      "scheduled_charging_start_time": null,
      "scheduled_departure_time": 1640930400,
      "scheduled_departure_time_minutes": 420,
      "supercharger_session_trip_planner": false,
      "time_to_full_charge": 0.0,
      "timestamp": 1652793898985,
      "trip_charging": false,
      "usable_battery_level": 39,
      "user_charge_enable_request": null
    },
    "climate_state": {
      "allow_cabin_overheat_protection": false,
      "battery_heater": false,
      "battery_heater_no_power": false,
      "bioweapon_mode": false,
      "cabin_overheat_protection": "Off",
      "climate_keeper_mode": "off",
      "defrost_mode": 0,
      "driver_temp_setting": 28.0,
      "fan_status": 0,
      "hvac_auto_request": "Override",
      "inside_temp": 33.0,
      "is_auto_conditioning_on": false,
      "is_climate_on": false,
      "is_front_defroster_on": false,
      "is_preconditioning": false,
      "is_rear_defroster_on": false,
      "left_temp_direction": -224,
      "max_avail_temp": 28.0,
      "min_avail_temp": 15.0,
      "outside_temp": 22.5,
      "passenger_temp_setting": 28.0,
      "remote_heater_control_enabled": false,
      "right_temp_direction": -224,
      "seat_heater_left": 0,
      "seat_heater_rear_left": 0,
      "seat_heater_rear_right": 0,
      "seat_heater_right": 0,
      "seat_heater_third_row_left": 0,
      "seat_heater_third_row_right": 0,
      "side_mirror_heaters": false,
      "steering_wheel_heater": false,
      "supports_fan_only_cabin_overheat_protection": false,
      "timestamp": 1652793898985,
      "wiper_blade_heater": false
    },
    "color": null,
    "display_name": "Nikola",
    "drive_state": {
      "gps_as_of": 1652793898,
      "heading": 38,
      "latitude": 42.0,
      "longitude": 6.969694,
      "native_latitude": 42.0,
      "native_location_supported": 1,
      "native_longitude": 6.969694,
      "native_type": "wgs",
      "power": 0,
      "shift_state": "P",
      "speed": null,
      "timestamp": 1652793898985
    },
    "gui_settings": {
      "gui_24_hour_time": true,
      "gui_charge_rate_units": "km/hr",
      "gui_distance_units": "km/hr",
      "gui_range_display": "Rated",
      "gui_temperature_units": "C",
      "show_range_units": true,
      "timestamp": 1652793898985
    },
    "id": 1234567891011120,
    "id_s": "1234567891011120",
    "in_service": false,
    "option_codes": "AD15,MDL3,PBSB,RENA,BT37,ID3W,RF3G,S3PB,DRLH,DV2W,W39B,APF0,COUS,BC3B,CH07,PC30,FC3P,FG31,GLFR,HL31,HM31,IL31,LTPB,MR31,FM3B,RS3H,SA3P,STCP,SC04,SU3C,T3CA,TW00,TM00,UT3P,WR00,AU3P,APH3,AF00,ZCST,MI00,CDM0",
    "state": "online",
    "tokens": ["ab1234cd56ef7gh8", "ab1234cd56ef7gh8"],
    "user_id": 123456,
    "vehicle_config": {
      "can_accept_navigation_requests": true,
      "can_actuate_trunks": true,
      "car_special_type": "base",
      "car_type": "modelx",
      "charge_port_type": "US",
      "dashcam_clip_save_supported": true,
      "default_charge_to_max": false,
      "driver_assist": "ParkerPascal2_5",
      "ece_restrictions": true,
      "efficiency_package": "Default",
      "eu_vehicle": false,
      "exterior_color": "MetallicBlack",
      "front_drive_unit": "Small",
      "has_air_suspension": true,
      "has_ludicrous_mode": true,
      "has_seat_cooling": true,
      "headlamp_type": "Led",
      "interior_trim_type": "AllBlack",
      "motorized_charge_port": true,
      "plg": true,
      "pws": false,
      "rear_drive_unit": "Big",
      "rear_seat_heaters": 3,
      "rear_seat_type": 3,
      "rhd": false,
      "roof_color": "None",
      "seat_type": 0,
      "spoiler_type": "Passive",
      "sun_roof_installed": 0,
      "third_row_seats": "FuturisFoldFlat",
      "timestamp": 1652793898986,
      "trim_badging": "plaid",
      "use_range_badging": false,
      "utc_offset": 7200,
      "wheel_type": "Turbine22"
    },
    "vehicle_id": 1413092341,
    "vehicle_state": {
      "api_version": 40,
      "autopark_state_v2": "ready",
      "autopark_style": "dead_man",
      "calendar_supported": true,
      "car_version": "2022.12.3.2 2d5530dd8ff7",
      "center_display_state": 0,
      "dashcam_clip_save_available": true,
      "dashcam_state": "Recording",
      "df": 0,
      "dr": 0,
      "fd_window": 0,
      "feature_bitmask": "ff,0",
      "fp_window": 0,
      "ft": 0,
      "homelink_device_count": 1,
      "homelink_nearby": false,
      "is_user_present": false,
      "last_autopark_error": "no_error",
      "locked": true,
      "media_state": {
        "remote_control_enabled": true
      },
      "notifications_supported": true,
      "odometer": 1323.436653,
      "parsed_calendar_supported": true,
      "pf": 0,
      "pr": 0,
      "rd_window": 0,
      "remote_start": false,
      "remote_start_enabled": true,
      "remote_start_supported": true,
      "rp_window": 0,
      "rt": 0,
      "santa_mode": 0,
      "sentry_mode": false,
      "sentry_mode_available": true,
      "service_mode": false,
      "service_mode_plus": false,
      "smart_summon_available": true,
      "software_update": {
        "download_perc": 0,
        "expected_duration_sec": 2700,
        "install_perc": 1,
        "status": "",
        "version": " "
      },
      "speed_limit_mode": {
        "active": false,
        "current_limit_mph": 90.0,
        "max_limit_mph": 90,
        "min_limit_mph": 50.0,
        "pin_code_set": true
      },
      "summon_standby_mode_enabled": true,
      "timestamp": 1652793898985,
      "tpms_pressure_fl": 0.0,
      "tpms_pressure_fr": 0.0,
      "tpms_pressure_rl": 0.0,
      "tpms_pressure_rr": 0.0,
      "valet_mode": false,
      "vehicle_name": "Nikola"
    },
    "vin": "7SA.."
  }
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
最后更新: 11/29/2022, 6:37:15 AM