NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

The web tool at https://www.openstreetmap.org/search?query=... shows a great variety of alternate / non-english place names, eg for cities; how would I find those thru the nominatim API ? I cannot seem to find documentation on how to find tags by ID.

I tried

https://nominatim.openstreetmap.org/lookup?osm_ids=R1382494&format=json

but don't see the alternate names info I am after in the response.

asked 17 Dec '18, 12:34

jeremy%20rutman's gravatar image

jeremy rutman
11113
accept rate: 0%

edited 17 Dec '18, 17:21


You can add namedetails=1 to your search query to get the full list of available names, e.g. https://nominatim.openstreetmap.org/lookup?osm_ids=R1382494&format=json&namedetails=1.

For a full description of the lookup API, see the documentation on nominatim.org.

permanent link

answered 22 Dec '18, 13:21

lonvia's gravatar image

lonvia
6.2k25789
accept rate: 40%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×54
×15

question asked: 17 Dec '18, 12:34

question was seen: 3,808 times

last updated: 22 Dec '18, 13:21

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum