What the response contains
Fields worth checking
- Geography & Mobility
- CityBikes results
- public source
Load a fresh response from CityBikes; no search term is required.
Fields worth checking
The /v2/networks route returns a collection of bike-share networks. An item can include id, name, location, href, and company. location groups a network’s reference city, country, latitude, and longitude; it is not the position of each bicycle or a station’s current availability.
The href field points to a network route such as /v2/networks/{id}. There the documentation shows stations with name, coordinates, timestamp, free_bikes, and empty_slots when those data are available. Query the chosen network instead of trying to infer vacancies from the global list.
CityBikes is a query layer for the PyBikes project and asks for clear attribution with a link when its data are displayed in another project. The list is useful for exploring coverage and integrating a map, but it does not replace use rules, pricing, registration, maintenance, or confirmation from the local operator.