Article Details by Article ID

v2

EndpointId: API-GAR-002

Returns detailed technical information for a specific article identified by its unique ID, including product specifications, OEM cross-references, EAN code, and supplier details.

Method: get

Parameters Specification

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

Example Value: 6925928
path
langId int Optional

Example Value: 4
path

Use this endpoint

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