Tesla JSON API (Unofficial)
GitHubTesla
  • Introduction
  • API Basics
    • Authentication
    • Users
    • Vehicles
    • Energy Products
    • Trip Planner
  • Vehicle
    • State
      • Data
      • Charge State
      • Climate State
      • Drive State
      • GUI Settings
      • Vehicle State
      • Vehicle Config
      • Mobile Enabled
      • Nearby Charging Sites
      • Miscellaneous
    • Commands
      • Wake
      • Alerts
      • Remote Start
      • Homelink
      • Speed Limit
      • Valet Mode
      • Sentry Mode
      • Doors
      • Frunk/Trunk
      • Windows
      • Sunroof
      • Charging
      • Climate
      • Media
      • Sharing
      • Software Updates
      • Calendar
      • Miscellaneous
    • Streaming
    • Autopark/Summon
    • Option Codes
  • Energy Products
    • Overview
      • History
      • State
      • Commands
  • Miscellaneous
    • Endpoints File
Powered by GitBook
On this page
  • GET /api/1/vehicles/{id}/data_request/vehicle_config
  • Response
Edit on GitHub
  1. Vehicle
  2. State

Vehicle Config

This endpoint was deprecated and returns 404.

GET /api/1/vehicles/{id}/data_request/vehicle_config

Returns the vehicle's configuration information including model, color, badging and wheels.

Response

{
  "response": {
    "can_accept_navigation_requests": true,
    "can_actuate_trunks": true,
    "car_special_type": "base",
    "car_type": "models2",
    "charge_port_type": "US",
    "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": 1604977445448,
    "trim_badging": "p90d",
    "use_range_badging": false,
    "wheel_type": "AeroTurbine19"
  }
}
PreviousVehicle StateNextMobile Enabled

Last updated 2 years ago