Article Details by Article No

v2

EndpointId: API-PAR-004

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

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

Example Value: OE 650/1
body

Use this endpoint

POST https://auto-parts-catalog.apiprofile.com/api/articles/article-number-details
curl -X POST 'https://auto-parts-catalog.apiprofile.com/api/articles/article-number-details' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"typeId":"1","langId":"4","countryFilterId":"63","articleNo":"OE 650/1"}'