cURL
curl --request GET \ --url https://api.example.com/vehicle-information/details
{ "data": [ { "id": "<string>", "fiscalPower": 123, "energyCode": "<string>", "bodyWork": "<string>", "latestPriceInEuro": 123, "transmission": "<string>", "brand": "<string>", "model": "<string>", "version": "<string>", "energy": "<string>" } ] }
The brand
The model
version
fiscal power
x >= 1
number of seats
List of vehicle sraIds
Show child attributes
Was this page helpful?