-
Notifications
You must be signed in to change notification settings - Fork 0
/
flightdata.json
74 lines (74 loc) · 1.31 KB
/
flightdata.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
{
"flightData": [
{
"id": 0,
"flightNo": "A12C1",
"carrier": "Indigo",
"src": "DEL",
"dst": "BLR",
"doj": "26-01-2017",
"dep": 1800,
"arr": 2030
},
{
"id": 1,
"flightNo": "A12C2",
"carrier": "AirAsia",
"src": "BLR",
"dst": "HYD",
"doj": "27-01-2017",
"dep": 1830,
"arr": 1930
},
{
"id": 2,
"flightNo": "A12C3",
"carrier": "QatarAirways",
"src": "BLR",
"dst": "DXB",
"doj": "28-02-2017",
"dep": 1000,
"arr": 1400
},
{
"id": 3,
"flightNo": "A12C4",
"carrier": "Lufthansa",
"src": "DEL",
"dst": "BLR",
"doj": "26-02-2017",
"dep": 1800,
"arr": 2030
},
{
"id": 4,
"flightNo": "A12C5",
"carrier": "Lufthansa",
"src": "DEL",
"dst": "BOM",
"doj": "24-03-2017",
"dep": 1400,
"arr": 1600
},
{
"id": 5,
"flightNo": "A12C6",
"carrier": "Lufthansa",
"src": "BLR",
"dst": "BOM",
"doj": "01-04-2017",
"dep": 1100,
"arr": 1230
},
{
"id": 6,
"flightNo": "A12C7",
"carrier": "Lufthansa",
"src": "BLR",
"dst": "MUC",
"doj": "28-07-2019",
"dep": 1100,
"arr": 1230
}
]
}