Transport for Bordeaux, France
APIFree public transport & mobility data API for Bordeaux Métropole, France
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)
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
People Also Ask about Transport for Bordeaux, France
Tool Info
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