-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
response.json
48 lines (48 loc) · 1005 Bytes
/
response.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
{
"context": "vessels.urn:mrn:imo:mmsi:304010417",
"updates": [
{
"timestamp": "2017-05-19T09:39:57Z",
"source": {
"label": "marinetraffic"
},
"values": [
{
"path": "",
"value": {
"mmsi": "304010417"
}
},
{
"path": "",
"value": {
"imo": "9015462"
}
},
{
"path": "navigation.courseOverGroundTrue",
"value": 5.707226654021458
},
{
"path": "navigation.headingTrue",
"value": 5.742133239061344
},
{
"path": "navigation.position",
"value": {
"latitude": "47.758499",
"longitude": "-5.154223"
}
},
{
"path": "navigation.speedOverGround",
"value": 38.068856000000004
},
{
"path": "navigation.state",
"value": "motoring"
}
]
}
]
}