ResRobot Route planner
Obs: Detta innehåll finns inte tillgängligt på svenska. Därför ser du engelska versionen. Om du tycker att denna sida borde översättas till svenska, kan du skriva till oss på support.trafiklab.se.
Om du vill se webbsidan på engelska, klicka här.
What does this API provide?
ResRobot Route planner provides routes between two stops or points. Users can specify the start and end point, date, time, transport modes, …
Data format
The data is formatted as JSON or XML, depending on the format
query parameter.
Updates
The static data used for this API is updated when changes are made, at most once per day.
Operators covered by this dataset
All operators which operate in Sweden are covered by the ResRobot APIs.
Breaking changes
This API has the stable status. When breaking changes are made, we strive to have a 6 months transition period for users to update their implementations. Examples of breaking changes are the changes to existing fields or query parameters, or in case new query parameters are required to keep the results the same. The addition of new fields isn’t considered a breaking change, and can happen without warning.
Using ResRobot Route planner
ResRobot route planner consists of two different endpoints, one for departures and one for arrivals. Both endpoints take exactly the same parameters and have the same response structure. API Calls take the stop id as a parameter, as well as some other parameters to fine-tune the results. It returns a list of departures or arrivals from the given stop, including a bit of information about each vehicle, such as where it is heading or where it comes from.
Example call
This example call retrieves all routes from Stockholm Central Station (740000001) to Malmö Central Station (740000003), departing right now (since no specific time or date is specified in the call).
Call
1https://api.resrobot.se/v2.1/trip?format=json&originId=740000001&destId=740000003&passlist=true&showPassingPoints=true&accessId=API_KEY
1https://api.resrobot.se/v2.1/trip?format=xml&originId=740000001&destId=740000003&passlist=true&showPassingPoints=true&accessId=API_KEY
Request parameters
Changes compared to ResRobot v2.0:
- The
key
parameter has been renamed toaccessId
. passlist
is now0
by default. Set to1
to keep the responses the same if you need this data.numF
should be a value in the range 1-6, where this used to be 0-6 previously.numB
should be a value in the range 0-5, where this used to be 0-6 previously.
Name | Data type | Required | Description |
---|---|---|---|
accessId | String | Yes | Your API key. |
lang | String (sv/en/de) | No, default sv | Language to use in the response. Affects both data (names for different transport types) and error messages. |
date | Date (YYYY-MM-DD) | No, default today | Search on a specific date, specified in YYYY-MM-DD format, e.g. 2021-12-31. You can only search for dates within the timetable period, defined by planningPeriodBegin and planningPeriodEnd which is present in all route-planning responses. |
time | Time (HH:MM) | No, default now | Search on a specific time, specified in HH:MM format, e.g. 19:06. |
searchForArrival | Integer (0/1) | No, default 0 | Search for a latest arrival date/time instead of seraching for a first departure date/time |
originId | String | Either originId or originCoordLat+originCoordLong are required | Stop id to search a route from. Can be obtained from the Stop lookup API, Nearby stops API, or GTFS Sverige 2 |
originCoordLat, originCoordLong | String | Either originId or originCoordLat+originCoordLong are required | Coordinates of the origin. ResRobot will calculate walking legs if needed Latitude (WGS84, decimal degree), ex 59.330150 Longitude (WGS84, decimal degree), ex 18.056618 |
destId | String | Either destId or destCoordLat+destCoordLong are required | Stop id to search a route to. Can be obtained from the Stop lookup API, Nearby stops API, or GTFS Sverige 2 |
destCoordLat, destCoordLong | String | Either destId or destCoordLat+destCoordLong are required | Coordinates of the destination. ResRobot will calculate walking legs if needed Latitude (WGS84, decimal degree), ex 59.330150 Longitude (WGS84, decimal degree), ex 18.056618 |
viaId | String | No, default no via | Id of an additional stop that should be passed on the way. |
numF | Integer (1-6) | No, default 5 | Number of results to fetch, departing after the specified date/time. The sum of numF and numB should not be more than 6. Ignored when searchForArrival is set to 1. |
numB | Integer (0-5) | No, default 0 | Number of results to fetch, departing before the specified date/time. The sum of numF and numB should not be more than 6. Ignored when searchForArrival is set to 1. |
context | String | Np, default unspecified | Reference for scrolling further up or down from a previous search result. |
maxChange | Integer (1-3) | No, default unlimited | Limits the maximum number of transfers. |
products | Integer | No, default all products | Only include certain traffic modes, see common request products |
operators | comma seperated integers | No, default all operators | Only include traffic from specified operators. Operators are specified by their id, which can be obtained from GTFS Sverige 2 Example: operators=275,287 (275=SL, 287=Arlanda Express) |
passlist | Integer | No, default 0 | Set to 1 to include a list of the stops which are passed on the route of a vehicle. 0 to leave the list out of the result. |
originWalk | comma separated integers | No | 4 comma separated values: allow walks ,minimum walking distance ,maximum walking distance ,walking time in % allow walks : Set to 1 to allow walks to the first stop. Set to 0 to disable this.minimum walking distance ,maximum walking distance : Minimum and maximum distance in meters, between 0 and 10000.walking time in % : walking time, relative to the default walking speed of 5km/h + 2 minutes to orient. Between 50 and 150%. 150% means walking will take 50% longer than default.Walking between 0 and 1000 meters, at 75% of the normal speed look like this: originWalk=1,0,1000,75 . To disable walking, originWalk=0 suffices. |
destWalk | comma separated integers | No | 4 comma separated values: allow walks ,minimum walking distance ,maximum walking distance ,walking time in % allow walks : Set to 1 to allow walks from the last stop to the destination. Set to 0 to disable this.minimum walking distance ,maximum walking distance : Minimum and maximum distance in meters, between 0 and 10000.walking time in % : walking time, relative to the default walking speed of 5km/h + 2 minutes to orient. Between 50 and 150%. 150% means walking will take 50% longer than default.Walking between 0 and 1000 meters, at 75% of the normal speed look like this: destwalk=1,0,1000,75 . To disable walking, destwalk=0 suffices. |
format | String | No, default XML | The response format, json or XML |
Response
1{
2 "Trip": [
3 {
4 "ServiceDays": [
5 {
6 "planningPeriodBegin": "2020-05-29",
7 "planningPeriodEnd": "2020-08-16",
8 "sDaysR": "not every day",
9 "sDaysI": "2. until 18. Jun 2020 Mo - Fr",
10 "sDaysB": "9F3E7800000000000000"
11 }
12 ],
13 "LegList": {
14 "Leg": [
15 {
16 "Origin": {
17 "name": "Stockholm Centralstation",
18 "type": "ST",
19 "id": "740000001",
20 "extId": "740000001",
21 "lon": 18.058151,
22 "lat": 59.330136,
23 "routeIdx": 0,
24 "time": "11:41:00",
25 "date": "2020-06-02"
26 },
27 "Destination": {
28 "name": "Norrköping Centralstation",
29 "type": "ST",
30 "id": "740000007",
31 "extId": "740000007",
32 "lon": 16.183343,
33 "lat": 58.596625,
34 "routeIdx": 6,
35 "time": "13:26:00",
36 "date": "2020-06-02"
37 },
38 "Notes": {
39 "Note": [
40 {
41 "value": "Endast 2 klass",
42 "key": "AA",
43 "type": "A",
44 "priority": 100,
45 "routeIdxFrom": 0,
46 "routeIdxTo": 6
47 },
48 {
49 "value": "Ej reservering",
50 "key": "AE",
51 "type": "A",
52 "priority": 100,
53 "routeIdxFrom": 0,
54 "routeIdxTo": 2
55 },
56 {
57 "value": "no WiFi",
58 "key": "SX",
59 "type": "A",
60 "priority": 100,
61 "routeIdxFrom": 0,
62 "routeIdxTo": 6
63 },
64 {
65 "value": "no A/C",
66 "key": "SY",
67 "type": "A",
68 "priority": 100,
69 "routeIdxFrom": 0,
70 "routeIdxTo": 6
71 }
72 ]
73 },
74 "Product": {
75 "name": "Regional Tåg 231",
76 "num": "231",
77 "catCode": "2",
78 "catOutS": "JRE",
79 "catOutL": "Regional Tåg",
80 "operatorCode": "74",
81 "operator": "SJ",
82 "operatorUrl": "http://www.sj.se"
83 },
84 "Stops": {
85 "Stop": [
86 {
87 "name": "Stockholm Centralstation",
88 "id": "740000001",
89 "extId": "740000001",
90 "routeIdx": 0,
91 "lon": 18.058151,
92 "lat": 59.330136,
93 "depTime": "11:41:00",
94 "depDate": "2020-06-02"
95 },
96 {
97 "name": "Kolmården station (Norrköping kn)",
98 "id": "740001545",
99 "extId": "740001545",
100 "routeIdx": 5,
101 "lon": 16.362597,
102 "lat": 58.675424,
103 "depTime": "13:09:00",
104 "depDate": "2020-06-02",
105 "arrTime": "13:09:00",
106 "arrDate": "2020-06-02"
107 },
108 {
109 "name": "Norrköping Centralstation",
110 "id": "740000007",
111 "extId": "740000007",
112 "routeIdx": 6,
113 "lon": 16.183343,
114 "lat": 58.596625,
115 "arrTime": "13:26:00",
116 "arrDate": "2020-06-02"
117 }
118 ]
119 },
120 "idx": "0",
121 "name": "Regional Tåg 231",
122 "transportNumber": "231",
123 "transportCategory": "JRE",
124 "type": "JNY",
125 "reachable": true,
126 "direction": "Norrköping Centralstation"
127 },
128 {
129 "Origin": {
130 "name": "Norrköping Centralstation",
131 "type": "ST",
132 "id": "740000007",
133 "extId": "740000007",
134 "lon": 16.183343,
135 "lat": 58.596625,
136 "routeIdx": 0,
137 "time": "13:48:00",
138 "date": "2020-06-02"
139 },
140 "Destination": {
141 "name": "Mjölby station",
142 "type": "ST",
143 "id": "740000180",
144 "extId": "740000180",
145 "lon": 15.131992,
146 "lat": 58.322984,
147 "routeIdx": 6,
148 "time": "14:35:00",
149 "date": "2020-06-02"
150 },
151 "Notes": {
152 "Note": [
153 {
154 "value": "Endast 2 klass",
155 "key": "AA",
156 "type": "A",
157 "priority": 100,
158 "routeIdxFrom": 0,
159 "routeIdxTo": 6
160 },
161 {
162 "value": "Ej reservering",
163 "key": "AE",
164 "type": "A",
165 "priority": 100,
166 "routeIdxFrom": 0,
167 "routeIdxTo": 6
168 }
169 ]
170 },
171 "Product": {
172 "name": "Länstrafik - Tåg 8739",
173 "num": "8739",
174 "catCode": "4",
175 "catOutS": "JLT",
176 "catOutL": "Länstrafik - Tåg",
177 "operatorCode": "253",
178 "operator": "ÖstgötaTrafiken",
179 "operatorUrl": "http://www.ostgotatrafiken.se/"
180 },
181 "Stops": {
182 "Stop": [
183 {
184 "name": "Norrköping Centralstation",
185 "id": "740000007",
186 "extId": "740000007",
187 "routeIdx": 0,
188 "lon": 16.183343,
189 "lat": 58.596625,
190 "depTime": "13:48:00",
191 "depDate": "2020-06-02"
192 },
193 {
194 "name": "Kimstad station (Norrköping kn)",
195 "id": "740068883",
196 "extId": "740068883",
197 "routeIdx": 1,
198 "lon": 15.971764,
199 "lat": 58.546106,
200 "depTime": "13:59:00",
201 "depDate": "2020-06-02",
202 "arrTime": "13:59:00",
203 "arrDate": "2020-06-02"
204 },
205 {
206 "name": "Mjölby station",
207 "id": "740000180",
208 "extId": "740000180",
209 "routeIdx": 6,
210 "lon": 15.131992,
211 "lat": 58.322984,
212 "arrTime": "14:35:00",
213 "arrDate": "2020-06-02"
214 }
215 ]
216 },
217 "idx": "1",
218 "name": "Länstrafik - Tåg 8739",
219 "transportNumber": "8739",
220 "transportCategory": "JLT",
221 "type": "JNY",
222 "reachable": true,
223 "direction": "Motala station"
224 },
225 ],
226 "scrB": "1|OB|MTµ11µ9501µ9341µ9763µ9851µ0µ0µ66133µ9319µ1µ-2147483616µ0µ1µ2|PDHµ60b11222cb3bfeafacd1e38613ce2846|RDµ2062020|RTµ111941",
227 "scrF": "1|OF|MTµ11µ9741µ9741µ10003µ10003µ0µ0µ2613µ9631µ8µ-2147482606µ0µ1µ2|PDHµ60b11222cb3bfeafacd1e38613ce2846|RDµ2062020|RTµ111941"
228}
229 }
230 ]
1<?xml version="1.0" encoding="UTF-8"?>
2<TripList scrB="1|OB|MTµ11µ9501µ9341µ9763µ9851µ0µ0µ66133µ9322µ1µ-2147483616µ0µ1µ2|PDHµ60b11222cb3bfeafacd1e38613ce2846|RDµ2062020|RTµ112220" scrF="1|OF|MTµ11µ9741µ9741µ10003µ10003µ0µ0µ2613µ9631µ8µ-2147482606µ0µ1µ2|PDHµ60b11222cb3bfeafacd1e38613ce2846|RDµ2062020|RTµ112220" xmlns="hafas_rest_v1">
3 <Trip idx="0" ctxRecon="T$A=1@O=Stockholm Centralstation@L=740000001@a=128@$A=1@O=Norrköping Centralstation@L=740000007@a=128@$202006021141$202006021326$JRE 231$$1$§T$A=1@O=Norrköping Centralstation@L=740000007@a=128@$A=1@O=Mjölby station@L=740000180@a=128@$202006021348$202006021435$JLT 8739$$1$§T$A=1@O=Mjölby station@L=740000180@a=128@$A=1@O=Tranås station@L=740000041@a=128@$202006021447$202006021508$JLT18839$$1$§T$A=1@O=Tranås station@L=740000041@a=128@$A=1@O=Nässjö Centralstation@L=740000140@a=128@$202006021614$202006021641$JLT27621$$1$§T$A=1@O=Nässjö Centralstation@L=740000140@a=128@$A=1@O=Alvesta station@L=740000004@a=128@$202006021701$202006021753$JLT17619$$1$§T$A=1@O=Alvesta station@L=740000004@a=128@$A=1@O=Malmö Centralstation@L=740000003@a=128@$202006021833$202006022011$JRE 1101$$1$" tripId="C-0" duration="PT8H30M">
4 <ServiceDays sDaysR="not every day" sDaysI="2. until 18. Jun 2020 Mo - Fr" sDaysB="9F3E7800000000000000" planningPeriodBegin="2020-05-29" planningPeriodEnd="2020-08-16"/>
5 <LegList>
6 <Leg type="JNY" idx="0" name="Regional Tåg 231" transportNumber="231" transportCategory="JRE" reachable="true" direction="Norrköping Centralstation">
7 <Origin extId="740000001" id="740000001" name="Stockholm Centralstation" type="ST" routeIdx="0" lon="18.058151" lat="59.330136" date="2020-06-02" time="11:41:00"/>
8 <Destination extId="740000007" id="740000007" name="Norrköping Centralstation" type="ST" routeIdx="6" lon="16.183343" lat="58.596625" date="2020-06-02" time="13:26:00"/>
9 <Notes>
10 <Note routeIdxFrom="0" routeIdxTo="6" key="AA" priority="100" type="A">Endast 2 klass</Note>
11 <Note routeIdxFrom="0" routeIdxTo="2" key="AE" priority="100" type="A">Ej reservering</Note>
12 <Note routeIdxFrom="0" routeIdxTo="6" key="SX" priority="100" type="A">no WiFi</Note>
13 <Note routeIdxFrom="0" routeIdxTo="6" key="SY" priority="100" type="A">no A/C</Note>
14 </Notes>
15 <Product catCode="2" catOutL="Regional Tåg" catOutS="JRE" name="Regional Tåg 231" num="231" operator="SJ" operatorCode="74" operatorUrl="http://www.sj.se"/>
16 <Stops>
17 <Stop depDate="2020-06-02" depTime="11:41:00" routeIdx="0" name="Stockholm Centralstation" id="740000001" extId="740000001" lon="18.058151" lat="59.330136"/>
18 <Stop depDate="2020-06-02" depTime="11:52:00" arrDate="2020-06-02" arrTime="11:52:00" routeIdx="1" name="Flemingsberg station (Huddinge kn)" id="740000031" extId="740000031" lon="17.945678" lat="59.217959"/>
19 <Stop depDate="2020-06-02" depTime="12:03:00" arrDate="2020-06-02" arrTime="12:03:00" routeIdx="2" name="Södertälje Syd station" id="740000055" extId="740000055" lon="17.645367" lat="59.162415"/>
20 <Stop depDate="2020-06-02" depTime="12:19:00" arrDate="2020-06-02" arrTime="12:19:00" routeIdx="3" name="Vagnhärad station (Trosa kn)" id="740000605" extId="740000605" lon="17.496694" lat="58.945739"/>
21 <Stop depDate="2020-06-02" depTime="12:46:00" arrDate="2020-06-02" arrTime="12:46:00" routeIdx="4" name="Nyköping Centralstation" id="740000050" extId="740000050" lon="16.994781" lat="58.755689"/>
22 <Stop depDate="2020-06-02" depTime="13:09:00" arrDate="2020-06-02" arrTime="13:09:00" routeIdx="5" name="Kolmården station (Norrköping kn)" id="740001545" extId="740001545" lon="16.362597" lat="58.675424"/>
23 <Stop arrDate="2020-06-02" arrTime="13:26:00" routeIdx="6" name="Norrköping Centralstation" id="740000007" extId="740000007" lon="16.183343" lat="58.596625"/>
24 </Stops>
25 </Leg>
26 <Leg type="JNY" idx="1" name="Länstrafik - Tåg 8739" transportNumber="8739" transportCategory="JLT" reachable="true" direction="Motala station">
27 <Origin extId="740000007" id="740000007" name="Norrköping Centralstation" type="ST" routeIdx="0" lon="16.183343" lat="58.596625" date="2020-06-02" time="13:48:00"/>
28 <Destination extId="740000180" id="740000180" name="Mjölby station" type="ST" routeIdx="6" lon="15.131992" lat="58.322984" date="2020-06-02" time="14:35:00"/>
29 <Notes>
30 <Note routeIdxFrom="0" routeIdxTo="6" key="AA" priority="100" type="A">Endast 2 klass</Note>
31 <Note routeIdxFrom="0" routeIdxTo="6" key="AE" priority="100" type="A">Ej reservering</Note>
32 </Notes>
33 <Product catCode="4" catOutL="Länstrafik - Tåg" catOutS="JLT" name="Länstrafik - Tåg 8739" num="8739" operator="ÖstgötaTrafiken" operatorCode="253" operatorUrl="http://www.ostgotatrafiken.se/"/>
34 <Stops>
35 <Stop depDate="2020-06-02" depTime="13:48:00" routeIdx="0" name="Norrköping Centralstation" id="740000007" extId="740000007" lon="16.183343" lat="58.596625"/>
36 <Stop depDate="2020-06-02" depTime="13:59:00" arrDate="2020-06-02" arrTime="13:59:00" routeIdx="1" name="Kimstad station (Norrköping kn)" id="740068883" extId="740068883" lon="15.971764" lat="58.546106"/>
37 <Stop depDate="2020-06-02" depTime="14:08:00" arrDate="2020-06-02" arrTime="14:08:00" routeIdx="2" name="Linghem station (Linköping kn)" id="740000849" extId="740000849" lon="15.787188" lat="58.436689"/>
38 <Stop depDate="2020-06-02" depTime="14:16:00" arrDate="2020-06-02" arrTime="14:15:00" routeIdx="3" name="Linköping Centralstation" id="740000009" extId="740000009" lon="15.62496" lat="58.416634"/>
39 <Stop depDate="2020-06-02" depTime="14:22:00" arrDate="2020-06-02" arrTime="14:22:00" routeIdx="4" name="Vikingstad station (Linköping kn)" id="740000868" extId="740000868" lon="15.431971" lat="58.383167"/>
40 <Stop depDate="2020-06-02" depTime="14:28:00" arrDate="2020-06-02" arrTime="14:28:00" routeIdx="5" name="Mantorp station (Mjölby kn)" id="740000616" extId="740000616" lon="15.290732" lat="58.348622"/>
41 <Stop arrDate="2020-06-02" arrTime="14:35:00" routeIdx="6" name="Mjölby station" id="740000180" extId="740000180" lon="15.131992" lat="58.322984"/>
42 </Stops>
43 </Leg>
44 <Leg type="JNY" idx="2" name="Länstrafik - Tåg 18839" transportNumber="18839" transportCategory="JLT" reachable="true" direction="Tranås station">
45 <Origin extId="740000180" id="740000180" name="Mjölby station" type="ST" routeIdx="0" lon="15.131992" lat="58.322984" date="2020-06-02" time="14:47:00"/>
46 <Destination extId="740000041" id="740000041" name="Tranås station" type="ST" routeIdx="2" lon="14.975022" lat="58.037963" date="2020-06-02" time="15:08:00"/>
47 <Notes>
48 <Note routeIdxFrom="0" routeIdxTo="2" key="AA" priority="100" type="A">Endast 2 klass</Note>
49 <Note routeIdxFrom="0" routeIdxTo="2" key="AE" priority="100" type="A">Ej reservering</Note>
50 </Notes>
51 <Product catCode="4" catOutL="Länstrafik - Tåg" catOutS="JLT" name="Länstrafik - Tåg 18839" num="18839" operator="ÖstgötaTrafiken" operatorCode="253" operatorUrl="http://www.ostgotatrafiken.se/"/>
52 <Stops>
53 <Stop depDate="2020-06-02" depTime="14:47:00" routeIdx="0" name="Mjölby station" id="740000180" extId="740000180" lon="15.131992" lat="58.322984"/>
54 <Stop depDate="2020-06-02" depTime="14:56:00" arrDate="2020-06-02" arrTime="14:56:00" routeIdx="1" name="Boxholm station" id="740000015" extId="740000015" lon="15.054145" lat="58.193657"/>
55 <Stop arrDate="2020-06-02" arrTime="15:08:00" routeIdx="2" name="Tranås station" id="740000041" extId="740000041" lon="14.975022" lat="58.037963"/>
56 </Stops>
57 </Leg>
58 <Leg type="JNY" idx="3" name="Länstrafik - Tåg 27621" transportNumber="27621" transportCategory="JLT" reachable="true" direction="Nässjö Centralstation">
59 <Origin extId="740000041" id="740000041" name="Tranås station" type="ST" routeIdx="0" lon="14.975022" lat="58.037963" date="2020-06-02" time="16:14:00"/>
60 <Destination extId="740000140" id="740000140" name="Nässjö Centralstation" type="ST" routeIdx="2" lon="14.693983" lat="57.652443" date="2020-06-02" time="16:41:00"/>
61 <Notes>
62 <Note routeIdxFrom="0" routeIdxTo="2" key="AA" priority="100" type="A">Endast 2 klass</Note>
63 <Note routeIdxFrom="0" routeIdxTo="2" key="AE" priority="100" type="A">Ej reservering</Note>
64 </Notes>
65 <Product catCode="4" catOutL="Länstrafik - Tåg" catOutS="JLT" name="Länstrafik - Tåg 27621" num="27621" operator="JLT" operatorCode="254" operatorUrl="http://www.jlt.se"/>
66 <Stops>
67 <Stop depDate="2020-06-02" depTime="16:14:00" routeIdx="0" name="Tranås station" id="740000041" extId="740000041" lon="14.975022" lat="58.037963"/>
68 <Stop depDate="2020-06-02" depTime="16:28:00" arrDate="2020-06-02" arrTime="16:28:00" routeIdx="1" name="Aneby station" id="740000379" extId="740000379" lon="14.810816" lat="57.836237"/>
69 <Stop arrDate="2020-06-02" arrTime="16:41:00" routeIdx="2" name="Nässjö Centralstation" id="740000140" extId="740000140" lon="14.693983" lat="57.652443"/>
70 </Stops>
71 </Leg>
72 <Leg type="JNY" idx="4" name="Länstrafik - Tåg 17619" transportNumber="17619" transportCategory="JLT" reachable="true" direction="Växjö station">
73 <Origin extId="740000140" id="740000140" name="Nässjö Centralstation" type="ST" routeIdx="4" lon="14.693983" lat="57.652443" date="2020-06-02" time="17:01:00"/>
74 <Destination extId="740000004" id="740000004" name="Alvesta station" type="ST" routeIdx="10" lon="14.556322" lat="56.898778" date="2020-06-02" time="17:53:00"/>
75 <Notes>
76 <Note routeIdxFrom="4" routeIdxTo="10" key="AA" priority="100" type="A">Endast 2 klass</Note>
77 <Note routeIdxFrom="4" routeIdxTo="10" key="AE" priority="100" type="A">Ej reservering</Note>
78 </Notes>
79 <Product catCode="4" catOutL="Länstrafik - Tåg" catOutS="JLT" name="Länstrafik - Tåg 17619" num="17619" operator="JLT" operatorCode="254" operatorUrl="http://www.jlt.se"/>
80 <Stops>
81 <Stop depDate="2020-06-02" depTime="17:01:00" routeIdx="4" name="Nässjö Centralstation" id="740000140" extId="740000140" lon="14.693983" lat="57.652443"/>
82 <Stop depDate="2020-06-02" depTime="17:11:00" arrDate="2020-06-02" arrTime="17:11:00" routeIdx="5" name="Bodafors station (Nässjö kn)" id="740000963" extId="740000963" lon="14.693291" lat="57.504103"/>
83 <Stop depDate="2020-06-02" depTime="17:18:00" arrDate="2020-06-02" arrTime="17:18:00" routeIdx="6" name="Sävsjö station" id="740000078" extId="740000078" lon="14.665308" lat="57.402849"/>
84 <Stop depDate="2020-06-02" depTime="17:25:00" arrDate="2020-06-02" arrTime="17:25:00" routeIdx="7" name="Stockaryd station (Sävsjö kn)" id="740001318" extId="740001318" lon="14.591758" lat="57.313397"/>
85 <Stop depDate="2020-06-02" depTime="17:34:00" arrDate="2020-06-02" arrTime="17:34:00" routeIdx="8" name="Lammhult station (Växjö kn)" id="740037092" extId="740037092" lon="14.585385" lat="57.171035"/>
86 <Stop depDate="2020-06-02" depTime="17:45:00" arrDate="2020-06-02" arrTime="17:45:00" routeIdx="9" name="Moheda station (Alvesta kn)" id="740000122" extId="740000122" lon="14.576863" lat="57.003278"/>
87 <Stop arrDate="2020-06-02" arrTime="17:53:00" routeIdx="10" name="Alvesta station" id="740000004" extId="740000004" lon="14.556322" lat="56.898778"/>
88 </Stops>
89 </Leg>
90 <Leg type="JNY" idx="5" name="Regional Tåg 1101" transportNumber="1101" transportCategory="JRE" reachable="true" direction="Malmö Centralstation">
91 <Origin extId="740000004" id="740000004" name="Alvesta station" type="ST" routeIdx="6" lon="14.556322" lat="56.898778" date="2020-06-02" time="18:33:00"/>
92 <Destination extId="740000003" id="740000003" name="Malmö Centralstation" type="ST" routeIdx="13" lon="13.00091" lat="55.609456" date="2020-06-02" time="20:11:00"/>
93 <Notes>
94 <Note routeIdxFrom="12" routeIdxTo="13" key="AE" priority="100" type="A">Ej reservering</Note>
95 <Note routeIdxFrom="6" routeIdxTo="13" key="AG" priority="100" type="A">Frivillig platsbokning</Note>
96 <Note routeIdxFrom="6" routeIdxTo="13" key="AN" priority="100" type="A">Rullstolslyft</Note>
97 </Notes>
98 <Product catCode="2" catOutL="Regional Tåg" catOutS="JRE" name="Regional Tåg 1101" num="1101" operator="Öresundståg" operatorCode="300" operatorUrl="http://www.oresundstag.se/"/>
99 <Stops>
100 <Stop depDate="2020-06-02" depTime="18:33:00" routeIdx="6" name="Alvesta station" id="740000004" extId="740000004" lon="14.556322" lat="56.898778"/>
101 <Stop depDate="2020-06-02" depTime="18:52:00" arrDate="2020-06-02" arrTime="18:52:00" routeIdx="7" name="Älmhult station" id="740000045" extId="740000045" lon="14.136985" lat="56.551426"/>
102 <Stop depDate="2020-06-02" depTime="19:02:00" arrDate="2020-06-02" arrTime="19:02:00" routeIdx="8" name="Osby station" id="740000295" extId="740000295" lon="13.994254" lat="56.379948"/>
103 <Stop depDate="2020-06-02" depTime="19:22:00" arrDate="2020-06-02" arrTime="19:18:00" routeIdx="9" name="Hässleholm Centralstation" id="740000006" extId="740000006" lon="13.763141" lat="56.157762"/>
104 <Stop depDate="2020-06-02" depTime="19:36:00" arrDate="2020-06-02" arrTime="19:35:00" routeIdx="10" name="Höör station" id="740000185" extId="740000185" lon="13.541395" lat="55.937023"/>
105 <Stop depDate="2020-06-02" depTime="19:46:00" arrDate="2020-06-02" arrTime="19:45:00" routeIdx="11" name="Eslöv station" id="740000260" extId="740000260" lon="13.305491" lat="55.837719"/>
106 <Stop depDate="2020-06-02" depTime="19:58:00" arrDate="2020-06-02" arrTime="19:56:00" routeIdx="12" name="Lund Centralstation" id="740000120" extId="740000120" lon="13.186897" lat="55.708094"/>
107 <Stop arrDate="2020-06-02" arrTime="20:11:00" routeIdx="13" name="Malmö Centralstation" id="740000003" extId="740000003" lon="13.00091" lat="55.609456"/>
108 </Stops>
109 </Leg>
110 </LegList>
111 </Trip>
112 <Trip idx="1" ctxRecon="T$A=1@O=Stockholm Centralstation@L=740000001@a=128@$A=1@O=Norrköping Centralstation@L=740000007@a=128@$202006021141$202006021326$JRE 231$$1$§T$A=1@O=Norrköping Centralstation@L=740000007@a=128@$A=1@O=Linköping Centralstation@L=740000009@a=128@$202006021348$202006021415$JLT 8739$$1$§T$A=1@O=Linköping Centralstation@L=740000009@a=128@$A=1@O=Kalmar Centralstation@L=740000020@a=128@$202006021426$202006021738$JBL 8561$$1$§T$A=1@O=Kalmar Centralstation@L=740000020@a=128@$A=1@O=Malmö Centralstation@L=740000003@a=128@$202006021800$202006022111$JRE 1107$$1$" tripId="C-1" duration="PT9H30M">
113 <ServiceDays sDaysR="not every day" sDaysI="2. until 18. Jun 2020 Mo - Fr" sDaysB="9F3E7800000000000000" planningPeriodBegin="2020-05-29" planningPeriodEnd="2020-08-16"/>
114 <LegList>
115 <Leg type="JNY" idx="0" name="Regional Tåg 231" transportNumber="231" transportCategory="JRE" reachable="true" direction="Norrköping Centralstation">
116 <Origin extId="740000001" id="740000001" name="Stockholm Centralstation" type="ST" routeIdx="0" lon="18.058151" lat="59.330136" date="2020-06-02" time="11:41:00"/>
117 <Destination extId="740000007" id="740000007" name="Norrköping Centralstation" type="ST" routeIdx="6" lon="16.183343" lat="58.596625" date="2020-06-02" time="13:26:00"/>
118 <Notes>
119 <Note routeIdxFrom="0" routeIdxTo="6" key="AA" priority="100" type="A">Endast 2 klass</Note>
120 <Note routeIdxFrom="0" routeIdxTo="2" key="AE" priority="100" type="A">Ej reservering</Note>
121 <Note routeIdxFrom="0" routeIdxTo="6" key="SX" priority="100" type="A">no WiFi</Note>
122 <Note routeIdxFrom="0" routeIdxTo="6" key="SY" priority="100" type="A">no A/C</Note>
123 </Notes>
124 <Product catCode="2" catOutL="Regional Tåg" catOutS="JRE" name="Regional Tåg 231" num="231" operator="SJ" operatorCode="74" operatorUrl="http://www.sj.se"/>
125 <Stops>
126 <Stop depDate="2020-06-02" depTime="11:41:00" routeIdx="0" name="Stockholm Centralstation" id="740000001" extId="740000001" lon="18.058151" lat="59.330136"/>
127 <Stop depDate="2020-06-02" depTime="11:52:00" arrDate="2020-06-02" arrTime="11:52:00" routeIdx="1" name="Flemingsberg station (Huddinge kn)" id="740000031" extId="740000031" lon="17.945678" lat="59.217959"/>
128 <Stop depDate="2020-06-02" depTime="12:03:00" arrDate="2020-06-02" arrTime="12:03:00" routeIdx="2" name="Södertälje Syd station" id="740000055" extId="740000055" lon="17.645367" lat="59.162415"/>
129 <Stop depDate="2020-06-02" depTime="12:19:00" arrDate="2020-06-02" arrTime="12:19:00" routeIdx="3" name="Vagnhärad station (Trosa kn)" id="740000605" extId="740000605" lon="17.496694" lat="58.945739"/>
130 <Stop depDate="2020-06-02" depTime="12:46:00" arrDate="2020-06-02" arrTime="12:46:00" routeIdx="4" name="Nyköping Centralstation" id="740000050" extId="740000050" lon="16.994781" lat="58.755689"/>
131 <Stop depDate="2020-06-02" depTime="13:09:00" arrDate="2020-06-02" arrTime="13:09:00" routeIdx="5" name="Kolmården station (Norrköping kn)" id="740001545" extId="740001545" lon="16.362597" lat="58.675424"/>
132 <Stop arrDate="2020-06-02" arrTime="13:26:00" routeIdx="6" name="Norrköping Centralstation" id="740000007" extId="740000007" lon="16.183343" lat="58.596625"/>
133 </Stops>
134 </Leg>
135 <Leg type="JNY" idx="1" name="Länstrafik - Tåg 8739" transportNumber="8739" transportCategory="JLT" reachable="true" direction="Motala station">
136 <Origin extId="740000007" id="740000007" name="Norrköping Centralstation" type="ST" routeIdx="0" lon="16.183343" lat="58.596625" date="2020-06-02" time="13:48:00"/>
137 <Destination extId="740000009" id="740000009" name="Linköping Centralstation" type="ST" routeIdx="3" lon="15.62496" lat="58.416634" date="2020-06-02" time="14:15:00"/>
138 <Notes>
139 <Note routeIdxFrom="0" routeIdxTo="3" key="AA" priority="100" type="A">Endast 2 klass</Note>
140 <Note routeIdxFrom="0" routeIdxTo="3" key="AE" priority="100" type="A">Ej reservering</Note>
141 </Notes>
142 <Product catCode="4" catOutL="Länstrafik - Tåg" catOutS="JLT" name="Länstrafik - Tåg 8739" num="8739" operator="ÖstgötaTrafiken" operatorCode="253" operatorUrl="http://www.ostgotatrafiken.se/"/>
143 <Stops>
144 <Stop depDate="2020-06-02" depTime="13:48:00" routeIdx="0" name="Norrköping Centralstation" id="740000007" extId="740000007" lon="16.183343" lat="58.596625"/>
145 <Stop depDate="2020-06-02" depTime="13:59:00" arrDate="2020-06-02" arrTime="13:59:00" routeIdx="1" name="Kimstad station (Norrköping kn)" id="740068883" extId="740068883" lon="15.971764" lat="58.546106"/>
146 <Stop depDate="2020-06-02" depTime="14:08:00" arrDate="2020-06-02" arrTime="14:08:00" routeIdx="2" name="Linghem station (Linköping kn)" id="740000849" extId="740000849" lon="15.787188" lat="58.436689"/>
147 <Stop arrDate="2020-06-02" arrTime="14:15:00" routeIdx="3" name="Linköping Centralstation" id="740000009" extId="740000009" lon="15.62496" lat="58.416634"/>
148 </Stops>
149 </Leg>
150 <Leg type="JNY" idx="2" name="Tåg 8561" transportNumber="8561" transportCategory="JBL" reachable="true" direction="Kalmar Centralstation">
151 <Origin extId="740000009" id="740000009" name="Linköping Centralstation" type="ST" routeIdx="0" lon="15.62496" lat="58.416634" date="2020-06-02" time="14:26:00"/>
152 <Destination extId="740000020" id="740000020" name="Kalmar Centralstation" type="ST" routeIdx="10" lon="16.360071" lat="56.661283" date="2020-06-02" time="17:38:00"/>
153 <Notes>
154 <Note routeIdxFrom="0" routeIdxTo="10" key="AG" priority="100" type="A">Frivillig platsbokning</Note>
155 </Notes>
156 <Product catCode="2" catOutL="Tåg" catOutS="JBL" name="Tåg 8561" num="8561" operator="Kustpilen" operatorCode="653" operatorUrl="https://klt.se/"/>
157 <Stops>
158 <Stop depDate="2020-06-02" depTime="14:26:00" routeIdx="0" name="Linköping Centralstation" id="740000009" extId="740000009" lon="15.62496" lat="58.416634"/>
159 <Stop depDate="2020-06-02" depTime="14:30:00" routeIdx="1" name="Tannefors station (Linköping kn)" id="740001336" extId="740001336" lon="15.659236" lat="58.400471"/>
160 <Stop depDate="2020-06-02" depTime="15:02:00" arrDate="2020-06-02" arrTime="15:01:00" routeIdx="2" name="Rimforsa station (Kinda kn)" id="740000365" extId="740000365" lon="15.6817" lat="58.13555"/>
161 <Stop depDate="2020-06-02" depTime="15:19:00" arrDate="2020-06-02" arrTime="15:19:00" routeIdx="3" name="Kisa station (Kinda kn)" id="740000344" extId="740000344" lon="15.633805" lat="57.985386"/>
162 <Stop depDate="2020-06-02" depTime="15:46:00" arrDate="2020-06-02" arrTime="15:46:00" routeIdx="4" name="Astrid Lindgrens Värld station (Vimmerby kn)" id="740001013" extId="740001013" lon="15.842535" lat="57.674997"/>
163 <Stop depDate="2020-06-02" depTime="15:48:00" arrDate="2020-06-02" arrTime="15:48:00" routeIdx="5" name="Vimmerby station" id="740000351" extId="740000351" lon="15.858266" lat="57.663158"/>
164 <Stop depDate="2020-06-02" depTime="16:04:00" arrDate="2020-06-02" arrTime="16:04:00" routeIdx="6" name="Hultsfred station" id="740000348" extId="740000348" lon="15.846742" lat="57.486754"/>
165 <Stop depDate="2020-06-02" depTime="16:35:00" arrDate="2020-06-02" arrTime="16:30:00" routeIdx="7" name="Berga station (Högsby kn)" id="740000500" extId="740000500" lon="16.032711" lat="57.21634"/>
166 <Stop depDate="2020-06-02" depTime="16:40:00" arrDate="2020-06-02" arrTime="16:40:00" routeIdx="8" name="Högsby station" id="740000923" extId="740000923" lon="16.027812" lat="57.165749"/>
167 <Stop depDate="2020-06-02" depTime="17:05:00" arrDate="2020-06-02" arrTime="17:02:00" routeIdx="9" name="Blomstermåla station (Mönsterås kn)" id="740001000" extId="740001000" lon="16.332627" lat="56.980598"/>
168 <Stop arrDate="2020-06-02" arrTime="17:38:00" routeIdx="10" name="Kalmar Centralstation" id="740000020" extId="740000020" lon="16.360071" lat="56.661283"/>
169 </Stops>
170 </Leg>
171 <Leg type="JNY" idx="3" name="Regional Tåg 1107" transportNumber="1107" transportCategory="JRE" reachable="true" direction="Malmö Centralstation">
172 <Origin extId="740000020" id="740000020" name="Kalmar Centralstation" type="ST" routeIdx="0" lon="16.360071" lat="56.661283" date="2020-06-02" time="18:00:00"/>
173 <Destination extId="740000003" id="740000003" name="Malmö Centralstation" type="ST" routeIdx="13" lon="13.00091" lat="55.609456" date="2020-06-02" time="21:11:00"/>
174 <Notes>
175 <Note routeIdxFrom="5" routeIdxTo="6" key="AE" priority="100" type="A">Ej reservering</Note>
176 <Note routeIdxFrom="12" routeIdxTo="13" key="AE" priority="100" type="A">Ej reservering</Note>
177 <Note routeIdxFrom="0" routeIdxTo="13" key="AG" priority="100" type="A">Frivillig platsbokning</Note>
178 <Note routeIdxFrom="0" routeIdxTo="13" key="AN" priority="100" type="A">Rullstolslyft</Note>
179 </Notes>
180 <Product catCode="2" catOutL="Regional Tåg" catOutS="JRE" name="Regional Tåg 1107" num="1107" operator="Öresundståg" operatorCode="300" operatorUrl="http://www.oresundstag.se/"/>
181 <Stops>
182 <Stop depDate="2020-06-02" depTime="18:00:00" routeIdx="0" name="Kalmar Centralstation" id="740000020" extId="740000020" lon="16.360071" lat="56.661283"/>
183 <Stop depDate="2020-06-02" depTime="18:15:00" arrDate="2020-06-02" arrTime="18:15:00" routeIdx="1" name="Nybro station" id="740000189" extId="740000189" lon="15.909172" lat="56.742357"/>
184 <Stop depDate="2020-06-02" depTime="18:30:00" arrDate="2020-06-02" arrTime="18:29:00" routeIdx="2" name="Emmaboda station" id="740000096" extId="740000096" lon="15.535895" lat="56.62957"/>
185 <Stop depDate="2020-06-02" depTime="18:43:00" arrDate="2020-06-02" arrTime="18:43:00" routeIdx="3" name="Lessebo station" id="740000235" extId="740000235" lon="15.259045" lat="56.749531"/>
186 <Stop depDate="2020-06-02" depTime="18:49:00" arrDate="2020-06-02" arrTime="18:49:00" routeIdx="4" name="Hovmantorp station (Lessebo kn)" id="740000511" extId="740000511" lon="15.140666" lat="56.785838"/>
187 <Stop depDate="2020-06-02" depTime="19:10:00" arrDate="2020-06-02" arrTime="19:04:00" routeIdx="5" name="Växjö station" id="740000250" extId="740000250" lon="14.803625" lat="56.876845"/>
188 <Stop depDate="2020-06-02" depTime="19:33:00" arrDate="2020-06-02" arrTime="19:20:00" routeIdx="6" name="Alvesta station" id="740000004" extId="740000004" lon="14.556322" lat="56.898778"/>
189 <Stop depDate="2020-06-02" depTime="19:52:00" arrDate="2020-06-02" arrTime="19:52:00" routeIdx="7" name="Älmhult station" id="740000045" extId="740000045" lon="14.136985" lat="56.551426"/>
190 <Stop depDate="2020-06-02" depTime="20:02:00" arrDate="2020-06-02" arrTime="20:02:00" routeIdx="8" name="Osby station" id="740000295" extId="740000295" lon="13.994254" lat="56.379948"/>
191 <Stop depDate="2020-06-02" depTime="20:22:00" arrDate="2020-06-02" arrTime="20:18:00" routeIdx="9" name="Hässleholm Centralstation" id="740000006" extId="740000006" lon="13.763141" lat="56.157762"/>
192 <Stop depDate="2020-06-02" depTime="20:36:00" arrDate="2020-06-02" arrTime="20:35:00" routeIdx="10" name="Höör station" id="740000185" extId="740000185" lon="13.541395" lat="55.937023"/>
193 <Stop depDate="2020-06-02" depTime="20:46:00" arrDate="2020-06-02" arrTime="20:45:00" routeIdx="11" name="Eslöv station" id="740000260" extId="740000260" lon="13.305491" lat="55.837719"/>
194 <Stop depDate="2020-06-02" depTime="20:58:00" arrDate="2020-06-02" arrTime="20:56:00" routeIdx="12" name="Lund Centralstation" id="740000120" extId="740000120" lon="13.186897" lat="55.708094"/>
195 <Stop arrDate="2020-06-02" arrTime="21:11:00" routeIdx="13" name="Malmö Centralstation" id="740000003" extId="740000003" lon="13.00091" lat="55.609456"/>
196 </Stops>
197 </Leg>
198 </LegList>
199 </Trip>
200</TripList>
Response data fields
Changes compared to ResRobot v2.0:
Product
is now wrapped in an arrayTransportNumber
is no longer included. UseProductAtStop.num
orProductAtStop.displayNumber
instead.JourneyStatus
andJourneyDetailRef
have been added to each leg- Any applications which made use of the internal ids (
id
andstopid
) should switch over to using the public ids (extId
andstopExtId
) instead.
Name | Data type | Description |
---|---|---|
TripList | Trip[] | Root element, contains the results as well as some meta-data. |
TripList.scrF | String | Use this value as context in a new query to get later results. Only present if there are more results within the next 24 hours. |
TripList.scrB | String | Use this value as context in a new query to get earlier results. Only present if there are more results within the previous 24 hours. |
Trip.duration | ISO8601 duration | Total travel time in ISO8601 format Example: PT9H32M |
Servicedays | Object | Information about the days on which day this trip is executed |
Servicedays.planningPeriodBegin | YYYY-MM-DD | Start of the actual timetable period, moves forward weekly |
Servicedays.planningPeriodEnd | YYYY-MM-DD | End of the actual timetable period, changes about 4 times every year |
Servicedays.sDaysB | String | Binary code describing if there is traffic on each day in the timetable period. The bits are respresented in a hexadecimal string Example: sDaysB=“FFFFE7FFFFFF” Might end in a long series of zeroes in case there is no information for the given trip near the end of the timetable period. |
Servicedays.sDaysI | String | Automatic attempt to describe days on which this trip isn’t executed, in the chosen language E.g. utom 19. jun; och 18. jun . Not included if this trip is executed daily. |
Servicedays.sDaysR | String | Automatic attempt to describe days on which this trip is executed, in the chosen language E.g. Every day , Not every day , On fridays |
LegList | Leg[] | List of Legs |
Leg | Object | Part of the journey, for example travelling with 1 vehicle, walking to or from a stop, or making a transfer. For transfers or walks, only duration and distance are available. |
Leg.category | String | Category type, possible values are described in common data types |
Leg.number | Integer | See product.num, described in common data types |
Leg.name | String | See product.name, described in common data types |
Leg.direction | String | Name of the last stop on the vehicle’s trip |
Leg.type | String | JNY for public transport. TRSF for transfers where the traveller has to walk between stations or where the traveller has to wait for more than 15 minutes. WALK for walks to the first stop and from the last stop. |
Leg.dist | Integer | Distance of this leg in meter. Relevant när type=WALK eller type=BIKE. |
Leg.Origin | Origin | Information about the departure stop |
Leg.Destination | Destination | Information about the destination stop |
Leg.JourneyStatus | String | Information about the vehicle journey status, Planned, Replacement, Additional or Special. |
Leg.JourneyDetailRef | String | Contains a reference to this specific vehicle journey. Only when type = JNY |
Leg.Notes | Note[] | A list of notes for a leg |
Leg.Product | Product[] | See common data types |
Leg.Stops | Stop[] | The intermediate stops that this vehicle passes on during this leg, if passlist = 1. |
Origin.name | String | Name of the departure stop |
Origin.type | String | ST for stop. |
Origin.date | Date (YYYY-MM-DD) | Departure date in in YYYY-MM-DD format, e.g. 2021-12-31. |
Origin.time | Time (HH:MM) | Departure time in HH:MM format, e.g. 19:06. |
Origin.lat, Origin.lon | String | Latitude and Longitude (WGS84, decimal degree) of the departure stop, e.g. 59.293611 and 18.083056 |
Origin.id | String | Internal stop id of the departure stop, do not use |
Origin.extId | String | Id of the departure stop |
Destination.name | String | Name of the arrival stop |
Destination.type | String | ST for stop. |
Destination.date | Date (YYYY-MM-DD) | Arrival date in in YYYY-MM-DD format, e.g. 2021-12-31. |
Destination.time | Time (HH:MM) | Arrival time in HH:MM format, e.g. 19:06. |
Destination.lat, Destination.lon | String | Latitude and Longitude (WGS84, decimal degree) of the destination stop, e.g. 59.293611 and 18.083056 |
Destination.id | String | Internal stop id of the destination stop, do not use |
Destination.extId | String | Id of the destination stop |
Note.value | String | Text note containing additional information for (a part of) this leg |
Note.routeIdxFrom | Integer | Index of the stop at the start of the stretch to which this note applies |
Note.routeIdxTo | Integer | Index of the stop at the end of the stretch to which this note applies |
Stop.name | String | Name of the departure stop |
Stop.type | String | ST for stop. |
Stop.depDate | Date (YYYY-MM-DD) | Departure date in in YYYY-MM-DD format, e.g. 2021-12-31. |
Stop.arrDate | Date (YYYY-MM-DD) | Arrival date in in YYYY-MM-DD format, e.g. 2021-12-31. |
Stop.depTime | Time (HH:MM) | Departure time in HH:MM format, e.g. 19:06. |
Stop.arrTime | Time (HH:MM) | Arrival time in HH:MM format, e.g. 19:06. |
Stop.lat, Stop.lon | String | Latitude and Longitude (WGS84, decimal degree) of the departure stop, e.g. 59.293611 and 18.083056 |
Stop.id | String | Internal stop id of the stop, do not use |
Stop.extId | String | Id of the stop |
Stop.routeIdx | Integer | Zero-based index of the intermediate stop, for use with for example routeIdxFrom and routeIdsTo |