---
title: "Vehicle Data.

This is a proxy call to Dat's FinanceLine/soap/VehicleIdentificationService:getVehicleData API.

Docs: https://www.dat.de/fileadmin/de/support/interface-documentation/MG/SilverDAT_Schnittstellen-Kompendium_Mag/#/home/1987/20/21"
method: GET
path: "/v1/vehicle-static-data/{vin}/data"
tags: ["Static Data API"]
---

# Vehicle Data.

This is a proxy call to Dat's FinanceLine/soap/VehicleIdentificationService:getVehicleData API.

Docs: https://www.dat.de/fileadmin/de/support/interface-documentation/MG/SilverDAT_Schnittstellen-Kompendium_Mag/#/home/1987/20/21

`GET /v1/vehicle-static-data/{vin}/data`

Returns vehicle static data for the given VIN.

## Path parameters

- `vin` string, required

## Response `200`

successful operation

- VehicleStaticDataDataResponse
  - `vehicle` object
    - `manufacturer` object
      - `brand` object
        - `id` string
        - `name` string
      - `container` object
        - `id` string
        - `name` string
      - `kba_numbers` string[]
      - `model` object
        - `id` string
        - `name` string
      - `product_group` object
        - `code` string
        - `name` string
      - `rental_car_class` string
      - `sales_description` string
      - `sub_model` object
        - `id` string
        - `name` string
        - `variant` string
      - `vehicle_type` object
        - `id` string
        - `name` string
    - `specs` object
      - `body` object
        - `doors` string
        - `seats` string
        - `structure` object
          - `description` string
          - `type` string
        - `trunk` object
          - `size` object
            - `max` string
            - `standard` string
      - `dimensions` object
        - `height` string
        - `length` string
        - `wheelbase` string
        - `width` object
          - `mirrors` string
          - `standard` string
      - `drivetrain` object
        - `axles` object
          - `driven` string
          - `total` string
        - `code` string
        - `transmission` object
          - `gears` string
          - `type` string
        - `type` string
      - `emissions` object
        - `class` object
          - `code` string
          - `description` string
          - `efficiency` object
            - `nedc` string
        - `co2` object
          - `nedc` string
        - `pricing` object
          - `per_ton` object
            - `high` string
            - `low` string
            - `medium` string
          - `range` object
            - `end_year` string
            - `start_year` string
      - `engine` object
        - `construction` object
          - `capacity` string
          - `cycle` string
          - `cylinders` object
            - `arrangement` string
            - `count` string
        - `output` object
          - `power` object
            - `hp` string
            - `kw` string
            - `max` object
              - …
          - `torque` object
            - `max` object
              - …
            - `nm` string
      - `fuel` object
        - `average_price` object
          - `electricity` string
          - `fuel` string
          - `year` string
        - `capacity` string
        - `consumption` object
          - `nedc` object
            - `city` string
            - `combined` string
            - `highway` string
          - `wltp` object
            - `city` string
            - `combined` string
            - `motorway` string
            - `petrol_equivalent` string
            - `rural` string
            - `town` string
        - `type` object
          - `category` string
          - `code` string
          - `name` string
      - `insurance_class` object
        - `casco` object
          - `complete` string
          - `partial` string
        - `liability` string
      - `performance` object
        - `acceleration` string
        - `max_speed` string
      - `weight` object
        - `limits` object
          - `payload` string
          - `roof` string
          - `trailer` object
            - `braked` string
            - `unbraked` string
        - `total` string
        - `unloaded` string
      - `wheels` object
        - `tires` object
          - `size` object
            - `front` string
            - `rear` string
    - `valuation` object
      - `price` object
        - `original` object
          - `gross` string
          - `net` string
          - `vat_rate` string

## Other responses

- `401` — Not Authorized
- `504` — Service unavailable

---

[API](https://skmtc.dev/high-mobility/apis/oauth2-api.md) · [All operations](https://skmtc.dev/high-mobility/apis/oauth2-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/high-mobility/oauth2-api/revisions/656dd06678e9/schema)
