added
Vehicle Stat APIs
about 5 years ago by Tyler Freckmann
New vehicle stat API endpoints are available that include data about engine states, fuel percents, odometer values, and engine hours. These endpoints provide three ways of getting vehicle stat data:
- Get the most recent stats of all vehicles: GET
/fleet/vehicles/stats
- Get historical vehicle stat data for a given time range: GET
/fleet/vehicles/stats/history
- Follow a real-time feed of vehicle stat data: GET
/fleet/vehicles/stats/feed
All the endpoints are paginated to improve performance and reliability. See the Vehicle Stats guide for more details.