Build Overpass QL queries easily for OpenStreetMap data
// Your generated Overpass QL query will appear here
amenity, shop, tourism)=, !=, ~ for regex, etc.)restaurant, cafe, hotel)amenity=restauranttourism=hotelstars>=4amenity=cafeinternet_access~wlan|wifi|yesOverpass QL is a query language for OpenStreetMap data. It allows you to extract specific data from OSM based on various criteria.
Key concepts:
amenity=restaurant)= (equals), != (not equals), ~ (matches regex), etc.For more information, see the Overpass QL documentation.
Nominatim is a search engine for OpenStreetMap data. It allows you to look up a location by name or address (geocoding) and generate addresses for OSM points (reverse geocoding). It's used in this tool for searching locations to set your bounding box.
Overpass API is a read-only API that serves up custom selected parts of the OSM map data. It's optimized for data consumers that need a few elements within a small area or up to roughly 10 million elements in some larger area. This tool generates queries that are executed against the Overpass API.
Overpass Turbo is a web-based data mining tool for OpenStreetMap. It provides a user-friendly interface to run Overpass QL queries and visualize the results on an interactive map. You can export your queries from this tool to Overpass Turbo for visualization.
Overpass Ultra is a modern, user-friendly interface for the Overpass API. It offers features like syntax highlighting, query validation, and map visualization. It's an alternative to Overpass Turbo with a more modern interface and additional features.
Taginfo helps you find the most popular OpenStreetMap tags and how they're used. It shows statistics about which tags are used together, which values are most common, and where in the world they're used. This tool uses Taginfo to provide autocomplete suggestions for tag keys and values.