Unknown
Access the complete vehicle database with the vehicleList query. By default the vehicle database uses EU naming for vehicles and plug types. Use the country parameter in combination with the region filter to return vehicles available in your region with locally known names and plug types here.
Query
Use the vehicleList to fetch all vehicles in the database. No input is required to execute this query. Use filters, search, and/or localization to narrow down and customize the results.
Arguments
search· Stringfilter· VehicleListFilterHow filter works
The filter argument lets you narrow down results by passing an input object with specific criteria. Each field within the filter is optional — only include the ones relevant to your query.
availability· VehicleAvailabilityStatusdrivetrain· VehicleDrivetrainTypeconnect· ConnectFilterproviders· ConnectProviderregion· VehicleRegionpurpose· VehiclePurposetype· VehicleTypemake· Stringmodel· String· betacountry· CountryCodeAlpha2size· Intpage· IntFields
id· IDnaming· VehicleListNamingmake· Stringmodel· Stringversion· Stringedition· Stringchargetrip_version· Stringdrivetrain· VehicleDrivetraintype· VehicleDrivetrainTypeconnectors· VehicleConnectorstandard· ConnectorTypepower· Floatmax_electric_power· Floattime· Intspeed· Float· deprecatedcharge_speed· Floatadapters· VehicleConnectorstandard· ConnectorTypepower· Floatmax_electric_power· Floattime· Intspeed· Float· deprecatedcharge_speed· Floatbattery· VehicleListBatteryfull_kwh· Floatusable_kwh· Floattype· VehicleBatteryTypebody· VehicleListBodyseats· Intavailability· VehicleListAvailabilitystatus· VehicleAvailabilityStatusrange· VehicleListRangechargetrip_range· ChargetripRangeworst· Floatbest· Floatmedia· VehicleListMediaimage· VehicleImageid· IDtype· VehicleImageTypeurl· Stringheight· Intwidth· Intthumbnail_url· Stringthumbnail_height· Intthumbnail_width· Intbrand· VehicleImage· deprecatedid· IDtype· VehicleImageTypeurl· Stringheight· Intwidth· Intthumbnail_url· Stringthumbnail_height· Intthumbnail_width· Intmake· VehicleImageid· IDtype· VehicleImageTypeurl· Stringheight· Intwidth· Intthumbnail_url· Stringthumbnail_height· Intthumbnail_width· Intvideo· VehicleVideoid· IDurl· Stringrouting· VehicleListRoutingfast_charging_support· Booleanconnect· Connectproviders· ConnectProviderregion· VehicleRegionpurpose· VehiclePurposetype· VehicleTypeErrors
Operations can fail. To handle all errors correctly, consider implementing the following error scenario’s.
error_forbidden_messageoperation_not_allowedpagination_invalid_pagepagination_invalid_sizerate_limit_exceededvehicle_pagination_invalid_size
- You are forbidden to execute this operation.
- You are not allowed to execute this operation. Enable it for the current application in the dashboard or reach out to customer support.
- Page must be an INT value higher than 0.
- Size must be an INT value between 1 and 1000.
- Rate limit exceeded.
- Size must be an INT value between 1 and 100.
Was this helpful?