Vehicles by KBA number (Germany)

v2

EndpointId: API-GTYP-005

Returns vehicle details based on the German KBA number, including manufacturer, model, engine type, body style, power, and production period.

Method: get

Parameters Specification

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

Example Value: 1
path
countryFilterId int Optional

Example Value: 63
path
ltnNumber string Optional

Example Value: 2VXT04
path
ltnNumberType int Optional

Example Value: 2
path

Use this endpoint

GET https://auto-parts-catalog.apiprofile.com/api/types/searching-the-passenger-car-by-ltn-number/lang-id/1/country-filter-id/63/ltn-number/2VXT04/number-type/2
curl -X GET 'https://auto-parts-catalog.apiprofile.com/api/types/searching-the-passenger-car-by-ltn-number/lang-id/1/country-filter-id/63/ltn-number/2VXT04/number-type/2' \
  -H 'Accept: application/json' \
  -H 'x-apiprofile-key: YOUR_API_KEY'