City Bikes

API

Free API for real-time city bike sharing data worldwide

Visit Website

Overview

City Bikes API offers real-time access to bike-sharing network data across the globe. Key endpoints include GET /networks (list all bike networks with metadata like name, location) and GET /networks/{id} (detailed station info: available bikes, free slots, coordinates, last update time). Responses are JSON-formatted. Use cases: Build urban mobility apps for finding nearby bikes, integrate into navigation tools, support urban planning research, or add bike availability features to travel/tourist apps.

Example Integration (JavaScript)

script.js JS

fetch('https://api.citybik.es/v2/')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful
  • JSON support
  • No Auth required
  • Real-time data
  • Global coverage

Frequently Asked Questions

? Is City Bikes free to use?

Yes, the City Bikes API is completely free for public use without any subscription fees.

? Does it require an API Key?

No, the API does not require an API key or any form of authentication to access its data.

? What is the response format?

All responses from the City Bikes API are in JSON format, including network lists, station details, and real-time availability data.

Top Alternatives

OpenBike API Search Google

People Also Ask about City Bikes

City Bikes vs OpenBike API City Bikes 2025 review

Tool Info

Pricing Free
Category Sports & Fitness
Platform Public API

Pros

  • No authentication needed
  • Comprehensive global network data
  • Real-time station availability
  • Simple endpoint structure

Cons

  • Rate-limited for high-volume usage
  • No service level agreement (SLA)
  • Limited historical data access

More Sports & Fitness Tools