Article Details by Article No

v2

EndpointId: API-GAR-005

Returns complete technical and compatibility details for a specific article number, including supplier info, specifications, OEM cross-references, compatible vehicles, and product imagery.

Method: get

Parameters Specification

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

Example Value: 4
path
countryFilterId int Optional

Example Value: 63
path
articleNo string Optional

Example Value: C 2029
path
typeId int Required

Example Value: 1
path

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/articles/article-number-details/type-id/1
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/articles/article-number-details/type-id/1' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'