Description Usage Value See Also Examples
Returns a list of stations.
1 |
A dataframe containing the stations.
This function implements version 2 of the Station list service of the NS API. It allows the user to request the details of all stations. The following details are returned:
Station identification abbreviation.
Station type.
Station country code:
Station UIC code, identification code of the international railway union, Union Internationale des Chemins de fer.
Station latitude coordinate.
Station longitude coordinate.
Brief name of the station, consisting of max.10 characters.
Medium-length name of the station, consisting of max. 16 characters.
Full name of the station, consisting of max. 25 characters.
Please note that this implementation returns the 'namen' element as flattened columns and that the element 'synoniemen' is not returned in the dataframe. It can be obtained from the XML however.
http://www.ns.nl/en/travel-information/ns-api/documentation-station-list.html
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.