Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v3 GET /overwatch/get_tables
Returns the league, home & away tables per season or round.
Request URL
https://dsg-api.com/clients/{client_name}/overwatch/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
conference
string
if set to value "yes" it will show conference standings
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)
conference❯
basic details about the conference
conference_id
unique identifier for a conference
conference_name
name of the conference
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
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}/overwatch/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}/overwatch/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}/overwatch/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}/overwatch/get_tables?type={type}&id={id}&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example200 Success{"datasportsgroup":{"version":"2.536.3","sport":"esport_overwatch","lang":"en","generated_utc":"2025-08-01T15:08:47+00:00","method":{"method_id":"536","name":"get_tables"},"tour":{"tour_id":"","name":"","gender":"male","tour_type":"non-tour","tour_season":{"tour_season_id":"","title":"","name":"","logo":"","competition":{"competition_id":"2722","name":"Overwatch League","gender":"male","type":"club","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-10-06 19:25:22","season":{"season_id":"70086","title":"Season 6","original_name":"Overwatch League","start_date":"2023-07-04","end_date":"2023-10-02","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/2722_1.png","last_updated":"2023-09-08 22:00:16","round":{"round_id":"86692","name":"Spring Stage - Qualifiers","start_date":"2023-04-27","start_time":"","start_date_utc":"2023-04-27","start_time_utc":"","end_date":"2023-06-04","end_time":"","end_date_utc":"2023-06-04","end_time_utc":"","type":"table","last_updated":"2024-03-25 09:57:41","list":[{"type":"group","id":"129903","name":"East","last_updated":"2023-08-31 10:31:50","total":{"table":[{"position":"1","team_id":"45271","team_name":"Seoul Infernal","short_name":"Seoul Infernal","original_team_name":"Seoul Infernal","area_id":"107","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"W,W,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45271.png","values":{"matches_total":"8","matches_won":"7","matches_lost":"1","score_for":"24","score_against":"8","score_difference":"16"}},{"position":"2","team_id":"45276","team_name":"Hangzhou Spark","short_name":"Hangzhou Spark","original_team_name":"Hangzhou Spark","area_id":"49","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"W,L,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45276.png","values":{"matches_total":"8","matches_won":"6","matches_lost":"2","score_for":"19","score_against":"11","score_difference":"8"}},{"position":"3","team_id":"45278","team_name":"Guangzhou Charge","short_name":"Guangzhou Ch.","original_team_name":"Guangzhou Charge","area_id":"49","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"L,W,W,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45278.png","values":{"matches_total":"8","matches_won":"5","matches_lost":"3","score_for":"20","score_against":"11","score_difference":"9"}},{"position":"4","team_id":"45287","team_name":"Dallas Fuel","short_name":"Dallas Fuel","original_team_name":"Dallas Fuel","area_id":"203","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"W,W,L,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45287.png","values":{"matches_total":"10","matches_won":"5","matches_lost":"5","score_for":"17","score_against":"19","score_difference":"-2"}},{"position":"5","team_id":"45268","team_name":"Seoul Dynasty","short_name":"Seoul Dynasty","original_team_name":"Seoul Dynasty","area_id":"107","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"L,L,W,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45268.png","values":{"matches_total":"8","matches_won":"2","matches_lost":"6","score_for":"10","score_against":"20","score_difference":"-10"}},{"position":"6","team_id":"45277","team_name":"Shanghai Dragons","short_name":"Shanghai Drag","original_team_name":"Shanghai Dragons","area_id":"49","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"W,L,L,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45277.png","values":{"matches_total":"7","matches_won":"1","matches_lost":"6","score_for":"6","score_against":"19","score_difference":"-13"}}]},"home":{"table":[{"position":"1","team_id":"45271","team_name":"Seoul Infernal","short_name":"Seoul Infernal","original_team_name":"Seoul Infernal","area_id":"107","form":"W,W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45271.png","values":{"matches_total":"3","matches_won":"3","matches_lost":"0","score_for":"9","score_against":"2","score_difference":"7"}},{"position":"2","team_id":"45287","team_name":"Dallas Fuel","short_name":"Dallas Fuel","original_team_name":"Dallas Fuel","area_id":"203","form":"W,W,W,L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45287.png","values":{"matches_total":"8","matches_won":"3","matches_lost":"5","score_for":"11","score_against":"17","score_difference":"-6"}},{"position":"3","team_id":"45278","team_name":"Guangzhou Charge","short_name":"Guangzhou Ch.","original_team_name":"Guangzhou Charge","area_id":"49","form":"W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45278.png","values":{"matches_total":"2","matches_won":"2","matches_lost":"0","score_for":"6","score_against":"1","score_difference":"5"}},{"position":"4","team_id":"45276","team_name":"Hangzhou Spark","short_name":"Hangzhou Spark","original_team_name":"Hangzhou Spark","area_id":"49","form":"W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45276.png","values":{"matches_total":"2","matches_won":"2","matches_lost":"0","score_for":"6","score_against":"2","score_difference":"4"}},{"position":"5","team_id":"45268","team_name":"Seoul Dynasty","short_name":"Seoul Dynasty","original_team_name":"Seoul Dynasty","area_id":"107","form":"W,L,L,L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45268.png","values":{"matches_total":"5","matches_won":"1","matches_lost":"4","score_for":"6","score_against":"14","score_difference":"-8"}},{"position":"6","team_id":"45277","team_name":"Shanghai Dragons","short_name":"Shanghai Drag","original_team_name":"Shanghai Dragons","area_id":"49","form":"L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45277.png","values":{"matches_total":"1","matches_won":"0","matches_lost":"1","score_for":"0","score_against":"3","score_difference":"-3"}}]},"away":{"table":[{"position":"1","team_id":"45271","team_name":"Seoul Infernal","short_name":"Seoul Infernal","original_team_name":"Seoul Infernal","area_id":"107","form":"L,W,W,W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45271.png","values":{"matches_total":"5","matches_won":"4","matches_lost":"1","score_for":"15","score_against":"6","score_difference":"9"}},{"position":"2","team_id":"45276","team_name":"Hangzhou Spark","short_name":"Hangzhou Spark","original_team_name":"Hangzhou Spark","area_id":"49","form":"L,W,L,W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45276.png","values":{"matches_total":"6","matches_won":"4","matches_lost":"2","score_for":"13","score_against":"9","score_difference":"4"}},{"position":"3","team_id":"45278","team_name":"Guangzhou Charge","short_name":"Guangzhou Ch.","original_team_name":"Guangzhou Charge","area_id":"49","form":"W,L,W,L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45278.png","values":{"matches_total":"6","matches_won":"3","matches_lost":"3","score_for":"14","score_against":"10","score_difference":"4"}},{"position":"4","team_id":"45287","team_name":"Dallas Fuel","short_name":"Dallas Fuel","original_team_name":"Dallas Fuel","area_id":"203","form":"W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45287.png","values":{"matches_total":"2","matches_won":"2","matches_lost":"0","score_for":"6","score_against":"2","score_difference":"4"}},{"position":"5","team_id":"45268","team_name":"Seoul Dynasty","short_name":"Seoul Dynasty","original_team_name":"Seoul Dynasty","area_id":"107","form":"L,W,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45268.png","values":{"matches_total":"3","matches_won":"1","matches_lost":"2","score_for":"4","score_against":"6","score_difference":"-2"}},{"position":"6","team_id":"45277","team_name":"Shanghai Dragons","short_name":"Shanghai Drag","original_team_name":"Shanghai Dragons","area_id":"49","form":"L,W,L,L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45277.png","values":{"matches_total":"6","matches_won":"1","matches_lost":"5","score_for":"6","score_against":"16","score_difference":"-10"}}]}},{"type":"group","id":"129904","name":"West","last_updated":"2023-08-31 10:31:50","total":{"table":[{"position":"1","team_id":"45284","team_name":"Florida Mayhem","short_name":"Florida Mayhem","original_team_name":"Florida Mayhem","area_id":"203","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"W,L,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45284.png","values":{"matches_total":"12","matches_won":"9","matches_lost":"3","score_for":"31","score_against":"17","score_difference":"14"}},{"position":"2","team_id":"45272","team_name":"Atlanta Reign","short_name":"Atlanta Reign","original_team_name":"Atlanta Reign","area_id":"203","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"W,W,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45272.png","values":{"matches_total":"8","matches_won":"8","matches_lost":"0","score_for":"24","score_against":"2","score_difference":"22"}},{"position":"3","team_id":"45286","team_name":"Boston Uprising","short_name":"Boston Uprisin","original_team_name":"Boston Uprising","area_id":"203","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"W,L,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45286.png","values":{"matches_total":"10","matches_won":"8","matches_lost":"2","score_for":"25","score_against":"11","score_difference":"14"}},{"position":"4","team_id":"45285","team_name":"Houston Outlaws","short_name":"Houston Outlaw","original_team_name":"Houston Outlaws","area_id":"203","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"W,W,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45285.png","values":{"matches_total":"8","matches_won":"7","matches_lost":"1","score_for":"22","score_against":"8","score_difference":"14"}},{"position":"5","team_id":"45282","team_name":"Washington Justice","short_name":"Washington Jus","original_team_name":"Washington Justice","area_id":"203","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"L,W,L,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45282.png","values":{"matches_total":"11","matches_won":"6","matches_lost":"5","score_for":"21","score_against":"16","score_difference":"5"}},{"position":"6","team_id":"45280","team_name":"Los Angeles Gladiators","short_name":"Los Angeles Gl","original_team_name":"Los Angeles Gladiators","area_id":"203","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"W,L,W,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45280.png","values":{"matches_total":"11","matches_won":"6","matches_lost":"5","score_for":"20","score_against":"20","score_difference":"0"}},{"position":"7","team_id":"45269","team_name":"Vancouver Titans","short_name":"Vancouver Tit","original_team_name":"Vancouver Titans","area_id":"43","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"W,L,L,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45269.png","values":{"matches_total":"9","matches_won":"4","matches_lost":"5","score_for":"17","score_against":"16","score_difference":"1"}},{"position":"8","team_id":"45270","team_name":"New York Excelsior","short_name":"New York Exc.","original_team_name":"New York Excelsior","area_id":"203","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"L,W,L,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45270.png","values":{"matches_total":"10","matches_won":"4","matches_lost":"6","score_for":"17","score_against":"21","score_difference":"-4"}},{"position":"9","team_id":"45281","team_name":"San Francisco Shock","short_name":"San Francisco","original_team_name":"San Francisco Shock","area_id":"203","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"W,L,L,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45281.png","values":{"matches_total":"10","matches_won":"4","matches_lost":"6","score_for":"15","score_against":"25","score_difference":"-10"}},{"position":"10","team_id":"45283","team_name":"Toronto Defiant","short_name":"Toronto Def.","original_team_name":"Toronto Defiant","area_id":"43","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"W,L,L,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45283.png","values":{"matches_total":"9","matches_won":"3","matches_lost":"6","score_for":"15","score_against":"20","score_difference":"-5"}},{"position":"11","team_id":"45274","team_name":"London Spitfire","short_name":"London Spitf.","original_team_name":"London Spitfire","area_id":"250","live":"no","zone":"","zone_id":"","prev_season":"","form":"L,L,L,L,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45274.png","values":{"matches_total":"8","matches_won":"2","matches_lost":"6","score_for":"11","score_against":"19","score_difference":"-8"}},{"position":"12","team_id":"45279","team_name":"Los Angeles Valiant","short_name":"Los Angeles","original_team_name":"Los Angeles Valiant","area_id":"203","live":"no","zone":"","zone_id":"","prev_season":"","form":"L,L,L,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45279.png","values":{"matches_total":"8","matches_won":"0","matches_lost":"8","score_for":"4","score_against":"24","score_difference":"-20"}},{"position":"13","team_id":"45273","team_name":"Vegas Eternal","short_name":"Vegas Eternal","original_team_name":"Vegas Eternal","area_id":"203","live":"no","zone":"","zone_id":"","prev_season":"","form":"L,L,L,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45273.png","values":{"matches_total":"8","matches_won":"0","matches_lost":"8","score_for":"1","score_against":"24","score_difference":"-23"}}]},"home":{"table":[{"position":"1","team_id":"45282","team_name":"Washington Justice","short_name":"Washington Jus","original_team_name":"Washington Justice","area_id":"203","form":"W,L,L,W,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45282.png","values":{"matches_total":"9","matches_won":"5","matches_lost":"4","score_for":"17","score_against":"13","score_difference":"4"}},{"position":"2","team_id":"45269","team_name":"Vancouver Titans","short_name":"Vancouver Tit","original_team_name":"Vancouver Titans","area_id":"43","form":"W,W,L,L,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45269.png","values":{"matches_total":"8","matches_won":"4","matches_lost":"4","score_for":"15","score_against":"13","score_difference":"2"}},{"position":"3","team_id":"45281","team_name":"San Francisco Shock","short_name":"San Francisco","original_team_name":"San Francisco Shock","area_id":"203","form":"L,L,L,W,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45281.png","values":{"matches_total":"8","matches_won":"3","matches_lost":"5","score_for":"12","score_against":"21","score_difference":"-9"}},{"position":"4","team_id":"45285","team_name":"Houston Outlaws","short_name":"Houston Outlaw","original_team_name":"Houston Outlaws","area_id":"203","form":"W,L,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45285.png","values":{"matches_total":"3","matches_won":"2","matches_lost":"1","score_for":"7","score_against":"5","score_difference":"2"}},{"position":"5","team_id":"45280","team_name":"Los Angeles Gladiators","short_name":"Los Angeles Gl","original_team_name":"Los Angeles Gladiators","area_id":"203","form":"W,L,W,L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45280.png","values":{"matches_total":"5","matches_won":"2","matches_lost":"3","score_for":"8","score_against":"11","score_difference":"-3"}},{"position":"6","team_id":"45283","team_name":"Toronto Defiant","short_name":"Toronto Def.","original_team_name":"Toronto Defiant","area_id":"43","form":"W,L,L,L,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45283.png","values":{"matches_total":"6","matches_won":"2","matches_lost":"4","score_for":"9","score_against":"14","score_difference":"-5"}},{"position":"7","team_id":"45284","team_name":"Florida Mayhem","short_name":"Florida Mayhem","original_team_name":"Florida Mayhem","area_id":"203","form":"W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45284.png","values":{"matches_total":"1","matches_won":"1","matches_lost":"0","score_for":"3","score_against":"1","score_difference":"2"}},{"position":"8","team_id":"45270","team_name":"New York Excelsior","short_name":"New York Exc.","original_team_name":"New York Excelsior","area_id":"203","form":"L,L,W,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45270.png","values":{"matches_total":"4","matches_won":"1","matches_lost":"3","score_for":"3","score_against":"10","score_difference":"-7"}},{"position":"9","team_id":"45272","team_name":"Atlanta Reign","short_name":"Atlanta Reign","original_team_name":"Atlanta Reign","area_id":"203","form":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45272.png","values":{"matches_total":"0","matches_won":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"10","team_id":"45286","team_name":"Boston Uprising","short_name":"Boston Uprisin","original_team_name":"Boston Uprising","area_id":"203","form":"L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45286.png","values":{"matches_total":"1","matches_won":"0","matches_lost":"1","score_for":"1","score_against":"3","score_difference":"-2"}},{"position":"11","team_id":"45274","team_name":"London Spitfire","short_name":"London Spitf.","original_team_name":"London Spitfire","area_id":"250","form":"L,L,L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45274.png","values":{"matches_total":"4","matches_won":"0","matches_lost":"4","score_for":"4","score_against":"12","score_difference":"-8"}},{"position":"12","team_id":"45279","team_name":"Los Angeles Valiant","short_name":"Los Angeles","original_team_name":"Los Angeles Valiant","area_id":"203","form":"L,L,L,L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45279.png","values":{"matches_total":"6","matches_won":"0","matches_lost":"6","score_for":"4","score_against":"18","score_difference":"-14"}},{"position":"13","team_id":"45273","team_name":"Vegas Eternal","short_name":"Vegas Eternal","original_team_name":"Vegas Eternal","area_id":"203","form":"L,L,L,L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45273.png","values":{"matches_total":"6","matches_won":"0","matches_lost":"6","score_for":"1","score_against":"18","score_difference":"-17"}}]},"away":{"table":[{"position":"1","team_id":"45272","team_name":"Atlanta Reign","short_name":"Atlanta Reign","original_team_name":"Atlanta Reign","area_id":"203","form":"W,W,W,W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45272.png","values":{"matches_total":"8","matches_won":"8","matches_lost":"0","score_for":"24","score_against":"2","score_difference":"22"}},{"position":"2","team_id":"45286","team_name":"Boston Uprising","short_name":"Boston Uprisin","original_team_name":"Boston Uprising","area_id":"203","form":"W,W,W,W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45286.png","values":{"matches_total":"9","matches_won":"8","matches_lost":"1","score_for":"24","score_against":"8","score_difference":"16"}},{"position":"3","team_id":"45284","team_name":"Florida Mayhem","short_name":"Florida Mayhem","original_team_name":"Florida Mayhem","area_id":"203","form":"L,W,W,L,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45284.png","values":{"matches_total":"11","matches_won":"8","matches_lost":"3","score_for":"28","score_against":"16","score_difference":"12"}},{"position":"4","team_id":"45285","team_name":"Houston Outlaws","short_name":"Houston Outlaw","original_team_name":"Houston Outlaws","area_id":"203","form":"W,W,W,W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45285.png","values":{"matches_total":"5","matches_won":"5","matches_lost":"0","score_for":"15","score_against":"3","score_difference":"12"}},{"position":"5","team_id":"45280","team_name":"Los Angeles Gladiators","short_name":"Los Angeles Gl","original_team_name":"Los Angeles Gladiators","area_id":"203","form":"W,W,W,W,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45280.png","values":{"matches_total":"6","matches_won":"4","matches_lost":"2","score_for":"12","score_against":"9","score_difference":"3"}},{"position":"6","team_id":"45270","team_name":"New York Excelsior","short_name":"New York Exc.","original_team_name":"New York Excelsior","area_id":"203","form":"W,W,L,W,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45270.png","values":{"matches_total":"6","matches_won":"3","matches_lost":"3","score_for":"14","score_against":"11","score_difference":"3"}},{"position":"7","team_id":"45274","team_name":"London Spitfire","short_name":"London Spitf.","original_team_name":"London Spitfire","area_id":"250","form":"L,W,L,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45274.png","values":{"matches_total":"4","matches_won":"2","matches_lost":"2","score_for":"7","score_against":"7","score_difference":"0"}},{"position":"8","team_id":"45282","team_name":"Washington Justice","short_name":"Washington Jus","original_team_name":"Washington Justice","area_id":"203","form":"W,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45282.png","values":{"matches_total":"2","matches_won":"1","matches_lost":"1","score_for":"4","score_against":"3","score_difference":"1"}},{"position":"9","team_id":"45283","team_name":"Toronto Defiant","short_name":"Toronto Def.","original_team_name":"Toronto Defiant","area_id":"43","form":"L,W,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45283.png","values":{"matches_total":"3","matches_won":"1","matches_lost":"2","score_for":"6","score_against":"6","score_difference":"0"}},{"position":"10","team_id":"45281","team_name":"San Francisco Shock","short_name":"San Francisco","original_team_name":"San Francisco Shock","area_id":"203","form":"L,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45281.png","values":{"matches_total":"2","matches_won":"1","matches_lost":"1","score_for":"3","score_against":"4","score_difference":"-1"}},{"position":"11","team_id":"45269","team_name":"Vancouver Titans","short_name":"Vancouver Tit","original_team_name":"Vancouver Titans","area_id":"43","form":"L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45269.png","values":{"matches_total":"1","matches_won":"0","matches_lost":"1","score_for":"2","score_against":"3","score_difference":"-1"}},{"position":"12","team_id":"45273","team_name":"Vegas Eternal","short_name":"Vegas Eternal","original_team_name":"Vegas Eternal","area_id":"203","form":"L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45273.png","values":{"matches_total":"2","matches_won":"0","matches_lost":"2","score_for":"0","score_against":"6","score_difference":"-6"}},{"position":"13","team_id":"45279","team_name":"Los Angeles Valiant","short_name":"Los Angeles","original_team_name":"Los Angeles Valiant","area_id":"203","form":"L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/45279.png","values":{"matches_total":"2","matches_won":"0","matches_lost":"2","score_for":"0","score_against":"6","score_difference":"-6"}}]}}]}}}}}}}