Open Street Map api language request doest

Viewed 16

enter image description here

I'm using OSRM for routing api. I need to change to the Turkish Language but header is not working. But official website they are using this api. Can anyone help?

Here is the request

curl 'https://routing.openstreetmap.de/routed-foot/route/v1/driving/28.78432,41.03097;28.77965,41.03165?overview=false&geometries=polyline&steps=true' \
      -H 'authority: routing.openstreetmap.de' \
      -H 'accept: application/json, text/javascript, */*; q=0.01' \
      -H 'accept-language: tr-TR,tr;q=0.9' \
      -H 'origin: https://www.openstreetmap.org' \
      -H 'referer: https://www.openstreetmap.org/' \
      -H 'sec-fetch-dest: empty' \
      -H 'sec-fetch-mode: cors' \
      -H 'sec-fetch-site: cross-site' \
      -H 'sec-gpc: 1' \
      -H 'user-agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Mobile Safari/537.36' \
      --compressed
0 Answers
Related