Detailed technical information related to Tesla vehicles.
All the specifications are normalized into:
- acceleration: 0-100 km/h in seconds.
- top speed: km/h.
- range: kms in WLTP cycle.
$ npm install tesla-specifications --save
The data is based in Tesla official numbers taking into the chassis and the wheel size:
const teslaSpecs = require('tesla-specifications')
const specs = teslaSpecs({ optionCodes: ['MT303'], modelLetter: '3' })
console.log(specs)
// {
// acceleration: '4.6 s',
// curbWeight: '1704 kg',
// dimensions: '4720 mm L x 1850 mm W x 1441 mm H',
// dragCoefficient: '0.219 Cd',
// rangeWLTP: '560 km',
// topSpeed: '233 km/h',
// wheelbase: '2875 mm',
// }
tesla-specifications © Tesla Hunt, Released under the MIT License.
Authored and maintained by Tesla Hunt with help from contributors.
teslahunt.io · GitHub teslahunt · Twitter @teslahuntio