-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrip.json
68 lines (68 loc) · 1.53 KB
/
trip.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"now": "16:40",
"legs": [
{
"departure": {
"station": "Ulm Hbf",
"scheduled": "10:48"
},
"arrival": {
"scheduled": "13:06",
"station": "Frankfurt(M) Flughafen Fernbahnhof"
},
"train": {
"name": "ICE 610",
"destination": "Dortmund"
}
},
{
"departure": {
"scheduled": "13:55",
"actual": "14:15"
},
"arrival": {
"scheduled": "15:15",
"actual": "15:25",
"station": "Düsseldorf Hbf"
},
"train": {
"name": "ICE 1014",
"destination": "Dortmund"
}
},
{
"departure": {
"scheduled": "15:33",
"actual": "15:45"
},
"arrival": {
"scheduled": "16:55",
"actual": "17:07",
"station": "Münster(Westf) Hbf"
},
"train": {
"name": "IC 2312",
"destination": "Hamburg-Altona"
}
},
{
"departure": {
"scheduled": "17:08",
"actual": "17:08"
},
"arrival": {
"scheduled": "18:26",
"station": "Enschede"
},
"train": {
"name": "RB 64 (20224)",
"destination": "Enschede",
"stations":[
{"name": "Münster West","arrival": {"scheduled": "17:20"}},
{"name": "Nowhere","arrival": {"scheduled": "17:40","actual": "17:50"}},
{"name": "Gronau","arrival": {"scheduled": "18:10","actual": "18:10"},"departure": {"scheduled": "18:12","actual": "18:18"}}
]
}
}
]
}