Model Details by Model ID

v2

EndpointId: API-GMDS-002

Returns information about a specific vehicle model, including its ID and official model name.

Method: get

Parameters Specification

Parameter Field Type Constraints Description / Default Value Param Location
typeId int Required

Example Value: 1
path
modelId int Optional

Example Value: 5626
path
langId int Optional

Example Value: 4
path
countryFilterId int Optional

Example Value: 63
path

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/models/type-id/1/model-id/5626/lang-id/4/country-filter-id/63
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/models/type-id/1/model-id/5626/lang-id/4/country-filter-id/63' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'