We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Connection today from Stuttgart HBf to Ulm HBf at 10:51 was canceled (see. screenshot below), but connection is reported on time from schiene:
s.connections('Stuttgart HBf', 'Ulm HBf', datetime(2024, 4, 25, 10, 50, 0, 0)) [ { "details": "https://mobile.bahn.de/bin/mobil/query.exe/dox?ld=4357&protocol=https:&n=1&i=dt.01855957.1714033988&rt=1&use_realtime_filter=1&co=C0-0&vca&HWAI=CONNECTION$C0-0!details=opened!detailsVerbund=opened!&", "departure": "10:51", "arrival": "11:34", "transfers": 0, "time": "0:43", "products": ["ICE"], "price": None, "ontime": True, "delay": {"delay_departure": 0, "delay_arrival": 0}, "canceled": False, }, ]
s.connections('Stuttgart HBf', 'Ulm HBf', datetime(2024, 4, 25, 10, 50, 0, 0))
note: screenshot is taken from details-URL above, saved website is attached response.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Connection today from Stuttgart HBf to Ulm HBf at 10:51 was canceled (see. screenshot below), but connection is reported on time from schiene:
s.connections('Stuttgart HBf', 'Ulm HBf', datetime(2024, 4, 25, 10, 50, 0, 0))
[
{
"details": "https://mobile.bahn.de/bin/mobil/query.exe/dox?ld=4357&protocol=https:&n=1&i=dt.01855957.1714033988&rt=1&use_realtime_filter=1&co=C0-0&vca&HWAI=CONNECTION$C0-0!details=opened!detailsVerbund=opened!&",
"departure": "10:51",
"arrival": "11:34",
"transfers": 0,
"time": "0:43",
"products": ["ICE"],
"price": None,
"ontime": True,
"delay": {"delay_departure": 0, "delay_arrival": 0},
"canceled": False,
},
]
note: screenshot is taken from details-URL above, saved website is attached response.zip
The text was updated successfully, but these errors were encountered: