Run raw Overpass QL
overpass_queryExecute raw Overpass QL queries against full-planet OpenStreetMap data for custom, flexible retrieval. Use this when helper tools are too narrow; bound queries to an area and cap output.
Instructions
Run a raw Overpass QL query against the Overspan hosted Overpass API (full-planet OpenStreetMap data, minutes behind live). Use this when the helper tools are too narrow. Always bound the query to an area and cap the output (for example: out center 25;). Start with [out:json]. Queries without [timeout:] get 25 seconds. Read the overspan://overpass-ql resource for syntax and the overspan://differences resource for how this server differs from the public ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | A complete Overpass QL query, e.g. [out:json][timeout:25];nwr[amenity=cafe](around:500,-36.85,174.76);out center 25; |