-
Notifications
You must be signed in to change notification settings - Fork 0
/
airlinelist.json
97 lines (97 loc) · 2.94 KB
/
airlinelist.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
{
"Mainline": {
"Table": {
"Header": {
"Data": [
"Airline",
"IATA",
"Hubs",
"Notes",
"HomePage",
"Plane"
]
},
"Row": [
{
"Airline": "Alaska Airlines",
"IATA": "AS",
"Hubs": {
"Hub": [
"Seattle/Tacoma",
"Anchorage",
"Portland (OR)",
"San Diego",
"San Jose"
]
},
"Notes":"Founded as McGee Airways, and commenced operations in 1944 as Alaska Airlines. Plans have been made for Alaska Airlines to acquire Virgin America.",
"HomePage": "https://www.alaskaair.com/",
"Plane": "http://cs-server.usc.edu:45678/hw/hw4/Alaska_Airlines,_Boeing_737.jpg"
},
{
"Airline": "American Airlines",
"IATA": "AA",
"Hubs": {
"Hub": [
"Dallas/Fort Worth",
"Charlotte",
"Chicago-O'Hare",
"Los Angeles",
"Miami",
"New York-JFK",
"New York-LaGuardia",
"Philadelphia",
"Phoenix",
"Washington-National"
]
},
"Notes": "Founded as American Airways; largest airline in the world based on airline company revenue, scheduled passenger miles flown (per year), and fleet size.",
"HomePage": "http://www.aa.com",
"Plane": "http://cs-server.usc.edu:45678/hw/hw4/American_Airlines_Boeing_777.png"
},
{
"Airline": "Delta Air Lines",
"IATA": "DL",
"Hubs": {
"Hub": [
"Atlanta",
"Amsterdam",
"Boston",
"Detroit",
"Minneapolis/St Paul",
"Cincinnati",
"New York-JFK",
"New York-LaGuardia",
"Paris-Charles de Gaulle",
"Salt Lake City",
"Seattle",
"Tokyo-Narita"
]
},
"Notes": "Founded as Huff Daland Dusters; largest airline in the world based on number of passengers served per year.",
"HomePage": "https://www.delta.com",
"Plane": "http://cs-server.usc.edu:45678/hw/hw4/Delta_B747.jpg"
},
{
"Airline": "Frontier Airlines",
"IATA": "F9",
"Hubs": {
"Hub": [
"Denver",
"Atlanta",
"Chicago-O'Hare",
"Cleveland",
"Miami",
"Orlando",
"Trenton",
"Washington-Dulles"
]
},
"Notes": "Frontier Airlines is an American ultra low cost carrier headquartered in Denver, Colorado.",
"HomePage": "http://www.flyfrontier.com/",
"Plane": "http://cs-server.usc.edu:45678/hw/hw4/Airbus_A320-214,_Frontier_Airlines.jpg"
}
]
}
}
}