Compatible Vehicles by OEM & Manufacturer

v2

EndpointId: API-PARO-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: post
Media Type: multipart/form-data

Parameters Specification

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

Example Value: 1
body
langId int Required

Example Value: 4
body
countryFilterId int Required

Example Value: 63
body
manufacturerId int Required

Example Value: 93
body
articleOemNo string Required

Example Value: 7700115294
body

Use this endpoint

POST https://auto-parts-catalog.apiprofile.com/api/articles-oem/selecting-a-list-of-cars-for-oem-part-number
curl -X POST 'https://auto-parts-catalog.apiprofile.com/api/articles-oem/selecting-a-list-of-cars-for-oem-part-number' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"typeId":"1","langId":"4","countryFilterId":"63","manufacturerId":"93","articleOemNo":"7700115294"}'