Traditional REST API polling is too slow and inefficient for modern vehicle applications. A real-time, push-based streaming architecture is essential for building responsive and data-rich experiences.
EMQX provides a persistent, secure MQTT connection to each vehicle, pushing data to your applications the moment it's generated.
Subscribe to a unified data stream and receive a consistent JSON payload with over 100 vehicle data points.
GPS & Location
Speed & Acceleration
Odometer & Range
Shift State (P/R/N/D)
Power & Torque
Battery Level & Health
Charging State & Power
Climate & Temperature
Door & Trunk Status
Tire Pressure
{
"timestamp": 1672531200000,
"vehicle_id": "VIN1234567890",
"data": {
"location": {
"latitude": 37.7749,
"longitude": -122.4194
},
"vehicle_state": {
"speed": 65.5,
"odometer": 12345.6,
"shift_state": "D"
},
"charge_state": {
"battery_level": 82,
"charging": false,
"charge_power": 0
}
}
}Unlock new possibilities with instant access to comprehensive vehicle data streams.
Explore our developer resources to begin streaming real-time vehicle data in minutes.
Get your free API key and start building with the most scalable and reliable fleet telemetry platform.