-
Notifications
You must be signed in to change notification settings - Fork 1
/
trip.json
63 lines (53 loc) · 1.44 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
{
"currency": "EUR",
"number_of_travellers": 1,
"event": {
"name": "Hozier",
"start": 1570892700,
"url": "https://www.ticketmaster.co.uk/hozier-dublin-10-12-2019/event/1800571E98C1196B",
"price_pp": 6570
},
"venue": {
"name": "3Arena",
"address": "N Wall Quay, North Dock",
"postcode": "Dublin 1",
"city": "Dublin",
"longtitude": "53.3474963",
"latitude": "-6.2306965"
},
"flights": {
"price_pp": 3700,
"outbound": {
"numbers": ["FR817", "BB420"],
"departure_time": 1570892700,
"airports": [
{
"code" : "DUB",
"name" : "Dublin"
},
{
"code" : "EDI",
"name" : "Edinburgh"}
],
"arrival_time": 1570892700,
"uri" : "https://snake.rokasg.tech",
"price" : 1850
},
"return": {
"numbers": ["FR817", "BB420"],
"departure_time": 1570892700,
"airports": [
{
"code" : "DUB",
"name" : "Dublin"
},
{
"code" : "EDI",
"name" : "Edinburgh"}
],
"arrival_time": 1570892700,
"uri" : "https://snake.rokasg.tech",
"price" : 1850
}
}
}