Skip to main content

Details

This page describes how to fetch route details

Route details#

  • Url: https://velo-europe.de/api/{lang}/proxy/track/details/{track-uuid}
  • Method: GET
  • Authentication required
  • Content-Type: application/json

Path params#

  • track-uuid - string - required

Response body#

Response contains Route object.

{
"userTrackRideId": 747,
"plannedTrackId": 490,
"trackId": 1383,
"name": "ktw - gl - ryb",
"startDate": "2021-05-13T07:32:22+0200",
"timeSpent": 270,
"timeSpentWithoutPauses": 240,
"ascent": 0,
"descent": 0,
"trackDistance": 66552,
"distanceTraveled": 600,
"uuid": "pt-490",
"currentStage": {
"name": "Dworcowa, Katowice, Polen (1) - Gliwice",
"id": 556
},
"totalStages": 2,
"currentStageNumber": 1,
"approximateTime": {
"days": "0",
"hours": "2",
"minutes": "54"
}
}

Example request#

curl --location --request GET 'https://velo-europe.de/api/de/proxy/track/details/pt-490' \
--header 'Authorization: Bearer OTk4N2EyOGI0MDFjZWFiZmExOWZiMDVjY2IxNjhjNGE5MTcwOTY0MDA1YTBiYjRjMzAxNmE3MzYyY2Q0NGIyMg' \
--header 'Cookie: veloFront=vr90tbqetlv904ncihen7b7sus'