Transport for Bordeaux, France

API

Free public transport & mobility data API for Bordeaux Métropole, France

Visit Website

Overview

The Transport for Bordeaux API provides RESTful access to Bordeaux Métropole’s public transport datasets, including real-time vehicle positions, stop schedules, route details, bike-sharing availability, and parking locations. Responses are in JSON (with optional GeoJSON/CSV for spatial data). Use cases include building journey planning apps, displaying real-time transit updates for commuters, integrating mobility info into local business platforms, or conducting urban transit research. No authentication is required for basic access, though rate limits apply to prevent abuse.

Example Integration (JavaScript)

script.js JS

fetch('https://opendata.bordeaux-metropole.fr/explore/')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful
  • JSON support
  • Real-time transit data
  • No auth required
  • Multi-dataset access (transit, parking, bikes)

Frequently Asked Questions

? Is Transport for Bordeaux, France free to use?

Yes, it’s an open data API with free access to all public datasets from Bordeaux Métropole.

? Does it require an API Key?

No, most public datasets are accessible without authentication; registration may unlock higher rate limits for heavy users.

? What is the response format?

Primary format is JSON; some spatial datasets (like stop locations) are available in GeoJSON or CSV for mapping integration.

Top Alternatives

RATP Open Data API (Paris) Search Google
SNCF Open Data API (National France) Search Google
Transitland API (Global) Search Google

People Also Ask about Transport for Bordeaux, France

Transport for Bordeaux, France vs RATP Open Data API (Paris)Transport for Bordeaux, France vs SNCF Open Data API (National France)Transport for Bordeaux, France vs Transitland API (Global) Transport for Bordeaux, France 2025 review

Tool Info

Pricing Free
Category Transportation
Platform Public API

Pros

  • Free open data access
  • Real-time mobility updates
  • Comprehensive local coverage
  • Spatial data options (GeoJSON)

Cons

  • Rate limits for high usage
  • Documentation mostly in French
  • Geographically restricted to Bordeaux Métropole
  • Occasional delays in non-real-time datasets

More Transportation Tools