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

I'm trying to retrieve all cinemas in the world for a project.

I found out that I can do it through Postman using this REST call:

http://www.overpass-api.de/api/xapi?*[amenity=cinema]

I can also retrieve all cinemas from a specific square this way:

http://www.overpass-api.de/api/xapi?*[amenity=cinema][bbox=-180,-90,180,90]

What I would like to do now is to retrieve all cinemas for a country or a city. All I know is that I can use area["name"="New Zealand"] or geocodeArea:California but if I stick those value on the query I receive an error.

This is how I'm using geocodeArea right now and is not working:

http://www.overpass-api.de/api/xapi?*[amenity=cinema][geocodeArea=California]

On your documentation I don't see examples of REST call so I'm bit stock.

Can you please provide an example, please?

Thank you

asked 12 Aug '18, 02:01

francesco_mantovani's gravatar image

francesco_ma...
36112
accept rate: 0%

edited 12 Aug '18, 02:02

Be the first one to answer this question!
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:

×290
×228
×85
×9

question asked: 12 Aug '18, 02:01

question was seen: 3,186 times

last updated: 12 Aug '18, 02:02

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