---
title: "Retrieve a single vehicle model"
method: GET
path: "/api/v1/vehicles/models/{modelId}"
tags: ["Vehicles"]
---

# Retrieve a single vehicle model

`GET /api/v1/vehicles/models/{modelId}`

Required scope: `vehicles:read`

## Path parameters

- `modelId` integer, required

## Response `200`

Vehicle model with the provided id

- VehicleModel
  - `id` integer — Id of the vehicle model
  - `brand` VehicleBrand, required
    - `id` integer — Id of the vehicle brand
    - `name` string, required — Name of the vehicle brand
    - `logoUrl` string, nullable — URL of the brand logo
    - `integrationStatus` string, nullable — Integration status of the brand. Null if no integration available, otherwise SUPPORTED or BETA
  - `model` string, required — Model name
  - `variant` string, nullable — Variant of the vehicle model
  - `releaseYear` integer, nullable — Release year of the vehicle model
  - `pictureUrl` string, nullable — URL of the vehicle model picture
  - `capacityKwh` number, double, nullable — Battery capacity in kWh
  - `maxKwAc` number, double, nullable — Maximum AC charging power in kW
  - `maxKwDc` number, double, nullable — Maximum DC charging power in kW
  - `displayName` string, required — Display name of the vehicle model
  - `connectors` VehicleConnector[], required — List of connectors supported by this vehicle model
    - `id` integer — Id of the vehicle connector
    - `name` string, required — Name of the vehicle connector
    - `slug` string, required — Slug of the vehicle connector

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Vehicle model not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/versions/517e18f11015/schema)
