Citybikes Networks Near
citybikes_networks_nearFind bike-share networks near a lat/lon: "bike share near me", "find bike rental network by location", "citybikes nearby coordinates". Returns the closest networks sorted by distance with their id, name, city, country, and distance_km. If none fall within radius_km, returns count:0 plus a note naming the single nearest network beyond the radius. To then get live stations and free bikes for a returned network, call get_network with its id. Example: Göttingen (latitude 51.53, longitude 9.93) → nextbike-kassel ~39.5km away.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max networks to return, 1-20 (default 5) | |
| latitude | Yes | Latitude of the search center (e.g. 51.53) | |
| longitude | Yes | Longitude of the search center (e.g. 9.93) | |
| radius_km | No | Search radius in kilometers (default 50; bike networks are sparse, so the nearest city may be 30km+ away) |