v1
latestOpenAPI 3.0.12026-07-243686491.1 MBVehicles
Retrieve a single vehicle model
Required scope: vehicles:read
get/api/v1/vehicles/models/{modelId}
Path parameters
modelIdinteger required
Response
Vehicle model with the provided id
Example response
{
"id": 1,
"brand": {
"id": 1,
"name": "Tesla",
"logoUrl": "https://imgix.monta.com/brands/tesla.png",
"integrationStatus": "SUPPORTED"
},
"model": "Model 3",
"variant": "Long Range",
"releaseYear": 2021,
"pictureUrl": "https://imgix.monta.com/models/tesla-model3.png",
"capacityKwh": 72.5,
"maxKwAc": 11,
"maxKwDc": 150,
"displayName": "Tesla Model 3 Long Range (2021) - 72 kWh",
"connectors": [
{
"id": 1,
"name": "Type 2",
"slug": "type2"
}
]
}