Metro Lisboa
APIReal-time subway delay status API for Metro Lisboa
Overview
The Metro Lisboa API provides real-time operational status and delay information for Lisbon's subway lines via its primary endpoint /status/getLinhas.php. It returns structured JSON data including line identifiers, current status (normal, delayed, disrupted), and delay specifics if applicable. Use cases include building commuter apps to notify users of subway delays, integrating status widgets into travel websites, or powering transit alert systems for Lisbon residents and visitors.
Example Integration (JavaScript)
script.js JS
fetch('http://app.metrolisboa.pt/status/getLinhas.php')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- Real-time delay data
- Metro Lisboa line statuses
- No authentication required
- Simple REST endpoint
Frequently Asked Questions
? Is Metro Lisboa API free to use?
Yes, the API is publicly accessible and free of charge.
? Does it require an API Key?
No, authentication is not required to access the endpoint.
? What is the response format?
The API returns data in JSON format, containing line statuses and delay details.
Top Alternatives
Google Transit API
Search Google
People Also Ask about Metro Lisboa
Metro Lisboa vs Google Transit API Metro Lisboa 2025 review
Tool Info
Pros
- ⊕ Free public access
- ⊕ Direct subway delay insights
- ⊕ Relevant for Lisbon commuters
- ⊕ Lightweight response payload
Cons
- ⊖ Limited official documentation
- ⊖ Rate limits unspecified
- ⊖ Only covers Lisbon subway lines