https://github.com/joeblau/teslaapi.io
Unofficial Tesla API Documentation
https://github.com/joeblau/teslaapi.io
gitbook tesla tesla-api teslaapi
Last synced: 2 months ago
JSON representation
Unofficial Tesla API Documentation
- Host: GitHub
- URL: https://github.com/joeblau/teslaapi.io
- Owner: joeblau
- License: mit
- Created: 2018-07-30T02:25:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T09:33:50.000Z (about 1 year ago)
- Last Synced: 2025-03-18T21:52:22.490Z (3 months ago)
- Topics: gitbook, tesla, tesla-api, teslaapi
- Language: Shell
- Homepage: https://teslaapi.io
- Size: 103 KB
- Stars: 33
- Watchers: 6
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tesla API
## How is this site organized?
This site is broken into sections for different API information:
* Authentication - API commands to generate an `{access_token}` to communicate with your vehicle.
* Vehicles - API commands to communicate between your vehicle and your client.
* Codes - Localized Tesla vehicle option codes for the [Model S](codes/model-s-options.md) and [Model X](codes/model-x-options.md)## What Tesla products are supported?
* Tesla Model S
* Tesla Model 3
* Tesla Model X
* Tesla Model Y## What is teslaapi.io?
This is a community of developers who are reverse engineering Tesla's API.
## What are the client\_id and client\_secret values?
Authentication to the Tesla API is done through OAuth. These values were retrieved from somebody's OAuth session and are now being used for API access.
## Is this API official?
Absolutely not. These endpoints are a result of reverse engineering Tesla's mobile applications and vehicle software.