vote up 2 vote down star
1

Hi guys, im wondering if there is any online service who provide API about the train timetables (arrivals, departure, etch..), at least for the european stations.

I know www.bahn.de, who provide the accurated timetables for many european countries, but i didin't find any similar to a api service.

My goal (well, just a future-project) is to develope an application like gmaps, but instead of giving the car-trip i would like to give the train-trip.. you know, the user set the departure day, time and station, then the first arrival, maybe then add another one, and so on.

So, there is something like, that can be queryed by php/python/javascript?

Edit: if can help, im wondering to build a service to plan an inter-rail trip! (and any help will be really appreciate)

flag

wouldn't you duplicate the functionality of bahn.de? they have the exact route planner you describe. – micha2305 May 28 at 13:32
Yes.. well, i dont want to reinvent the wheel, but what i'm trying to figure out is an web application chained to gmaps, panoramio and wikimage, where people would be able to build-edit-then share with friends they'rs trip's... i cant redirect to bahn.de for paln the trip, then get back for the locations, suggested places, etc.. ;) – DaNieL May 28 at 14:00

3 Answers

vote up 1 vote down check

FYI. National Rail in the UK don't provide an API for their UK train data and get very funny about developers calling forms/scraping pages from third party apps. It's a very strange closed model. Google or the BBC might be your best bet, although the BBC provide travel information as opposed to time tables.

link|flag
3  
Frankly the UK train system in it's entirety is a very strange closed model, and that's the family friendly version. – annakata May 28 at 8:02
@annakata: LOL! +1 – Pekka Nov 8 at 22:33
vote up 1 vote down

Something in a common format like Google Transit Feed?, there are some US based ones, as well as one I found for London.

link|flag
Yes, something like GTF but worldwide -or at least- to the europe... Well, seem like google is 'waiting' that the public agency give he the data, so should be just a matter of time. – DaNieL May 28 at 7:58
vote up 1 vote down

Unfortunately, as far as I know there is no publicly-available timetable data in Europe so far. As garrow pointed out above, many agencies in the U.S., Australia, and Canada have taken the lead in making this information available to developers, but other parts of the world haven't yet followed suit. I recommend following the Transit Developers group and the OpenStreetMap talk-transit list, as those are the places where developers are most likely to discuss new data releases.

link|flag
For the europe, the website bahn.de seem to have the traintable for the 90% of europe (in my case, italy, the bahn.de timetables are more accurate then the trenitalia.it timetables -.-)... So there must be something outta here even for europe.. i've tryed to contact bahn.de, but no answer.. – DaNieL Nov 9 at 10:08

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.