Transport for Lisbon, Portugal
APIOpen data API for Lisbon's bus routes, parking availability, and traffic information
Overview
This RESTful API provides access to Lisbon’s transportation data including bus routes (stops, schedules), real-time parking availability (location, spot counts), and traffic conditions (congestion levels, incidents). Responses are in JSON format. Key endpoints cover bus route details, parking spot statuses, and traffic updates. Use cases include building commuter journey planners, integrating parking info into navigation apps, creating urban mobility dashboards, and supporting traffic management research for Lisbon’s residents and visitors.
Example Integration (JavaScript)
fetch('https://emel.city-platform.com/opendata/')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- JSON response format
- Open data access
- Real-time traffic updates
- Bus route & schedule data
- Parking availability info
Frequently Asked Questions
? Is Transport for Lisbon, Portugal free to use?
Yes, it is an open data API available for public use without any cost.
? Does it require an API Key?
No, an API key is not required to access the public data endpoints of this API.
? What is the response format?
The API primarily returns responses in JSON format, which is easy to parse and integrate into applications.
Top Alternatives
People Also Ask about Transport for Lisbon, Portugal
Tool Info
Pros
- ⊕ Free open data access
- ⊕ Covers diverse transport data (buses, parking, traffic)
- ⊕ Real-time updates for dynamic info
- ⊕ Structured JSON for easy integration
Cons
- ⊖ Limited to Lisbon region only
- ⊖ Documentation may include Portuguese content
- ⊖ Potential rate limits for high-volume requests