-
Notifications
You must be signed in to change notification settings - Fork 6
/
leagues.json
55 lines (55 loc) · 2.13 KB
/
leagues.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
{
"English Premier League": {
"ais": "http://www.bbc.co.uk/sport/football/live-scores/premier-league",
"table": "http://www.bbc.co.uk/sport/football/premier-league/table"
},
"English Championship": {
"ais": "http://www.bbc.co.uk/sport/football/live-scores/championship",
"table": "http://www.bbc.co.uk/sport/football/championship/table"
},
"English League One": {
"table":"http://www.bbc.co.uk/sport/football/league-one/table",
"ais":"http://www.bbc.co.uk/sport/football/live-scores/league-one"
},
"English League Two": {
"table":"http://www.bbc.co.uk/sport/football/league-two/table",
"ais":"http://www.bbc.co.uk/sport/football/live-scores/league-two"
},
"Scottish Premier League":{
"table":"http://www.bbc.co.uk/sport/football/scottish-premiership/table",
"ais":"http://www.bbc.co.uk/sport/football/live-scores/scottish-premiership"
},
"Scottish Championship":{
"table":"http://www.bbc.co.uk/sport/football/scottish-championship/table",
"ais":"http://www.bbc.co.uk/sport/football/live-scores/scottish-championship"
},
"Scottish League One":{
"table":"http://www.bbc.co.uk/sport/football/scottish-league-one/table",
"ais":"http://www.bbc.co.uk/sport/football/live-scores/scottish-league-one"
},
"Scottish League Two":{
"table":"http://www.bbc.co.uk/sport/football/scottish-league-two/table",
"ais":"http://www.bbc.co.uk/sport/football/live-scores/scottish-league-two"
},
"Austrian Bundesliga":{
"table":"http://www.bbc.co.uk/sport/football/austrian-bundesliga/table"
},
"German Bundesliga": {
"table":"http://www.bbc.co.uk/sport/football/german-bundesliga/table"
},
"Italian Serie A": {
"table":"http://www.bbc.co.uk/sport/football/italian-serie-a/table"
},
"French Ligue One": {
"table":"http://www.bbc.co.uk/sport/football/french-ligue-one/table"
},
"Portuguese Primeira Liga NOS":{
"table":"http://www.bbc.co.uk/sport/football/portuguese-primeira-liga/table"
},
"Spanish La Liga": {
"table":"http://www.bbc.co.uk/sport/football/spanish-la-liga/table"
},
"American Major League Soccer":{
"table":"http://us.soccerway.com/national/united-states/mls"
}
}