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

overpass-turbo.eu => runtime error check /api/status for quota

0

Hello, I am new to OSM, and I get the below error recurringly when running queries on https://overpass-turbo.eu/. I am merely running manual tests, certainly not putting any strain on the server. What am I doing wrong? I would appreciate any input!


An error occured during the execution of the overpass query! This is what overpass API returned:

Error: runtime error: […] Please check /api/status for the quota of your IP address.

Here is an example of a query: [out:json]; area["boundary"="administrative"]["name"="Paris"] -> .a; ( nwr(area.a)["amenity"="restaurant"]; ); out center 100;

As a URL string: https://overpass-api.de/api/interpreter?data=%5Bout%3Ajson%5D%3Barea%5B%22boundary%22%3D%22administrative%22%5D%5B%22name%22%3D%22Paris%22%5D%2D%3E%2Ea%3B%28nwr%5B%22amenity%22%3D%22restaurant%22%5D%28area%2Ea%29%3B%29%3Bout%20100%20center%3B%0A

asked 25 May '21, 17:05

zazablue's gravatar image

zazablue
16334
accept rate: 0%


One Answer:

0

It does work for me. Did you check the api/status page as suggested ? Maybe too much tests, it should work again after some time. Or your IP is shared with heavy users...

answered 25 May '21, 17:47

H_mlet's gravatar image

H_mlet
5.4k1781
accept rate: 13%

Source code available on GitHub .