Back to catalog
πŸš—

Smartcar

OAuth

Lock and unlock vehicles and get data like odometer reading and location. Works on most new cars

πŸš—VehicleHTTPSCORS enabled

Smartcar

Connected vehicle info

MakeTesla
ModelModel 3
Year2,024
Vin5YJ3E1EA8PF123456
Odometer Km28,450
Battery Level0.72
Range Km310
ChargingNo

Sample Response

response.json
1{
2 "make": "Tesla",
3 "model": "Model 3",
4 "year": 2024,
5 "vin": "5YJ3E1EA8PF123456",
6 "odometer_km": 28450,
7 "battery_level": 0.72,
8 "range_km": 310,
9 "charging": false
10}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://smartcar.com/docs/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs