Models by Type & Manufacturer

v2

EndpointId: API-GMDS-001

Returns the full list of vehicle models for a chosen make and vehicle type, including model names and production year ranges - perfect for model selection and filtering.

Method: get

Parameters Specification

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

Example Value: 1
path
manufacturerId int Optional

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