-
Notifications
You must be signed in to change notification settings - Fork 23
/
top_football_players.json
75 lines (74 loc) · 1.73 KB
/
top_football_players.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
{
"topFootballPlayers": [
{
"id": 1,
"name" : "Lionel Messi",
"height" : "1.69 m",
"age" : "34",
"wiki_link" : "https://en.wikipedia.org/wiki/Lionel_Messi"
},
{
"id": 2,
"name" : "Cristiano Ronaldo",
"height" : "1.87 m",
"age" : "36",
"wiki_link" : "https://en.wikipedia.org/wiki/Cristiano_Ronaldo"
},
{
"id": 3,
"name" : "Neymar",
"height" : "1.75 m",
"age" : "29",
"wiki_link" : "https://en.wikipedia.org/wiki/Neymar"
},
{
"id": 4,
"name" : "David Beckham",
"height" : "1.8 m",
"age" : "46",
"wiki_link" : "https://en.wikipedia.org/wiki/David_Beckham"
},
{
"id": 5,
"name" : "Ricardo Kaká",
"height" : "1.86 m",
"age" : "39",
"wiki_link" : "https://en.wikipedia.org/wiki/Kaká"
},
{
"id": 6,
"name" : "Mohamed Salah",
"height" : "1.75 m",
"age" : "29",
"wiki_link" : "https://en.wikipedia.org/wiki/Mohamed_Salah"
},
{
"id": 7,
"name" : "Kylian Mbappé",
"height" : "1.78 m",
"age" : "22",
"wiki_link" : "https://en.wikipedia.org/wiki/Kylian_Mbapp%C3%A9"
},
{
"id": 8,
"name" : "Robert Lewandowski",
"height" : "1.85 m",
"age" : "33",
"wiki_link" : "https://en.wikipedia.org/wiki/Robert_Lewandowski"
},
{
"id": 9,
"name" : "N'Golo Kanté",
"height" : "1.68 m",
"age" : "30",
"wiki_link" : "https://en.wikipedia.org/wiki/N%27Golo_Kant%C3%A9"
},
{
"id": 10,
"name" : "Kevin De Bruyne",
"height" : "1.81 m",
"age" : "30",
"wiki_link" : "https://en.wikipedia.org/wiki/Kevin_De_Bruyne"
}
]
}