User

Retrieve a list of tours the user has created, recorded or participated on. Items are sorted by tour date, descending. If the list is long, it may be paginated. In this case, next and prev HAL links provide URLs for the next and previous pages.

get

Tour

Uploads a tour via uploading a FIT or GPX file. The file's byte data is sent as POST body.

post

This resource needs authentication

Retrieve a tour. A tour may be a planned tour or a recorded tour.

get

Retrieve a tour as a FIT file. Only planned tours are supported currently

get

Retrieve a tour as a GPX file. A tour may be a planned tour or a recorded tour.

get
get

Retrieve the ordered coordinate sequence of a tour. Each coordinate has latitude, longitude, altitude (in meters) and a time offset from tour start (in milliseconds). The index of a coordinate in the returned items array is the index referenced by the other tour sub-resources (way_types, surfaces, directions).

get

Retrieve detailed way type information along a tour. Returns an ordered list of segments, each covering a contiguous range of indices (from inclusive, to exclusive) in the tour coordinates array.

Only available for planned tours.

get

Retrieve detailed surface information along a tour. Returns an ordered list of segments, each covering a contiguous range of indices (from inclusive, to exclusive) in the tour coordinates array.

Only available for planned tours.

get

Retrieve turn-by-turn directions along a tour. Each direction instruction is anchored at a coordinate index in the tour coordinates array.

Only available for planned tours.