-
Notifications
You must be signed in to change notification settings - Fork 23
/
top_Mountain_peaks.json
64 lines (64 loc) · 1.21 KB
/
top_Mountain_peaks.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
{
"Mountain_peaks": [
{
"rank": 1,
"name": "mount Everest",
"height": "8,848.86m",
"country": "Nepal"
},
{
"rank": 2,
"name": "k2",
"height": "8,611m",
"country": "China"
},
{
"rank": 3,
"name": "Kangchenjunga",
"height": "8,586m",
"country": "India"
},
{
"rank": 4,
"name": "Lhotse",
"height": "8,516m",
"country": "India"
},
{
"rank": 5,
"name": "Makalu",
"height": "8,485m",
"country": "Nepal"
},
{
"rank": 6,
"name": "Cho Oyu",
"height": "8,188m",
"country": "Nepal"
},
{
"rank": 7,
"name": "Dhaulagiri I",
"height": "8,167m",
"country": "Nepal"
},
{
"rank": 8,
"name": "Manaslu",
"height": "8,163m",
"country": "Nepal"
},
{
"rank": 9,
"name": "Nanga Parbat",
"height": "8,126m",
"country": "Pakistan"
},
{
"rank": 10,
"name": "Annapurna I",
"height": "8,091m",
"country": "Nepal"
}
]
}