Model Image by Model ID

v2

EndpointId: API-GMDS-004

Returns the media assets associated with a specific passenger car model ID, providing the model image URL for visual identification of the vehicle model.

Method: get

Parameters Specification

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

Example Value: 1
query
modelId int Optional

Example Value: 5626
query

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/models/type-id/<typeId>/model-id/<modelId>?typeId=1&modelId=5626
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/models/type-id/<typeId>/model-id/<modelId>?typeId=1&modelId=5626' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'