Velib Metropole API
APIOpen Data API for Paris Velib Bike Sharing Service
Overview
The Velib Metropole API provides real-time open data for Paris' Velib bike-sharing system using the GBFS (General Bikeshare Feed Specification) standard. Key endpoints include system information, station status (bike/dock availability), free bike details, and system hours. Responses are in JSON format. Use cases include building real-time bike locator apps, integrating Velib data into navigation tools, and analyzing urban mobility patterns for city planning in the Paris Metropole area.
Example Integration (JavaScript)
fetch('https://www.velib-metropole.fr/donnees-open-data-gbfs-du-service-velib-metropole')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- GBFS Compliant
- Real-time Data
- JSON Responses
- No Authentication Required
- Comprehensive Station Info
Frequently Asked Questions
? Is Velib Metropole API free to use?
Yes, it is an open data API available for free for both non-commercial and commercial purposes.
? Does it require an API Key?
No, the API does not require any authentication or API key to access its endpoints.
? What is the response format?
The API follows the GBFS standard, so all responses are in JSON format.
Top Alternatives
People Also Ask about Velib Metropole API
Tool Info
Pros
- ⊕ Free open data access
- ⊕ Real-time bike/dock availability
- ⊕ Standardized GBFS format for easy integration
Cons
- ⊖ Limited to Paris Metropole region
- ⊖ No historical data support
- ⊖ No official service level agreement (SLA)