Vehicle Info

v2

EndpointId: API-GTYP-004

Returns detailed specifications for a specific vehicle, including manufacturer, model, engine type, power, drivetrain, and other technical characteristics.

Method: get

Parameters Specification

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

Example Value: 1
path
vehicleId int Optional

Example Value: 19942
path
langId int Optional

Example Value: 4
path
countryFilterId int Optional

Example Value: 63
path

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/types/type-id/1/vehicle-type-details/19942/lang-id/4/country-filter-id/63
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/types/type-id/1/vehicle-type-details/19942/lang-id/4/country-filter-id/63' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'