Vehicle IDs by Model IDs

v2

EndpointId: API-GTYP-002

Returns all vehicle variations associated with a specific model, including their unique vehicle IDs and manufacturer details.

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/types/type-id/1/list-vehicles-id/5626/lang-id/4/country-filter-id/63
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/types/type-id/1/list-vehicles-id/5626/lang-id/4/country-filter-id/63' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'