Overpass-API
Overpass-API copied to clipboard
A database engine to query the OpenStreetMap data.
I understand that this is an invalid request, but I would expect a 4xx error. You may be interested in understanding why this is happening. ``` make node ::geom =...
See ```https://overpass-api.de/api/interpreter?data=[adiff:"2025-07-16T19:52:21Z","2025-07-16T19:52:23Z"];(node(bbox)(changed);way(bbox)(changed););out meta geom(bbox);&bbox=8.0764287,47.373149,8.0798153,47.3754722``` for example way 43339527 ``` ... ``` Maybe I'm missing something, but the documentation https://wiki.openstreetmap.org/wiki/Overpass_API/Augmented_Diffs#The_augmented_diff_API_call says ```All nd elements inside of way elements contain additional lat...
If I run a simple query in a small ~400x400 meter bounding box, it completes successfully as expected in ;););(way['highway'='residential'](poly:'37.822573 -122.233912 37.822573 -122.229358 37.826170 -122.229358 37.826170 -122.233912 37.822573 -122.233912');(._;>;););(relation['highway'='residential'](poly:'37.822573 -122.233912...
The [make](https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#The_statement_make) statement states: > \ controls the type of each output element. I'm uncertain what that means. Does anyone have a example of how it works?
Now you can write: ```overpassql nwr[name~test]; out; ``` But it doesn't work for non-latin characters ```overpassql nwr[name~тест]; out; ``` I understand that special characters may be reserved (for example, `]`,...
Hi, I'm trying to setup an offline clonable Overpass API for HA/scailing. I have a successfully installed and loaded one, however I am having problems making it clonable for reasons...
You can already find things using `user`/`uid` for the *last* editor, or `user_touched`/`uid_touched` for anything a user has *ever edited* (including creating it). But there's no easy way to find...
Something I realized that seems missing from the docs is that, if you're using the overpass api directly or using a client that doesn't have the ability to easily draw...
Here is a request that uses the convert statement to produces admin centre point together with tags coming from the admin boundaries : https://overpass-turbo.eu/s/1Vds The request works fine, however **exporting...