VIN Decoder (v2)

v2

EndpointId: API-GVIN-003

Decodes a vehicle’s VIN to provide comprehensive manufacturer and vehicle specifications, including make, model, model year, engine details, body class, safety features, fuel type, and manufacturing location.

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-v2/WDBFA68F42F202731
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/vin/decoder-v2/WDBFA68F42F202731' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'