City Bikes around the world
Provides real-time data on city bike networks worldwide, including station locations, available bikes, and empty slots.
import requests
url = "http://api.citybik.es/v2/networks"
response = requests.get(url)
data = response.json()
print(data)Last 50 checks (10 min intervals)