Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v3 GET /lol/get_tables
Returns the league, home & away tables per season or round.
Request URL
https://dsg-api.com/clients/{client_name}/lol/get_tables?type={type}&id={id}&client={client_name}&authkey={client_authkey}
API Threshold
  • 10k calls per hour (2.78 calls per second)
  • This threshold applies to ALL your calls you do across the API.
  • Your number of calls get reset every hour at :00
  • If the thresold is reached within the hour you will get a xml/json message accordingly (which is gone when the next hour starts, see previous point)
Parameters
authkey
string Required
client authentification key
client
string Required
unique client ID
date
string
set a date in format yyyy-mm-dd as limit
ftype
string
changes feed type from XML to json (ftype=json or ftype=json_array)
gameweek
int
gameweek value to get table from
id
int Required
object id to return
lang
string
two-character language code, defaults to 'en'
live
string
only 'yes' is valid which will provide a live table
type
string Required
type is either "season" or "round"
Nodes
competition
details about competition
area_id
unique identifier for an area
area_name
name of the area
competition_id
unique identifier for a competition
format
competition format (domestic_league, domestic_cup, domestic_league_cup, domestic_super_cup, international_cup, international_super_cup, playoff, tournament, race, unofficial)
gender
determines the gender of the competition (male or female)
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
name
name of the competition
type
determines if a competition is between club teams (club) or national teams (international)
datasportsgroup
details about the API version, sport, language and generation timestamp
generated_utc
UTC timestamp when the API output was generated
lang
language of the API call
sport
sport value
version
version of the API
list
details about list type
aggregation_type
aggregation type (scores or wins)
id
unique identifier for a group if type = group, if type = playoff then for a playoff
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
name
name of either a group or playoff
score_a
playoff score of team_a
score_b
playoff score of team_b
type
list type (regular, group or playoff)
winner_team_id
unique identifier for the winning team of the playoff
method
details about the API function
method_id
unique ID of method
name
name of method
round
details about the round
end_date
end date, format 'yyyy-mm-dd'
end_date_utc
end date in UTC timezone, format 'yyyy-mm-dd'
end_time
end time, format 'HH:mm:ss'
end_time_utc
end time in UTC timezone, format 'HH:mm:ss'
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
name
name of round
round_id
unique identifier of round
start_date
start date, format 'yyyy-mm-dd'
start_date_utc
start date in UTC timezone, format 'yyyy-mm-dd'.
start_time
start time, format 'HH:mm:ss'
start_time_utc
start time in UTC timezone, format 'HH:mm:ss'
type
determines if the round contains a table or a cup structure (knock-out)
season
details about the season
end_date
end date, format 'yyyy-mm-dd'
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
logo
full path URL of logo for particular season
original_name
competition name during this season
season_id
unique identifier for season
start_date
start date, format 'yyyy-mm-dd'
title
title of season
table
details about the table entry (soccer,esports)
area_id
unique identifier for an area
form
performance of the last 5 matches in the particular round (W = win, D = draw, L = loss)
live
indicates if there is a live game for the team
matches_draw
value for total drawn matches
matches_lost
value for total lost matches
matches_total
value for total played matches
matches_won
value for total won matches
next_match_id
match_id of the upcoming match in the particular round
next_opponent_name
current team name of the next opponent in the particular round
next_opponent_team_id
team_id of the next opponent in the particular round
original_team_name
original team name during the season
points
value for total points gained
position
position value
prev_season
defines last season achievements ('C','CW','P','R')
score_against
value for total score against
score_difference
value for total score difference
score_for
value for total scored made
short_name
shortened name of the person
team_id
unique identifier of the team
team_name
current team name
zone
name of table zone
zone_id
unique identifier for a table zone
Response Headers
200
Success
401
Unauthorized
429
Too Many Requests
Code Samples
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://dsg-api.com/clients/{client_name}/lol/get_tables?type={type}&id={id}&client={client_name}&authkey={client_authkey}");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERPWD, "{User}:{Password}");
$content = curl_exec($ch);
curl_close($ch);
?>
curl GET -u "User:Password" "https://dsg-api.com/clients/{client_name}/lol/get_tables?type={type}&id={id}&client={client_name}&authkey={client_authkey}"
Imports System
Imports System.Net	
Imports System.IO
Imports System.Text

Public Module Module1
	Public Sub Main()
		Dim url As String = "https://dsg-api.com/clients/{client_name}/lol/get_tables?type={type}&id={id}&client={client_name}&authkey={client_authkey}"
		Dim myReq As WebRequest = WebRequest.Create(url)
		myReq.Credentials = new System.Net.NetworkCredential("{User}", "{Password}")
		Dim wr As WebResponse = myReq.GetResponse()
		Dim receiveStream As Stream = wr.GetResponseStream()
		Dim reader As StreamReader = New StreamReader(receiveStream, Encoding.UTF8)
		Dim content As String = reader.ReadToEnd()
	End Sub
End Module
response = requests.get("https://dsg-api.com/clients/{client_name}/lol/get_tables?type={type}&id={id}&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example
200 Success
{"datasportsgroup":{"version":"2.160.3","sport":"esport_leagueoflegends","lang":"en","generated_utc":"2025-08-01T15:05:03+00:00","method":{"method_id":"160","name":"get_tables"},"tour":{"tour_id":"","name":"","gender":"male","tour_type":"non-tour","tour_season":{"tour_season_id":"","title":"","name":"","logo":"","competition":{"competition_id":"1050","name":"LPL","gender":"male","type":"club","format":"domestic_league","area_id":"49","area_name":"China PR","last_updated":"2022-08-14 14:39:08","season":{"season_id":"76670","title":"Split 3","original_name":"LPL China","start_date":"2025-07-19","end_date":"2025-09-30","logo":"","last_updated":"2025-07-19 10:26:20","round":{"round_id":"128553","name":"Group Stage","start_date":"2025-07-19","start_time":"","start_date_utc":"2025-07-19","start_time_utc":"","end_date":"2025-08-27","end_time":"","end_date_utc":"2025-08-27","end_time_utc":"","type":"table","last_updated":"2025-07-19 11:35:09","list":[{"type":"group","id":"4804553","name":"ASCEND","last_updated":"2025-07-19 10:29:10","total":{"table":[{"position":"1","team_id":"41216","team_name":"Top Esports","short_name":"Top Esports","original_team_name":"Top Esports","area_id":"49","live":"no","zone":"","zone_id":"","prev_season":"","form":"W,W,W,W,W","next_match_id":"3805213","next_opponent_team_id":"35052","next_opponent_name":"Bilibili Gaming","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/41216.png","values":{"matches_total":"5","matches_won":"5","matches_lost":"0","score_for":"10","score_against":"3","score_difference":"7"}},{"position":"2","team_id":"35052","team_name":"Bilibili Gaming","short_name":"Bilibili","original_team_name":"Bilibili Gaming","area_id":"49","live":"no","zone":"","zone_id":"","prev_season":"","form":"W,W,W","next_match_id":"3805207","next_opponent_team_id":"29556","next_opponent_name":"Invictus Gaming","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/35052.png","values":{"matches_total":"3","matches_won":"3","matches_lost":"0","score_for":"6","score_against":"1","score_difference":"5"}},{"position":"3","team_id":"29556","team_name":"Invictus Gaming","short_name":"Invictus","original_team_name":"Invictus Gaming","area_id":"49","live":"no","zone":"","zone_id":"","prev_season":"","form":"L,W,W,L,W","next_match_id":"3805207","next_opponent_team_id":"35052","next_opponent_name":"Bilibili Gaming","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/29556.png","values":{"matches_total":"5","matches_won":"3","matches_lost":"2","score_for":"7","score_against":"4","score_difference":"3"}},{"position":"4","team_id":"52999","team_name":"Weibo Gaming","short_name":"Weibo Gaming","original_team_name":"Weibo Gaming","area_id":"49","live":"no","zone":"","zone_id":"","prev_season":"","form":"L,W,W,L,L","next_match_id":"3805215","next_opponent_team_id":"29560","next_opponent_name":"JD Gaming","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52999.png","values":{"matches_total":"6","matches_won":"3","matches_lost":"3","score_for":"7","score_against":"9","score_difference":"-2"}},{"position":"5","team_id":"29560","team_name":"JD Gaming","short_name":"JD Gaming","original_team_name":"JD Gaming","area_id":"49","live":"no","zone":"","zone_id":"","prev_season":"","form":"L,W,L,W","next_match_id":"3805212","next_opponent_team_id":"52998","next_opponent_name":"Anyone's Legend","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/29560.png","values":{"matches_total":"4","matches_won":"2","matches_lost":"2","score_for":"4","score_against":"5","score_difference":"-1"}},{"position":"6","team_id":"52998","team_name":"Anyone's Legend","short_name":"Anyones Legend","original_team_name":"Anyone's Legend","area_id":"49","live":"no","zone":"","zone_id":"","prev_season":"","form":"L,L,W","next_match_id":"3805212","next_opponent_team_id":"29560","next_opponent_name":"JD Gaming","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52998.png","values":{"matches_total":"3","matches_won":"1","matches_lost":"2","score_for":"4","score_against":"5","score_difference":"-1"}},{"position":"7","team_id":"35054","team_name":"FunPlus Phoenix","short_name":"FunPlus","original_team_name":"FunPlus Phoenix","area_id":"49","live":"no","zone":"","zone_id":"","prev_season":"","form":"L,L,L,W,L","next_match_id":"3805214","next_opponent_team_id":"29563","next_opponent_name":"Team WE","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/35054.png","values":{"matches_total":"5","matches_won":"1","matches_lost":"4","score_for":"3","score_against":"8","score_difference":"-5"}},{"position":"8","team_id":"29563","team_name":"Team WE","short_name":"Team WE","original_team_name":"Team WE","area_id":"49","live":"no","zone":"","zone_id":"","prev_season":"","form":"L,L,L,L,L","next_match_id":"3805214","next_opponent_team_id":"35054","next_opponent_name":"FunPlus Phoenix","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/29563.png","values":{"matches_total":"5","matches_won":"0","matches_lost":"5","score_for":"4","score_against":"10","score_difference":"-6"}}]},"home":{"table":[{"position":"1","team_id":"29556","team_name":"Invictus Gaming","short_name":"Invictus","original_team_name":"Invictus Gaming","area_id":"49","form":"L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/29556.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"2","team_id":"29560","team_name":"JD Gaming","short_name":"JD Gaming","original_team_name":"JD Gaming","area_id":"49","form":"L,W,L,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/29560.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"3","team_id":"29563","team_name":"Team WE","short_name":"Team WE","original_team_name":"Team WE","area_id":"49","form":"L,L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/29563.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"4","team_id":"35052","team_name":"Bilibili Gaming","short_name":"Bilibili","original_team_name":"Bilibili Gaming","area_id":"49","form":"W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/35052.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"5","team_id":"35054","team_name":"FunPlus Phoenix","short_name":"FunPlus","original_team_name":"FunPlus Phoenix","area_id":"49","form":"L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/35054.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"6","team_id":"41216","team_name":"Top Esports","short_name":"Top Esports","original_team_name":"Top Esports","area_id":"49","form":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/41216.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"7","team_id":"52998","team_name":"Anyone's Legend","short_name":"Anyones Legend","original_team_name":"Anyone's Legend","area_id":"49","form":"L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52998.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"8","team_id":"52999","team_name":"Weibo Gaming","short_name":"Weibo Gaming","original_team_name":"Weibo Gaming","area_id":"49","form":"L,W,W,L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52999.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}}]},"away":{"table":[{"position":"1","team_id":"29556","team_name":"Invictus Gaming","short_name":"Invictus","original_team_name":"Invictus Gaming","area_id":"49","form":"W,W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/29556.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"2","team_id":"29560","team_name":"JD Gaming","short_name":"JD Gaming","original_team_name":"JD Gaming","area_id":"49","form":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/29560.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"3","team_id":"29563","team_name":"Team WE","short_name":"Team WE","original_team_name":"Team WE","area_id":"49","form":"L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/29563.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"4","team_id":"35052","team_name":"Bilibili Gaming","short_name":"Bilibili","original_team_name":"Bilibili Gaming","area_id":"49","form":"W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/35052.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"5","team_id":"35054","team_name":"FunPlus Phoenix","short_name":"FunPlus","original_team_name":"FunPlus Phoenix","area_id":"49","form":"L,L,W,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/35054.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"6","team_id":"41216","team_name":"Top Esports","short_name":"Top Esports","original_team_name":"Top Esports","area_id":"49","form":"W,W,W,W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/41216.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"7","team_id":"52998","team_name":"Anyone's Legend","short_name":"Anyones Legend","original_team_name":"Anyone's Legend","area_id":"49","form":"L,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52998.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"8","team_id":"52999","team_name":"Weibo Gaming","short_name":"Weibo Gaming","original_team_name":"Weibo Gaming","area_id":"49","form":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52999.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}}]}},{"type":"group","id":"4804554","name":"NIRVANA","last_updated":"2025-07-19 10:29:10","total":{"table":[{"position":"1","team_id":"29553","team_name":"EDward Gaming","short_name":"EDward Gaming","original_team_name":"EDward Gaming","area_id":"49","live":"no","zone":"","zone_id":"","prev_season":"","form":"W,W,W","next_match_id":"3805330","next_opponent_team_id":"41215","next_opponent_name":"LNG Esports","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/29553.png","values":{"matches_total":"3","matches_won":"3","matches_lost":"0","score_for":"6","score_against":"0","score_difference":"6"}},{"position":"2","team_id":"60035","team_name":"Ninjas in Pyjamas.CN","short_name":"NiP","original_team_name":"Ninjas in Pyjamas.CN","area_id":"49","live":"no","zone":"","zone_id":"","prev_season":"","form":"W,W,L,W","next_match_id":"3805331","next_opponent_team_id":"48956","next_opponent_name":"TT Gaming","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/60035.png","values":{"matches_total":"4","matches_won":"3","matches_lost":"1","score_for":"6","score_against":"4","score_difference":"2"}},{"position":"3","team_id":"48956","team_name":"TT Gaming","short_name":"TT Gaming","original_team_name":"TT Gaming","area_id":"49","live":"no","zone":"","zone_id":"","prev_season":"","form":"L,W,W","next_match_id":"3805328","next_opponent_team_id":"29557","next_opponent_name":"LGD Gaming","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/48956.png","values":{"matches_total":"3","matches_won":"2","matches_lost":"1","score_for":"4","score_against":"3","score_difference":"1"}},{"position":"4","team_id":"29557","team_name":"LGD Gaming","short_name":"LGD Gaming","original_team_name":"LGD Gaming","area_id":"49","live":"no","zone":"","zone_id":"","prev_season":"","form":"L,W,L,W","next_match_id":"3805328","next_opponent_team_id":"48956","next_opponent_name":"TT Gaming","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/29557.png","values":{"matches_total":"4","matches_won":"2","matches_lost":"2","score_for":"5","score_against":"6","score_difference":"-1"}},{"position":"5","team_id":"41215","team_name":"LNG Esports","short_name":"LNG Esports","original_team_name":"LNG Esports","area_id":"49","live":"no","zone":"","zone_id":"","prev_season":"","form":"L,L,L","next_match_id":"3805329","next_opponent_team_id":"50159","next_opponent_name":"Ultra Prime","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/41215.png","values":{"matches_total":"3","matches_won":"0","matches_lost":"3","score_for":"1","score_against":"6","score_difference":"-5"}},{"position":"6","team_id":"50159","team_name":"Ultra Prime","short_name":"Ultra Prime","original_team_name":"Ultra Prime","area_id":"49","live":"no","zone":"","zone_id":"","prev_season":"","form":"L,L,L","next_match_id":"3805329","next_opponent_team_id":"41215","next_opponent_name":"LNG Esports","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/50159.png","values":{"matches_total":"3","matches_won":"0","matches_lost":"3","score_for":"3","score_against":"6","score_difference":"-3"}}]},"home":{"table":[{"position":"1","team_id":"29553","team_name":"EDward Gaming","short_name":"EDward Gaming","original_team_name":"EDward Gaming","area_id":"49","form":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/29553.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"2","team_id":"29557","team_name":"LGD Gaming","short_name":"LGD Gaming","original_team_name":"LGD Gaming","area_id":"49","form":"L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/29557.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"3","team_id":"41215","team_name":"LNG Esports","short_name":"LNG Esports","original_team_name":"LNG Esports","area_id":"49","form":"L,L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/41215.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"4","team_id":"48956","team_name":"TT Gaming","short_name":"TT Gaming","original_team_name":"TT Gaming","area_id":"49","form":"L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/48956.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"5","team_id":"50159","team_name":"Ultra Prime","short_name":"Ultra Prime","original_team_name":"Ultra Prime","area_id":"49","form":"L,L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/50159.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"6","team_id":"60035","team_name":"Ninjas in Pyjamas.CN","short_name":"NiP","original_team_name":"Ninjas in Pyjamas.CN","area_id":"49","form":"L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/60035.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}}]},"away":{"table":[{"position":"1","team_id":"29553","team_name":"EDward Gaming","short_name":"EDward Gaming","original_team_name":"EDward Gaming","area_id":"49","form":"W,W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/29553.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"2","team_id":"29557","team_name":"LGD Gaming","short_name":"LGD Gaming","original_team_name":"LGD Gaming","area_id":"49","form":"W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/29557.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"3","team_id":"41215","team_name":"LNG Esports","short_name":"LNG Esports","original_team_name":"LNG Esports","area_id":"49","form":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/41215.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"4","team_id":"48956","team_name":"TT Gaming","short_name":"TT Gaming","original_team_name":"TT Gaming","area_id":"49","form":"W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/48956.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"5","team_id":"50159","team_name":"Ultra Prime","short_name":"Ultra Prime","original_team_name":"Ultra Prime","area_id":"49","form":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/50159.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"6","team_id":"60035","team_name":"Ninjas in Pyjamas.CN","short_name":"NiP","original_team_name":"Ninjas in Pyjamas.CN","area_id":"49","form":"W,W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/60035.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}}]}}]}}}}}}}