-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFlights.json
99 lines (98 loc) · 1.73 KB
/
Flights.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[
{
"id": 1,
"airline": "First Class Air",
"from": "MAN",
"to": "TFS",
"price": 470,
"departure_date": "2023-07-01"
},
{
"id": 2,
"airline": "Oceanic Airlines",
"from": "MAN",
"to": "AGP",
"price": 245,
"departure_date": "2023-07-01"
},
{
"id": 3,
"airline": "Trans American Airlines",
"from": "MAN",
"to": "PMI",
"price": 170,
"departure_date": "2023-06-15"
},
{
"id": 4,
"airline": "Trans American Airlines",
"from": "LTN",
"to": "PMI",
"price": 153,
"departure_date": "2023-06-15"
},
{
"id": 5,
"airline": "Fresh Airways",
"from": "MAN",
"to": "PMI",
"price": 130,
"departure_date": "2023-06-15"
},
{
"id": 6,
"airline": "Fresh Airways",
"from": "LGW",
"to": "PMI",
"price": 75,
"departure_date": "2023-06-15"
},
{
"id": 7,
"airline": "Trans American Airlines",
"from": "MAN",
"to": "LPA",
"price": 125,
"departure_date": "2022-11-10"
},
{
"id": 8,
"airline": "Fresh Airways",
"from": "MAN",
"to": "LPA",
"price": 175,
"departure_date": "2023-11-10"
},
{
"id": 9,
"airline": "Fresh Airways",
"from": "MAN",
"to": "AGP",
"price": 140,
"departure_date": "2023-04-11"
},
{
"id": 10,
"airline": "First Class Air",
"from": "LGW",
"to": "AGP",
"price": 225,
"departure_date": "2023-07-01"
},
{
"id": 11,
"airline": "First Class Air",
"from": "LGW",
"to": "AGP",
"price": 155,
"departure_date": "2023-07-01"
},
{
"id": 12,
"airline": "Trans American Airlines",
"from": "MAN",
"to": "AGP",
"price": 202,
"departure_date": "2023-10-25"
}
]