VIN Decoder (v1)

v2

EndpointId: API-GVIN-002

Decodes a vehicle’s VIN and returns key details such as the WMI, VDS, VIS, manufacturing region, country, manufacturer, and model year.

Method: get

Parameters Specification

Parameter Field Type Constraints Description / Default Value Param Location
vinNo string Required

Example Value: WDBFA68F42F202731
path

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/vin/decoder-v1/WDBFA68F42F202731
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/vin/decoder-v1/WDBFA68F42F202731' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'