Most of the train operators seem to use very similar "mixing deck" tools to show you trains and prices - so much so I imagine they are using a turnkey solution or something along those lines.
They're generally useful if you want a specific train/day but for scouting a range of dates to find the best prices when you're flexible it's a PITA especially that when you change the from/to date, it reloads both from/return panels every time.
I wonder if there is an API I could query to get all this data upfront and then page through as I see fit, instead of having to do page reloads all the time. Anyone know anything about it?
They're generally useful if you want a specific train/day but for scouting a range of dates to find the best prices when you're flexible it's a PITA especially that when you change the from/to date, it reloads both from/return panels every time.
I wonder if there is an API I could query to get all this data upfront and then page through as I see fit, instead of having to do page reloads all the time. Anyone know anything about it?

However in the past when I've tried to do that sort of thing, it hasn't worked (maybe due to cookies or something as simple as using POST rather than GET might fox me!)
Comment