v1

latestOpenAPI 3.0.0Apache 2.02026-07-26916119.7 KB
Vehicle Data

Get Idles

Returns the idles for a vehicle.

A vehicle is considered idle if not driving or charging.

get/{vin}/idles

Query parameters

distance_format'mi' | 'km'

Whether to return data in miles or kilometers.

format'json' | 'csv'

Whether to output the results in JSON or CSV.

timezonestring

The IANA timezone name.

fromnumber

The start of the timeframe. Unix timestamp in seconds.

tonumber

The end of the timeframe. Unix timestamp in seconds.

origin_latitudenumber
Example:37.4925

The latitude of the parking spot.

origin_longitudenumber
Example:121.9447

The longitude of the parking spot.

origin_radiusnumber
Example:80

The radius from the parking spot, in meters.

exclude_originboolean

Whether to include the parking spot.

limitnumber

The maximum number of results.

Response

Success