Skip to main content

Poi tags

This page describes how to fetch poi tags

Route details#

  • Url: https://velo-europe.de/api/{lang}/poi-tags
  • Method: GET
  • Authentication required

Response body#

Response consists of:

{
"data": [
{
"id": 14,
"name": "Medizinische Versorgung",
"key": "medical_care",
"icon": "https://velo-europe.de/images/poitag/image/605/0cd/c74/6050cdc740bf8385743904.png"
},
{
"id": 16,
"name": "Unterkunft",
"key": "accommodation",
"icon": "https://velo-europe.de/images/poitag/image/605/0cd/bfc/6050cdbfc1c81650240944.png"
}
],
"success": true
}

Example request#

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