Skip to main content
Vehicle data (telemetry) is respresented through two extensible models: Vehicle updates and vehicle statuses.

Vehicle update

Vehicle updates represent the raw data ingested from a vehicle, including sensor readings, location information, and system parameters. Generally, you will only have to interact with the VehicleUpdate model when uploading data from a vehicle (see data upload guide for details).

Vehicle status

Vehicle status information represents fully sanitized and augmented data about a vehicle’s current state, including location, fuel levels, battery status, and other operational parameters. This data is derived from raw vehicle updates and is made available through the VehicleStatus model:
The most up-to-date status of a vehicle can be retrieved by querying:
Similarly, the most recent status is always broadcasted via the AsyncAPI WebSocket interface (see AsyncAPI documentation for details) upon connection and whenever a new status is available.