We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Getting the list of next departure times for a train station:
TransilienAPI api = new TransilienAPI(); Passages passages = api.nextTrain(87393009L);
Getting the list of next departure times for a train station to another
TransilienAPI api = new TransilienAPI(); Passages passages = api.nextTrain(87393009L, 87758847L);
The list of UIC codes can be found at http://test.data-sncf.com/
There was an error while loading. Please reload this page.