City Bikes

Live bike-share stations from 500+ networks worldwide

🩺 Health & FoodHEALTHYchecked 11h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

CityBikes aggregates real-time bike-sharing data from hundreds of systems across the globe into one consistent API. List every network with its location and operator, then drill into any network for live station availability. Free and keyless with permissive CORS.

92HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 92 · healthy
Uptime history
100%90 days
100%30 days
665P50 · ms
1580P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 63 ms, slowest 1298 ms, most recent 88 ms.
Live response samplecaptured by our last successful check
GET https://api.citybik.es/v2/networks

{
  "networks": [
    {
      "id": "abu-dhabi-careem-bike",
      "name": "Abu Dhabi Careem BIKE",
      "location": {
        "latitude": 24.4866,
        "longitude": 54.3728,
        "city": "Abu Dhabi",
        "country": "AE"
      },
      "href": "/v2/networks/abu-dhabi-careem-bike",
      "company": [
        "Careem"
      ]
    }
  ]
}
Call itcurl · fetch · python
curl "https://api.citybik.es/v2/networks"
const res = await fetch("https://api.citybik.es/v2/networks");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.citybik.es/v2/networks")
print(res.json())
Endpoints · 4HealthyFULL DOCS ↗
Monitored path responding — GET /networks665 mschecked 11h ago
GET/networksPROBED

Live bike-share stations from 500+ networks worldwide

GET/networks?limit=5

Paginated variant with limit parameter.

GET/networks/network_id

Network Id — documented GET route.

GET/networks?fields=id,name,href

Networks — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

City Bikes: common questions

Is City Bikes free to use?

Yes — City Bikes is a free health & food API. Free tier: Free — no key required. Whether the free tier allows commercial use is unclear — check the provider docs.

Does City Bikes need an API key?

No — City Bikes needs no API key or signup. You can call it straight away; rate limits still apply (300 req/window · 296 remaining · resets 837).

Can I call City Bikes from the browser?

Yes — City Bikes returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is City Bikes up right now?

As of our last scheduled check, City Bikes is healthy with 100% uptime over 90 days and a 665 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.