Distance-ten
This service handles distances between railway stations, measured along the track.
It has an open API for looking up distances, and an internal API for data maintenance.
Endpoint
Get the distance between two stations.
Both parameters must be NSR stopPlace IDs for Norwegian railway stations.
GET
https://api.entur.io/distance-ten/{stopPlace1}/{stopPlace2}
Headers
- ET-Client-Name:
<company> - <application>
(See Authentication section above)
Responses
200 OK
The value returned is a single integer representing the distance in TEN between the two stations. For most practical purposes, 1 TEN == 1 km.
404 Not Found
The distance was not found.
500 Internal Server Error
An unexpected internal error occured.
Example
curl \
-X GET \
-H "ET-Client-Name: somecompany - someapp" \
https://api.entur.io/distance-ten/NSR:StopPlace:337/NSR:StopPlace:1