Query car details
Car data can be useful when you want to display more information about the car. You can access data using the car
query or get even more data with carPremium
. Please contact us for more information on how to get access to our premium data set.
Query car details
Render all the ins and outs about an electric car.
Query
To get specific details of a car you need to provide a carId
. This id
can be obtained by using the carList
query.
Arguments
id • scalar • ID
Car ID
externalId • scalar • Int
Deprecated. We will ignore it.
Frequently used fields
id • scalar • ID
Cars unique ID
naming • object • CarNaming
Naming of a car
connectors • list • CarPlug
Available connectors for a car
availability • object • CarAvailability
Availability of a car
Other fields
id • scalar • ID
Cars unique ID
naming • object • CarNaming
Naming of a car
connectors • list • CarPlug
Available connectors for a car
adapters • list • CarPlug
List of adapters of connectors available for a car
battery • object • CarBattery
Battery of a car
body • object • CarBody
Body of a car
availability • object • CarAvailability
Availability of a car
performance • object • CarPerformance
Performance of a car
range • object • CarRange
Range of a car
media • object • CarMedia
Media of a car
routing • object • CarRouting
Routing of a car
connect • object • Connect
Information about vehicle connectivity
externalId • scalar • String
ID provided by a car data source as the row ID
make • scalar • String
Car manufacturer
carModel • scalar • String
Car model
edition • scalar • String
Car edition
chargetripEdition • scalar • String
Car model edition. Added by Chargetrip as an alternative for when a car manufacturer does not provide an edition name, or uses the same edition name across all trims or consecutive years
version • scalar • String
Car version
chargetripRange • object • ChargetripRange
Chargetrip's custom real world range provides a carefully calculated display range for all EV models. This is based on our own research and driving data
fastChargingSupport • scalar • Boolean
Cars that support fast charging have a minimum charging speed of 43 kWh
mode • enum • CarMode
Current production mode of a car
seats • scalar • Int
Number of seats
weight • scalar • Float
Weight in kg
height • scalar • Int
Height in mm
width • scalar • Int
Width in mm
batteryUsableKwh • scalar • Float
Usable battery capacity in kWh
batteryFullKwh • scalar • Float
Full battery capacity in kWh
batteryEfficiency • object • CarBatteryEfficiency
Battery efficiency in the city, highway and combined depending on weather conditions
acceleration • scalar • Float
Acceleration time from 0 to 100 km/h
topSpeed • scalar • Float
Maximum car speed in km/h
power • scalar • Float
Power of a car in Kw
torque • scalar • Float
Engine torque
consumption • object • CarExtraConsumption
Extra consumption model
petrolConsumption • scalar • Float
Amount of petrol a similar petrol car would consume per 100 km
chargingOffset • scalar • JSON
A list of offset data for different charging speeds
images • list • CarImage
Images of a car
imagesData • object • CarImageData
Images of a car in structured data
Response
If successful, the HTTP status code in the response header is 200 and the response body contains the attributes you requested.
If unsuccessful, the header status code is an error code and the response body contains an error response object. The error response object can be any of the ones below.
Errors and warnings
CAR_NOT_FOUND
No car was found with the provided ID
ERROR_FORBIDDEN_MESSAGE
You are forbidden to execute this operation
MISSING_REQUIRED_PARAMETERS
Missing required parameter(s): $PARAMETERS