---
title: "International VIN Decoder"
method: GET
path: "/v1/international-vin-decoder"
tags: ["Specifications"]
---

# International VIN Decoder

`GET /v1/international-vin-decoder`

Decode a non-US (international) VIN into vehicle attributes.

## Query parameters

- `vin` string, required

## Response `200`

International VIN decoded.

- object
  - `success` boolean
  - `input` object
  - `attributes` object — Decoded vehicle attributes.
  - `timestamp` string

## Other responses

- `400` — Missing VIN.
- `401` — Missing API key, unknown/disabled API key, or inactive account.
- `404` — No data found for this VIN.
- `429` — API usage limit exceeded for the current billing period.
- `500` — Internal server error.

---

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