API Playground
Explore real OpenStreetMap features from the GeoJSON API. Preset buttons load curated tag filters you can inspect and edit. Results shown in map and table view.
Style
Preset
Advanced options
Actual API params that presets populate. Lower map zoom also sometimes filters tags internally.
Query Results
These tables show the query results split by geometry type. There are 0 features in view.
How It Works
Preset buttons load curated tags / or_tags and additional params from the preset catalog so you can see exactly what the query uses. The API response is a standard GeoJSON FeatureCollection rendered directly by MapLibre.
Presets cover buildings, roads and paths, parks, food and dining, shops and commerce, public transport, leisure and sports, natural features, and waterways. Edit any field to retune the live query.
MapLibre renders the resulting points, lines, and polygons directly on top of the CDN basemap style you pick.
Use the API directly with your own key for production workloads. The full reference is available in API docs.
More examples
Park Bench Finder
The simplest possible MapLark query - fetch point nodes in a bbox and place them on a map.
Cycling Trail Finder
Use OR-combined tag filters to find bike-permitted paths and forestry tracks.
Walking Route Planner
Build Dijkstra-based walking directions on a real OSM footway network.
Restaurant Guide
Fetch restaurants with names, cuisine types, and map pins - handling both point and polygon geometries.