City Bikes API
Provides real-time data on bike-sharing networks worldwide, including station locations and available bike counts. Covers all networks listed in the Citybik directory with no authentication required.
Slug: citybik
Key:
Base URL:
Auth: none
Endpoints: 2
Reachable: unknown
CORS: unknown
Tier: verified
Key:
citybik.es:city-bikes-apiBase URL:
https://api.citybik.es/v2/Auth: none
Endpoints: 2
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
GEOLOCATION, OPEN_DATA, TRAVEL
Tutorials
- Getting Started with the City Bikes API — I can check real-time bike availability — free bikes and open docks at each station — for hundreds of bike-share networks worldwide via the CityBikes API, with no authentication required.
Skills
- Access networks — I can check real-time bike availability — free bikes and open docks at stations — for hundreds of bike-share networks worldwide via CityBikes, no authentication required.
- List networks — I can find which bike-share networks exist in any city or country worldwide via the CityBikes catalog — no auth needed, but the API has no server-side filter, so fetch the full list once and filter client-side.
Endpoints (2)
| Path | Summary | Response | Auth |
|---|---|---|---|
| networks | List all bike networks | application/json |
none |
| networks/{network_id} | Get network details | application/json |
none |