---
title: "Get Vehicle Specifications"
method: GET
path: "/v1/vehicles/{vehicle_id}/specifications"
tags: ["Vehicles"]
---

# Get Vehicle Specifications

`GET /v1/vehicles/{vehicle_id}/specifications`

Obtain detailed specifications for a vehicle.

This endpoint allows you to retrieve more detailed specifications (if available) for a specific vehicle identified by its unique 'vehicle_id'.


Possible Codes in Error Response (see [Errors](https://docs.volteras.com/api-reference/errors) for error response schema and meaning of codes):

- AUTHENTICATION_ERROR
- REQUEST_VALIDATION_ERROR
- RESOURCE_NOT_FOUND
- SERVER_ERROR

## Path parameters

- `vehicle_id` string, required — Unique internal identifier for the vehicle.

## Response `200`

Successful Response

- VehicleSpecifications — Vehicle specifications schema
  - `model` string, nullable
  - `make` string, nullable
  - `modelYear` integer, nullable
  - `batteryCapacity` number, nullable
  - `batteryCapacityNet` number, nullable
  - `standardEvr` string, nullable
  - `allElectricRange` string, nullable
  - `allElectricRangeMin` integer, nullable

---

[API](https://skmtc.net/volteras/apis/volteras-connect.md) · [All operations](https://skmtc.net/volteras/apis/volteras-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/volteras/volteras-connect/revisions/bcb08bba814d/schema)
