Transport for Lisbon, Portugal

API

Open data API for Lisbon's bus routes, parking availability, and traffic information

Visit Website

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)

script.js JS

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

Lisbon Metro Open Data API Search Google
Portugal National Transport Authority API Search Google

People Also Ask about Transport for Lisbon, Portugal

Transport for Lisbon, Portugal vs Lisbon Metro Open Data APITransport for Lisbon, Portugal vs Portugal National Transport Authority API Transport for Lisbon, Portugal 2025 review

Tool Info

Pricing Free
Category Transportation
Platform Public API

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

More Transportation Tools