Velib Metropole API

API

Open Data API for Paris Velib Bike Sharing Service

Visit Website

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)

script.js JS

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

JCDecaux Bike Sharing API Search Google
Nextbike API Search Google
Citybike API Search Google

People Also Ask about Velib Metropole API

Velib Metropole API vs JCDecaux Bike Sharing APIVelib Metropole API vs Nextbike APIVelib Metropole API vs Citybike API Velib Metropole API 2025 review

Tool Info

Pricing Free
Category Transportation
Platform Public API

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)

More Transportation Tools