GET https://teslascope.com/api/software/:version
This is an object representing a software update.
version string |
The software update version. |
commit string |
The git commit of this software update. |
totalCount integer |
The total count of vehicles on the Teslascope platform (for comparisons). |
count integer |
The count of vehicles currently on this software update. |
usCount integer |
The count of vehicles currently on this software update in the United States. |
euCount integer |
The count of vehicles currently on this software update outside the United States. |
percentage decimal |
The percentage of vehicles on the Teslascope platform on this software update. |
features array |
A list of features included in this version. |
firstSpotted timestamp |
The timestamp of the first vehicle spotted with this software update. |
year integer |
The year a specific version was pushed to the vehicle fleet. |
week integer |
The week (number) a specific version was pushed to production. |
major integer |
The semantic versioning major release number. |
minor integer |
The semantic versioning minor release number. |
parent string |
The software version that shares the same release notes as this. |
{
"code": 200,
"response": {
"version": "2020.24.6.4",
"early_access": 0,
"created_at": "2020-07-03 00:12:34",
"updated_at": "2020-07-03 00:12:34",
"commit": "b9a45d992a14",
"totalCount": 3339,
"count": 109,
"usCount": 73,
"euCount": 36,
"percentage": 3.3,
"features": [
"Sirius XM Improvements",
"Traffic Light and Stop Sign Control (Beta)",
"Range Display",
"Driving Visualization Improvements",
"Backup Camera Improvements",
"Supercharger Improvements",
"Dashcam Viewer Improvements",
"Pay Per Use Supercharging",
"TuneIn Improvements",
"Walk-Away Door Lock Improvements",
"On-Route Battery Warmup",
"New Language Support",
"Cabin Camera"
],
"firstSpotted": "2020-07-03T00:12:34.000000Z",
"year": "2020",
"week": "24",
"major": "6",
"minor": "4",
"parent": null
}
}