Article List by Vehicle ID & Category ID

v2

EndpointId: API-GAR-001

Returns all parts matching a specific vehicle and category, including each article’s ID, number, product name, supplier, product ID, and media/image info.

Method: get

Parameters Specification

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

Example Value: 1
path
langId int Optional

Example Value: 4
path
vehicleId int Optional

Example Value: 19942
path
categoryId int Optional

Example Value: 100260
path

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/articles/list/type-id/1/vehicle-id/19942/category-id/100260/lang-id/4
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/articles/list/type-id/1/vehicle-id/19942/category-id/100260/lang-id/4' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'