Skip to main content
GET
/
vehicle-information
/
details
Fetch vehicle details
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>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.korint.io/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

brand
string
required

The brand

model
string
required

The model

version
string
required

version

fiscalPower
number

fiscal power

Required range: x >= 1
numberOfSeats
number

number of seats

Response

200 - application/json
data
object[]
required

List of vehicle sraIds