Skip to main content

Track ride pois

This page describes how to fetch pois for track ride

Route details#

  • Url: https://velo-europe.de/api/{lang}/proxy/{userTrackRideId}/points-of-interest
  • Method: GET
  • Authentication required

Path params#

  • userTrackRideId - id - required

Response body#

Response consists of:

{
"pois": [
{
"id": 22253,
"name": "Radoszowska 17, 41-707 Ruda ÅšlÄ…ska, Polen",
"phone": null,
"website": null,
"location": {
"lat": 50.256771,
"lng": 18.929426
},
"address": {
"street": "Radoszowska 17",
"city": "Ruda ÅšlÄ…ska",
"zipCode": "41-707",
"country": "PL"
},
"tag": 21
},
{
"id": 21861,
"name": "katowice chrobrego street 26",
"phone": null,
"website": null,
"location": {
"lat": 50.281327,
"lng": 18.97161
},
"address": {
"street": "Bolesława Chrobrego 38",
"city": "Katowice",
"zipCode": "40-881",
"country": "PL"
},
"tag": 21
},
{
"id": 18138,
"name": "ÅšlÄ…ski Stadium",
"phone": null,
"website": null,
"location": {
"lat": 50.288081,
"lng": 18.975822
},
"address": {
"street": "Promenada Gen. Ziętka 2",
"city": "Chorzów",
"zipCode": "41-500",
"country": "PL"
},
"tag": 21
},
...
],
"tagDictionary": [
{
"id": 21,
"name": "Tipps for tours",
"key": "tipps",
"icon": "https://velo-test.blue-focus.info/images/poitag/image/605/0cd/a11/6050cda117a86069791401.png"
},
{
"id": 17,
"name": "Essen & Trinken",
"key": "food",
"icon": "https://velo-test.blue-focus.info/images/poitag/image/605/0cd/b65/6050cdb65285a431111708.png"
},
{
"id": 19,
"name": "Stations",
"key": "luggage",
"icon": "https://velo-test.blue-focus.info/images/poitag/image/605/0cd/ab5/6050cdab57797108040747.png"
},
...
]
}

Example request#

curl --location --request GET 'https://velo-europe.de/api/de/poi-tags' \
--header 'Authorization: Bearer ZmY0YmE3NTNkNWRmZGY2YjI3MTcwNmExZTY2ZTg2OTg4MDA5MjczMDQwMzBlY2M0Mzg5YmZmOWUwNTBjMzQ4OQ'