-
Notifications
You must be signed in to change notification settings - Fork 23
/
Tallest_Waterfalls.json
70 lines (70 loc) · 1.41 KB
/
Tallest_Waterfalls.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
{
"Tallest_Waterfall": [
{
"Name": "Angel Falls",
"Height": "979m",
"Locality": "Bolivar",
"Country": "Venezuela"
},
{
"Name": "Tres Hermans Falls",
"Height": "914m",
"Locality": "Junin",
"Country": "Peru"
},
{
"Name": "Olo'upena Falls",
"Height": "900m",
"Locality": "Hawaii",
"Country": "United States"
},
{
"Name": "Yumbilla Falls",
"Height": "896m",
"Locality": "Amazonas",
"Country": "Peru"
},
{
"Name": "Skorga",
"Height": "875m",
"Locality": "Møre og Romsdal",
"Country": "Norway"
},
{
"Name": "Vinnufossen",
"Height": "860m",
"Locality": "Møre og Romsdal",
"Country": "Norway"
},
{
"Name": "Balåifossen",
"Height": "850m",
"Locality": "Vestland",
"Country": "Norway"
},
{
"Name": "Mattenbachfall",
"Height": "840m",
"Locality": "Lauterbrunnental",
"Country": "Switzerland"
},
{
"Name": "Pu'uka'oku Falls",
"Height": "840m",
"Locality": "Hawaii",
"Country": "United States"
},
{
"Name": "James Bruce Falls",
"Height": "840m",
"Locality": "British Columbia",
"Country": "Canada"
},
{
"Name": "Browne Falls",
"Height": "836m",
"Locality": "Southland",
"Country": "New Zealand"
}
]
}