YouBikes on OpenStreetMap
- URL: https://overpass-api.de/api/interpreter
- License: ODbL
- Compatible with OpenStreetMap: yes
Query
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“rental=city_bike in Taiwan”
*/
[out:json][timeout:25];
// fetch area “Taiwan” to search in
area(id:3600449220)->.searchArea;
// gather results
nwr["rental"="city_bike"](area.searchArea);
// print results
out geom;