Real-time data from the Oslo Bysykkel
GBFS feeds (station_information + station_status). Polled every 10 seconds.
Data licensed under
NLOD 2.0.
Loading…
GBFS exposes per-station capacity, num_bikes_available, and num_docks_available. Per spec, num_docks_available counts empty functional docks, so:
Σ capacity − Σ num_bikes_available − Σ num_docks_available
= dock slots that are neither holding a bike
nor reporting as a free dock
≈ broken / out-of-service docks
(upper bound on bikes currently in transit)
A precise "bikes in use" count would need the system's total fleet size, which the three
public feeds (system_information, station_information,
station_status) do not expose. The four KPIs above are exact; only the
headline number is fuzzy.