This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Is there any list of possible tags for Overpass API queries?

0

For example, I have to get all atractions (or something else) in a particular country.

How can I know what tags to use with Overpass API query?
Is there any list of possible tags and their possible values?

asked 15 Nov '18, 12:58

adgeuk's gravatar image

adgeuk
16225
accept rate: 0%

edited 15 Nov '18, 12:59

1

Use taginfo.openstreetmap.org to explore tags: there are many thousands in use!

(15 Nov '18, 14:10) SK53 ♦

One Answer:

4

Overpass supports all tags that are stored in the database. Many of them (a.o. the most commonly used) can be found on the OSM Wiki. Via TagInfo you can see which tags are used, even those that are not documented.

The tag for attractions is tourism=attraction.

answered 15 Nov '18, 14:10

escada's gravatar image

escada
19.0k16166302
accept rate: 21%

edited 15 Nov '18, 14:11

2

This is an example query for tourist attractions in Manchester, GB

(15 Nov '18, 14:13) escada

Source code available on GitHub .