Compatible Vehicles by OEM & Manufacturer

v2

EndpointId: API-GARO-003

Retrieves all vehicles compatible with a given OEM part number from a specified manufacturer. Returns detailed information for each match, including manufacturer, model, engine type, body type, power, engine capacity, and production interval.

Method: get

Parameters Specification

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

Example Value: 1
path
langId int Optional

Example Value: 4
path
countryFilterId int Optional

Example Value: 63
path
manufacturerId int Optional

Example Value: 93
path
articleOemNo string Optional

Example Value: 7700115294
path

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/articles-oem/selecting-a-list-of-cars-for-oem-part-number/type-id/1/lang-id/4/country-filter-id/63/manufacturer-id/93/article-oem-no/7700115294
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/articles-oem/selecting-a-list-of-cars-for-oem-part-number/type-id/1/lang-id/4/country-filter-id/63/manufacturer-id/93/article-oem-no/7700115294' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'