Engine Details

v2

EndpointId: API-GEN-001

Returns comprehensive technical specifications for a specific engine, including power range, displacement, configuration, fuel system, emission standard, and other key mechanical attributes.

Method: get

Parameters Specification

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

Example Value: 4
path
engId int Optional

Example Value: 19228
path

Use this endpoint

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