-
Notifications
You must be signed in to change notification settings - Fork 0
/
players.json
56 lines (56 loc) · 1.4 KB
/
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
[
{
"name": "Kylian Mbappé",
"country": "France",
"date_of_birth": "1998-12-20",
"team": "Real Madrid",
"position": "Forward",
"club_number": 9,
"national_team_number": 10
},
{
"name": "Vinícius Júnior",
"country": "Brazil",
"date_of_birth": "2000-07-12",
"team": "Real Madrid",
"position": "Forward",
"club_number": 7,
"national_team_number": 7
},
{
"name": "Christopher Nkunku",
"country": "France",
"date_of_birth": "1997-11-14",
"team": "Chelsea",
"position": "Forward",
"club_number": 18,
"national_team_number": 12
},
{
"name": "Cole Palmer",
"country": "England",
"date_of_birth": "2002-05-06",
"team": "Chelsea",
"position": "Midfielder",
"club_number": 20,
"national_team_number": 20
},
{
"name": "Victor Osimhen",
"country": "Nigeria",
"date_of_birth": "1998-12-29",
"team": "Galatasaray",
"position": "Forward",
"club_number": 45,
"national_team_number": 9
},
{
"name": "Jude Bellingham",
"country": "England",
"date_of_birth": "2003-06-29",
"team": "Real Madrid",
"position": "Midfielder",
"club_number": 5,
"national_team_number": 10
}
]