Compatible Vehicles by OEM

v2

EndpointId: API-GAR-0017

Retrieves all vehicles compatible with a given OEM part number. 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
langId int Required

Example Value: 4
query
countryFilterId int Optional

Example Value: 63
query
articleOemNo string Optional

Example Value: 8F0513035N
query
typeId int Required

Example Value: 1
query

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/articles/get-compatible-cars-by-oem-no/type-id/<typeId>?langId=4&countryFilterId=63&articleOemNo=8F0513035N&typeId=1
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/articles/get-compatible-cars-by-oem-no/type-id/<typeId>?langId=4&countryFilterId=63&articleOemNo=8F0513035N&typeId=1' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'