Car
Updated May 9, 2026
Primary Key
url
Foreign Keys
| Columns | Reference Resource | Reference Columns |
|---|---|---|
showroomId | showroom | id |
Columns
| Name | Definition | Type |
|---|---|---|
showroomId? | Unique identifier for the showroom where the car is located. If not provided the car is considered located at the dealers's main address | string |
title | The title or name of the car listing | string |
url | URL to the car listing | url |
price | The price of the car in the currency specified Constraints
| number |
currency | Currency of the price | string |
year? | Year of first registration (1900-2100) Constraints
| integer |
mileage | Odometer reading in kilometers Constraints
| number |
brand | Car brand/manufacturer | string |
model | Car model name | string |
version | Specific version or trim level | string |
fuel | Fuel type Constraints
| string |
gearbox | Transmission type Constraints
| string |
category | Vehicle category/body type Constraints
| string |
color | Exterior color Constraints
| string |
door | Number of doors identifier Constraints
| string |
power? | Engine power in horsepower | integer |
cubics? | Engine displacement in cubic centimeters | integer |
seats? | Number of seats | integer |
owners? | Number of previous owners | integer |
month? | Month of first registration (1-12) Constraints
| integer |
warranty? | Warranty duration in months | integer |
range? | Electric vehicle range in kilometers | integer |
battery? | Battery capacity in kWh for electric vehicles | integer |
plate? | License plate number | string |
vin? | Vehicle Identification Number | string |
Created with ❤ and Livemark