-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathEngland_Championship.json
146 lines (146 loc) · 3.32 KB
/
England_Championship.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
[
{
"team_id": 1,
"team_name": "Birmingham City",
"team_abbreviation": "BCFC",
"team_stadium": "St Andrew's Stadium"
},
{
"team_id": 2,
"team_name": "Blackburn Rovers",
"team_abbreviation": "BRFC",
"team_stadium": "Ewood Park"
},
{
"team_id": 3,
"team_name": "Bristol City",
"team_abbreviation": "BRC",
"team_stadium": "Ashton Gate Stadium"
},
{
"team_id": 4,
"team_name": "Cardiff City",
"team_abbreviation": "CCFC",
"team_stadium": "Cardiff City Stadium"
},
{
"team_id": 5,
"team_name": "Coventry City",
"team_abbreviation": "CCFC",
"team_stadium": "Coventry Building Society Arena"
},
{
"team_id": 6,
"team_name": "Huddersfield Town",
"team_abbreviation": "HTAFC",
"team_stadium": "John Smith's Stadium"
},
{
"team_id": 7,
"team_name": "Hull City",
"team_abbreviation": "HCAFC",
"team_stadium": "KCOM Stadium"
},
{
"team_id": 8,
"team_name": "Ipswich Town",
"team_abbreviation": "ITFC",
"team_stadium": "Portman Road"
},
{
"team_id": 9,
"team_name": "Leeds United",
"team_abbreviation": "LUFC",
"team_stadium": "Elland Road"
},
{
"team_id": 10,
"team_name": "Leicester City",
"team_abbreviation": "LCFC",
"team_stadium": "King Power Stadium"
},
{
"team_id": 11,
"team_name": "Middlesbrough",
"team_abbreviation": "MFC",
"team_stadium": "Riverside Stadium"
},
{
"team_id": 12,
"team_name": "Millwall",
"team_abbreviation": "MFC",
"team_stadium": "The Den"
},
{
"team_id": 13,
"team_name": "Norwich City",
"team_abbreviation": "NCFC",
"team_stadium": "Carrow Road"
},
{
"team_id": 14,
"team_name": "Plymouth Argyle",
"team_abbreviation": "PAFC",
"team_stadium": "Home Park"
},
{
"team_id": 15,
"team_name": "Preston North End",
"team_abbreviation": "PNE",
"team_stadium": "Deepdale"
},
{
"team_id": 16,
"team_name": "Queens Park Rangers",
"team_abbreviation": "QPR",
"team_stadium": "Kiyan Prince Foundation Stadium"
},
{
"team_id": 17,
"team_name": "Rotherham United",
"team_abbreviation": "RUFC",
"team_stadium": "New York Stadium"
},
{
"team_id": 18,
"team_name": "Sheffield Wednesday",
"team_abbreviation": "SWFC",
"team_stadium": "Hillsborough Stadium"
},
{
"team_id": 19,
"team_name": "Southampton",
"team_abbreviation": "SFC",
"team_stadium": "St Mary's Stadium"
},
{
"team_id": 20,
"team_name": "Stoke City",
"team_abbreviation": "SCFC",
"team_stadium": "bet365 Stadium"
},
{
"team_id": 21,
"team_name": "Sunderland",
"team_abbreviation": "SAFC",
"team_stadium": "Stadium of Light"
},
{
"team_id": 22,
"team_name": "Swansea City",
"team_abbreviation": "SCFC",
"team_stadium": "Liberty Stadium"
},
{
"team_id": 23,
"team_name": "Watford",
"team_abbreviation": "Watford",
"team_stadium": "Vicarage Road"
},
{
"team_id": 24,
"team_name": "West Bromwich Albion",
"team_abbreviation": "WBA",
"team_stadium": "The Hawthorns"
}
]