Compatible Vehicles by Article No

v2

EndpointId: API-GAR-008

Finds a specific part by its article number, returns the article’s metadata (ID, number, name, supplier) and a list of all compatible vehicles.

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
articleNo string Optional

Example Value: C 2029
query
supplierId int Optional

Example Value: 4
query
typeId int Required

Example Value: 1
path

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/articles/get-compatible-cars-by-article-number/type-id/1?langId=4&countryFilterId=63&articleNo=C+2029&supplierId=4
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/articles/get-compatible-cars-by-article-number/type-id/1?langId=4&countryFilterId=63&articleNo=C+2029&supplierId=4' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'