-
Notifications
You must be signed in to change notification settings - Fork 3
/
Germany_Bundesliga.json
110 lines (110 loc) · 2.5 KB
/
Germany_Bundesliga.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
[
{
"team_id": "1",
"team_name": "Augsburg",
"team_abbreviation": "FCA",
"team_stadium": "WWK Arena"
},
{
"team_id": "2",
"team_name": "Bayer Leverkusen",
"team_abbreviation": "B04",
"team_stadium": "BayArena"
},
{
"team_id": "3",
"team_name": "Bayern Munich",
"team_abbreviation": "FCB",
"team_stadium": "Allianz Arena"
},
{
"team_id": "4",
"team_name": "VfL Bochum",
"team_abbreviation": "BOC",
"team_stadium": "Vonovia Ruhrstadion"
},
{
"team_id": "5",
"team_name": "Borussia Dortmund",
"team_abbreviation": "BVB",
"team_stadium": "Signal Iduna Park"
},
{
"team_id": "6",
"team_name": "Borussia Mönchengladbach",
"team_abbreviation": "BMG",
"team_stadium": "Borussia-Park"
},
{
"team_id": "7",
"team_name": "Darmstadt",
"team_abbreviation": "D98",
"team_stadium": "Merck-Stadion am Böllenfalltor"
},
{
"team_id": "8",
"team_name": "Eintracht Frankfurt",
"team_abbreviation": "SGE",
"team_stadium": "Deutsche Bank Park"
},
{
"team_id": "9",
"team_name": "FC Köln",
"team_abbreviation": "KOE",
"team_stadium": "RheinEnergieStadion"
},
{
"team_id": "10",
"team_name": "SC Freiburg",
"team_abbreviation": "SCF",
"team_stadium": "Schwarzwald-Stadion"
},
{
"team_id": "11",
"team_name": "Heidenheim",
"team_abbreviation": "FCH",
"team_stadium": "Voith-Arena"
},
{
"team_id": "12",
"team_name": "Hoffenheim",
"team_abbreviation": "TSG",
"team_stadium": "PreZero Arena"
},
{
"team_id": "13",
"team_name": "Mainz",
"team_abbreviation": "M05",
"team_stadium": "Opel Arena"
},
{
"team_id": "14",
"team_name": "RB Leipzig",
"team_abbreviation": "RBL",
"team_stadium": "Red Bull Arena"
},
{
"team_id": "15",
"team_name": "VfB Stuttgart",
"team_abbreviation": "VFB",
"team_stadium": "Mercedes-Benz Arena"
},
{
"team_id": "16",
"team_name": "Union Berlin",
"team_abbreviation": "FCU",
"team_stadium": "Stadion An der Alten Försterei"
},
{
"team_id": "17",
"team_name": "Werder Bremen",
"team_abbreviation": "SVW",
"team_stadium": "Weserstadion"
},
{
"team_id": "18",
"team_name": "Wolfsburg",
"team_abbreviation": "WOB",
"team_stadium": "Volkswagen Arena"
}
]