# Data ## GET `/api/1/vehicles/{id}/data` A cached rollup of all the `data_request` endpoints plus vehicle configuration. ### Response ```json { "response": { "id": 12345678901234567, "user_id": 123, "vehicle_id": 1234567890, "vin": "5YJSA11111111111", "display_name": "Nikola 2.0", "option_codes": "MDLS,RENA,AF02,APF1,APH2,APPB,AU01,BC0R,BP00,BR00,BS00,CDM0,CH05,PBCW,CW00,DCF0,DRLH,DSH7,DV4W,FG02,FR04,HP00,IDBA,IX01,LP01,ME02,MI01,PF01,PI01,PK00,PS01,PX00,PX4D,QTVB,RFP2,SC01,SP00,SR01,SU01,TM00,TP03,TR00,UTAB,WTAS,X001,X003,X007,X011,X013,X021,X024,X027,X028,X031,X037,X040,X044,YFFC,COUS", "color": null, "tokens": ["abcdef1234567890", "1234567890abcdef"], "state": "online", "in_service": false, "id_s": "12345678901234567", "calendar_enabled": true, "backseat_token": null, "backseat_token_updated_at": null, "gui_settings": { "gui_distance_units": "mi/hr", "gui_temperature_units": "F", "gui_charge_rate_units": "mi/hr", "gui_24_hour_time": false, "gui_range_display": "Rated", "timestamp": 1538364665388 }, "vehicle_config": { "can_actuate_trunks": true, "car_special_type": "base", "car_type": "models2", "charge_port_type": "US", "eu_vehicle": false, "exterior_color": "White", "has_ludicrous_mode": false, "motorized_charge_port": true, "perf_config": "P2", "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": 1538364666096, "trim_badging": "p90d", "wheel_type": "AeroTurbine19" }, "charge_state": { "charging_state": "Complete", "fast_charger_type": "", "fast_charger_brand": "", "charge_limit_soc": 90, "charge_limit_soc_std": 90, "charge_limit_soc_min": 50, "charge_limit_soc_max": 100, "charge_to_max_range": false, "max_range_charge_counter": 0, "fast_charger_present": false, "battery_range": 232.27, "est_battery_range": 215.07, "ideal_battery_range": 290.34, "battery_level": 90, "usable_battery_level": 90, "charge_energy_added": 17.9, "charge_miles_added_rated": 57.5, "charge_miles_added_ideal": 72.0, "charger_voltage": 0, "charger_pilot_current": 40, "charger_actual_current": 0, "charger_power": 0, "time_to_full_charge": 0.0, "trip_charging": false, "charge_rate": 0.0, "charge_port_door_open": true, "conn_charge_cable": "SAE", "scheduled_charging_start_time": null, "scheduled_charging_pending": false, "user_charge_enable_request": null, "charge_enable_request": true, "charger_phases": null, "charge_port_latch": "Engaged", "charge_current_request": 40, "charge_current_request_max": 40, "managed_charging_active": false, "managed_charging_user_canceled": false, "managed_charging_start_time": null, "battery_heater_on": false, "not_enough_power_to_heat": false, "timestamp": 1538364666097 }, "drive_state": { "shift_state": null, "speed": null, "power": 0, "latitude": 33.111111, "longitude": -88.111111, "heading": 5, "gps_as_of": 1538363883, "native_location_supported": 1, "native_latitude": 33.111111, "native_longitude": -88.111111, "native_type": "wgs", "timestamp": 1538364666096 }, "vehicle_state": { "api_version": 3, "autopark_state_v2": "standby", "autopark_style": "standard", "calendar_supported": true, "car_version": "2018.34.1 3dd3072", "center_display_state": 0, "df": 0, "dr": 0, "ft": 0, "homelink_nearby": true, "last_autopark_error": "no_error", "locked": true, "notifications_supported": true, "odometer": 33561.422505, "parsed_calendar_supported": true, "pf": 0, "pr": 0, "remote_start": false, "remote_start_supported": true, "rt": 0, "speed_limit_mode": { "active": false, "current_limit_mph": 75.0, "max_limit_mph": 90, "min_limit_mph": 50, "pin_code_set": false }, "sun_roof_percent_open": 0, "sun_roof_state": "unknown", "timestamp": 1538364666096, "valet_mode": false, "vehicle_name": "Nikola 2.0" }, "climate_state": { "inside_temp": 30.1, "outside_temp": 27.0, "driver_temp_setting": 22.2, "passenger_temp_setting": 22.2, "left_temp_direction": null, "right_temp_direction": null, "is_front_defroster_on": false, "is_rear_defroster_on": false, "fan_status": 0, "is_climate_on": false, "min_avail_temp": 15.0, "max_avail_temp": 28.0, "seat_heater_left": false, "seat_heater_right": false, "seat_heater_rear_left": false, "seat_heater_rear_right": false, "seat_heater_rear_center": false, "seat_heater_rear_right_back": 0, "seat_heater_rear_left_back": 0, "battery_heater": false, "battery_heater_no_power": false, "steering_wheel_heater": false, "wiper_blade_heater": false, "side_mirror_heaters": false, "is_preconditioning": false, "smart_preconditioning": false, "is_auto_conditioning_on": null, "timestamp": 1538364666097 } } } ```