Delays in subway lines
Provides real-time operational status and delay information for Lisbon's subway lines.
import requests
url = "https://api.metrolisboa.pt/status" # Placeholder URL
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)