-
Notifications
You must be signed in to change notification settings - Fork 3
/
England_PremierLeague.json
122 lines (122 loc) · 2.5 KB
/
England_PremierLeague.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
[
{
"team_id": 1,
"team_name": "Arsenal",
"team_abbreviation": "ARS",
"team_stadium": "Emirates Stadium"
},
{
"team_id": 2,
"team_name": "Aston Villa",
"team_abbreviation": "AVL",
"team_stadium": "Villa Park"
},
{
"team_id": 3,
"team_name": "Bournemouth",
"team_abbreviation": "BOU",
"team_stadium": "Vitality Stadium"
},
{
"team_id": 4,
"team_name": "Brighton",
"team_abbreviation": "BHA",
"team_stadium": "Amex Stadium"
},
{
"team_id": 5,
"team_name": "Burnley",
"team_abbreviation": "BUR",
"team_stadium": "Turf Moor"
},
{
"team_id": 6,
"team_name": "Brentford",
"team_abbreviation": "BRE",
"team_stadium": "Brentford Community Stadium"
},
{
"team_id": 7,
"team_name": "Chelsea",
"team_abbreviation": "CHE",
"team_stadium": "Stamford Bridge"
},
{
"team_id": 8,
"team_name": "Crystal Palace",
"team_abbreviation": "CRY",
"team_stadium": "Selhurst Park"
},
{
"team_id": 9,
"team_name": "Everton",
"team_abbreviation": "EVE",
"team_stadium": "Goodison Park"
},
{
"team_id": 10,
"team_name": "Fulham",
"team_abbreviation": "FUL",
"team_stadium": "Craven Cottage"
},
{
"team_id": 11,
"team_name": "Liverpool",
"team_abbreviation": "LIV",
"team_stadium": "Anfield"
},
{
"team_id": 12,
"team_name": "Luton Town",
"team_abbreviation": "LUT",
"team_stadium": "Kenilworth Road"
},
{
"team_id": 13,
"team_name": "Manchester City",
"team_abbreviation": "MCI",
"team_stadium": "Etihad Stadium"
},
{
"team_id": 14,
"team_name": "Manchester United",
"team_abbreviation": "MUN",
"team_stadium": "Old Trafford"
},
{
"team_id": 15,
"team_name": "Newcastle",
"team_abbreviation": "NEW",
"team_stadium": "St. James' Park"
},
{
"team_id": 16,
"team_name": "Nottm Forest",
"team_abbreviation": "FOR",
"team_stadium": "City Ground"
},
{
"team_id": 17,
"team_name": "Sheffield United",
"team_abbreviation": "SHU",
"team_stadium": "Bramall Lane"
},
{
"team_id": 18,
"team_name": "Totenham",
"team_abbreviation": "TOT",
"team_stadium": "Tottenham Hotspur Stadium"
},
{
"team_id": 19,
"team_name": "West Ham",
"team_abbreviation": "WHU",
"team_stadium": "London Stadium"
},
{
"team_id": 20,
"team_name": "Wolves",
"team_abbreviation": "WOL",
"team_stadium": "Molineux Stadium"
}
]