Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v3 GET /soccer/get_tables
Returns the league, home & away tables per season or round.
Request URL
https://dsg-api.com/clients/{client_name}/soccer/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"
type_id
string Required
value depending on the type= parameter
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
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}/soccer/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}/soccer/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}/soccer/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}/soccer/get_tables?type={type}&id={id}&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example200 Success{"datasportsgroup":{"version":"2.2.3","sport":"soccer","lang":"en","generated_utc":"2025-08-01T15:03:40+00:00","method":{"method_id":"2","name":"get_tables"},"tour":{"tour_id":"","name":"","gender":"male","tour_type":"non-tour","tour_season":{"tour_season_id":"","title":"","name":"","logo":"","competition":{"competition_id":"2","name":"Premier League","gender":"male","type":"club","format":"domestic_league","area_id":"68","area_name":"England","last_updated":"2025-07-30 17:39:30","season":{"season_id":"72764","title":"2024\/2025","original_name":"Premier League","start_date":"2024-08-16","end_date":"2025-05-25","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/2_1.png","last_updated":"2025-05-27 22:21:48","round":{"round_id":"101336","name":"Regular Season","start_date":"2024-08-16","start_time":"","start_date_utc":"2024-08-16","start_time_utc":"","end_date":"2025-05-25","end_time":"","end_date_utc":"2025-05-25","end_time_utc":"","type":"table","last_updated":"2025-05-27 22:17:14","total":{"table":[{"position":"1","team_id":"462","team_name":"Liverpool FC","short_name":"Liverpool","original_team_name":"Liverpool FC","area_id":"68","live":"no","zone":"UEFA Champions League","zone_id":"champ_league","prev_season":"","form":"W,L,D,L,D","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1583.png","values":{"matches_total":"38","matches_won":"25","matches_draw":"9","matches_lost":"4","score_for":"86","score_against":"41","score_difference":"45","points":"84"}},{"position":"2","team_id":"467","team_name":"Arsenal FC","short_name":"Arsenal","original_team_name":"Arsenal FC","area_id":"68","live":"no","zone":"UEFA Champions League","zone_id":"champ_league","prev_season":"","form":"D,L,D,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1586.png","values":{"matches_total":"38","matches_won":"20","matches_draw":"14","matches_lost":"4","score_for":"69","score_against":"34","score_difference":"35","points":"74"}},{"position":"3","team_id":"464","team_name":"Manchester City FC","short_name":"Man City","original_team_name":"Manchester City FC","area_id":"68","live":"no","zone":"UEFA Champions League","zone_id":"champ_league","prev_season":"Championship","form":"W,W,D,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/948.png","values":{"matches_total":"38","matches_won":"21","matches_draw":"8","matches_lost":"9","score_for":"72","score_against":"44","score_difference":"28","points":"71"}},{"position":"4","team_id":"471","team_name":"Chelsea FC","short_name":"Chelsea","original_team_name":"Chelsea FC","area_id":"68","live":"no","zone":"UEFA Champions League","zone_id":"champ_league","prev_season":"","form":"W,W,L,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/947.png","values":{"matches_total":"38","matches_won":"20","matches_draw":"9","matches_lost":"9","score_for":"64","score_against":"43","score_difference":"21","points":"69"}},{"position":"5","team_id":"466","team_name":"Newcastle United FC","short_name":"Newcastle","original_team_name":"Newcastle United FC","area_id":"68","live":"no","zone":"UEFA Champions League","zone_id":"champ_league","prev_season":"","form":"W,D,W,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1585.png","values":{"matches_total":"38","matches_won":"20","matches_draw":"6","matches_lost":"12","score_for":"68","score_against":"47","score_difference":"21","points":"66"}},{"position":"6","team_id":"461","team_name":"Aston Villa FC","short_name":"Aston Villa","original_team_name":"Aston Villa FC","area_id":"68","live":"no","zone":"UEFA Europa League","zone_id":"europa_league","prev_season":"","form":"L,W,W,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1582.png","values":{"matches_total":"38","matches_won":"19","matches_draw":"9","matches_lost":"10","score_for":"58","score_against":"51","score_difference":"7","points":"66"}},{"position":"7","team_id":"481","team_name":"Nottingham Forest FC","short_name":"Nottingham","original_team_name":"Nottingham Forest FC","area_id":"68","live":"no","zone":"UEFA Conference League","zone_id":"uefa_conference_lg","prev_season":"","form":"L,D,D,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1590.png","values":{"matches_total":"38","matches_won":"19","matches_draw":"8","matches_lost":"11","score_for":"58","score_against":"46","score_difference":"12","points":"65"}},{"position":"8","team_id":"510","team_name":"Brighton & Hove Albion FC","short_name":"Brighton","original_team_name":"Brighton & Hove Albion FC","area_id":"68","live":"no","zone":"","zone_id":"","prev_season":"","form":"W,D,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1596.png","values":{"matches_total":"38","matches_won":"16","matches_draw":"13","matches_lost":"9","score_for":"66","score_against":"59","score_difference":"7","points":"61"}},{"position":"9","team_id":"2169","team_name":"AFC Bournemouth","short_name":"Bournemouth","original_team_name":"AFC Bournemouth","area_id":"68","live":"no","zone":"","zone_id":"","prev_season":"","form":"D,W,L,L,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1597.png","values":{"matches_total":"38","matches_won":"15","matches_draw":"11","matches_lost":"12","score_for":"58","score_against":"46","score_difference":"12","points":"56"}},{"position":"10","team_id":"500","team_name":"Brentford FC","short_name":"Brentford","original_team_name":"Brentford FC","area_id":"68","live":"no","zone":"","zone_id":"","prev_season":"","form":"W,W,W,L,D","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1594.png","values":{"matches_total":"38","matches_won":"16","matches_draw":"8","matches_lost":"14","score_for":"66","score_against":"57","score_difference":"9","points":"56"}},{"position":"11","team_id":"460","team_name":"Fulham FC","short_name":"Fulham","original_team_name":"Fulham FC","area_id":"68","live":"no","zone":"","zone_id":"","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\/sport_entity\/200x200\/1581.png","values":{"matches_total":"38","matches_won":"15","matches_draw":"9","matches_lost":"14","score_for":"54","score_against":"54","score_difference":"0","points":"54"}},{"position":"12","team_id":"508","team_name":"Crystal Palace FC","short_name":"Crystal Palace","original_team_name":"Crystal Palace FC","area_id":"68","live":"no","zone":"UEFA Europa League","zone_id":"europa_league","prev_season":"","form":"D,D,W,W,D","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1595.png","values":{"matches_total":"38","matches_won":"13","matches_draw":"14","matches_lost":"11","score_for":"51","score_against":"51","score_difference":"0","points":"53"}},{"position":"13","team_id":"473","team_name":"Everton FC","short_name":"Everton","original_team_name":"Everton FC","area_id":"68","live":"no","zone":"","zone_id":"","prev_season":"","form":"L,D,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1588.png","values":{"matches_total":"38","matches_won":"11","matches_draw":"15","matches_lost":"12","score_for":"42","score_against":"44","score_difference":"-2","points":"48"}},{"position":"14","team_id":"496","team_name":"West Ham United FC","short_name":"West Ham","original_team_name":"West Ham United FC","area_id":"68","live":"no","zone":"","zone_id":"","prev_season":"","form":"L,D,W,L,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1592.png","values":{"matches_total":"38","matches_won":"11","matches_draw":"10","matches_lost":"17","score_for":"46","score_against":"62","score_difference":"-16","points":"43"}},{"position":"15","team_id":"475","team_name":"Manchester United FC","short_name":"Man United","original_team_name":"Manchester United FC","area_id":"68","live":"no","zone":"","zone_id":"","prev_season":"Cup Winner","form":"D,L,L,L,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1589.png","values":{"matches_total":"38","matches_won":"11","matches_draw":"9","matches_lost":"18","score_for":"44","score_against":"54","score_difference":"-10","points":"42"}},{"position":"16","team_id":"459","team_name":"Wolverhampton Wanderers FC","short_name":"Wolverhampton","original_team_name":"Wolverhampton Wanderers FC","area_id":"68","live":"no","zone":"","zone_id":"","prev_season":"","form":"W,L,L,L,D","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1580.png","values":{"matches_total":"38","matches_won":"12","matches_draw":"6","matches_lost":"20","score_for":"54","score_against":"69","score_difference":"-15","points":"42"}},{"position":"17","team_id":"472","team_name":"Tottenham Hotspur FC","short_name":"Tottenham","original_team_name":"Tottenham Hotspur FC","area_id":"68","live":"no","zone":"UEFA Champions League","zone_id":"champ_league","prev_season":"","form":"L,D,L,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1587.png","values":{"matches_total":"38","matches_won":"11","matches_draw":"5","matches_lost":"22","score_for":"64","score_against":"65","score_difference":"-1","points":"38"}},{"position":"18","team_id":"489","team_name":"Leicester City FC","short_name":"Leicester","original_team_name":"Leicester City FC","area_id":"68","live":"no","zone":"Relegation","zone_id":"relegation","prev_season":"Promotion","form":"L,W,D,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/489.png","values":{"matches_total":"38","matches_won":"6","matches_draw":"7","matches_lost":"25","score_for":"33","score_against":"80","score_difference":"-47","points":"25"}},{"position":"19","team_id":"503","team_name":"Ipswich Town FC","short_name":"Ipswich","original_team_name":"Ipswich Town FC","area_id":"68","live":"no","zone":"Relegation","zone_id":"relegation","prev_season":"Promotion","form":"L,D,L,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1792.png","values":{"matches_total":"38","matches_won":"4","matches_draw":"10","matches_lost":"24","score_for":"36","score_against":"82","score_difference":"-46","points":"22"}},{"position":"20","team_id":"506","team_name":"Southampton FC","short_name":"Southampton","original_team_name":"Southampton FC","area_id":"68","live":"no","zone":"Relegation","zone_id":"relegation","prev_season":"Promotion","form":"L,L,D,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/506.png","values":{"matches_total":"38","matches_won":"2","matches_draw":"6","matches_lost":"30","score_for":"26","score_against":"86","score_difference":"-60","points":"12"}}]},"home":{"table":[{"position":"1","team_id":"462","team_name":"Liverpool FC","short_name":"Liverpool","original_team_name":"Liverpool FC","area_id":"68","form":"W,W,W,D,D","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1583.png","values":{"matches_total":"19","matches_won":"14","matches_draw":"4","matches_lost":"1","score_for":"42","score_against":"16","score_difference":"26","points":"46"}},{"position":"2","team_id":"464","team_name":"Manchester City FC","short_name":"Man City","original_team_name":"Manchester City FC","area_id":"68","form":"W,W,W,W,W","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/948.png","values":{"matches_total":"19","matches_won":"13","matches_draw":"3","matches_lost":"3","score_for":"43","score_against":"23","score_difference":"20","points":"42"}},{"position":"3","team_id":"471","team_name":"Chelsea FC","short_name":"Chelsea","original_team_name":"Chelsea FC","area_id":"68","form":"W,D,W,W,W","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/947.png","values":{"matches_total":"19","matches_won":"12","matches_draw":"5","matches_lost":"2","score_for":"35","score_against":"18","score_difference":"17","points":"41"}},{"position":"4","team_id":"461","team_name":"Aston Villa FC","short_name":"Aston Villa","original_team_name":"Aston Villa FC","area_id":"68","form":"W,W,W,W,W","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1582.png","values":{"matches_total":"19","matches_won":"11","matches_draw":"7","matches_lost":"1","score_for":"34","score_against":"20","score_difference":"14","points":"40"}},{"position":"5","team_id":"467","team_name":"Arsenal FC","short_name":"Arsenal","original_team_name":"Arsenal FC","area_id":"68","form":"W,D,D,L,W","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1586.png","values":{"matches_total":"19","matches_won":"11","matches_draw":"6","matches_lost":"2","score_for":"35","score_against":"17","score_difference":"18","points":"39"}},{"position":"6","team_id":"466","team_name":"Newcastle United FC","short_name":"Newcastle","original_team_name":"Newcastle United FC","area_id":"68","form":"W,W,W,W,L","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1585.png","values":{"matches_total":"19","matches_won":"12","matches_draw":"2","matches_lost":"5","score_for":"40","score_against":"20","score_difference":"20","points":"38"}},{"position":"7","team_id":"481","team_name":"Nottingham Forest FC","short_name":"Nottingham","original_team_name":"Nottingham Forest FC","area_id":"68","form":"W,L,L,D,L","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1590.png","values":{"matches_total":"19","matches_won":"9","matches_draw":"5","matches_lost":"5","score_for":"26","score_against":"16","score_difference":"10","points":"32"}},{"position":"8","team_id":"510","team_name":"Brighton & Hove Albion FC","short_name":"Brighton","original_team_name":"Brighton & Hove Albion FC","area_id":"68","form":"L,D,W,D,W","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1596.png","values":{"matches_total":"19","matches_won":"8","matches_draw":"8","matches_lost":"3","score_for":"30","score_against":"26","score_difference":"4","points":"32"}},{"position":"9","team_id":"500","team_name":"Brentford FC","short_name":"Brentford","original_team_name":"Brentford FC","area_id":"68","form":"L,D,W,W,L","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1594.png","values":{"matches_total":"19","matches_won":"9","matches_draw":"4","matches_lost":"6","score_for":"40","score_against":"35","score_difference":"5","points":"31"}},{"position":"10","team_id":"2169","team_name":"AFC Bournemouth","short_name":"Bournemouth","original_team_name":"AFC Bournemouth","area_id":"68","form":"L,W,D,L,W","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1597.png","values":{"matches_total":"19","matches_won":"8","matches_draw":"4","matches_lost":"7","score_for":"23","score_against":"16","score_difference":"7","points":"28"}},{"position":"11","team_id":"460","team_name":"Fulham FC","short_name":"Fulham","original_team_name":"Fulham FC","area_id":"68","form":"W,W,L,L,L","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1581.png","values":{"matches_total":"19","matches_won":"7","matches_draw":"5","matches_lost":"7","score_for":"27","score_against":"30","score_difference":"-3","points":"26"}},{"position":"12","team_id":"508","team_name":"Crystal Palace FC","short_name":"Crystal Palace","original_team_name":"Crystal Palace FC","area_id":"68","form":"W,W,D,D,W","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1595.png","values":{"matches_total":"19","matches_won":"6","matches_draw":"7","matches_lost":"6","score_for":"24","score_against":"26","score_difference":"-2","points":"25"}},{"position":"13","team_id":"473","team_name":"Everton FC","short_name":"Everton","original_team_name":"Everton FC","area_id":"68","form":"D,D,L,D,W","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1588.png","values":{"matches_total":"19","matches_won":"5","matches_draw":"9","matches_lost":"5","score_for":"26","score_against":"23","score_difference":"3","points":"24"}},{"position":"14","team_id":"475","team_name":"Manchester United FC","short_name":"Man United","original_team_name":"Manchester United FC","area_id":"68","form":"D,D,L,L,W","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1589.png","values":{"matches_total":"19","matches_won":"7","matches_draw":"3","matches_lost":"9","score_for":"23","score_against":"28","score_difference":"-5","points":"24"}},{"position":"15","team_id":"472","team_name":"Tottenham Hotspur FC","short_name":"Tottenham","original_team_name":"Tottenham Hotspur FC","area_id":"68","form":"D,W,L,L,L","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1587.png","values":{"matches_total":"19","matches_won":"6","matches_draw":"3","matches_lost":"10","score_for":"35","score_against":"35","score_difference":"0","points":"21"}},{"position":"16","team_id":"459","team_name":"Wolverhampton Wanderers FC","short_name":"Wolverhampton","original_team_name":"Wolverhampton Wanderers FC","area_id":"68","form":"W,W,W,L,D","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1580.png","values":{"matches_total":"19","matches_won":"6","matches_draw":"3","matches_lost":"10","score_for":"27","score_against":"32","score_difference":"-5","points":"21"}},{"position":"17","team_id":"496","team_name":"West Ham United FC","short_name":"West Ham","original_team_name":"West Ham United FC","area_id":"68","form":"L,D,D,D,L","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1592.png","values":{"matches_total":"19","matches_won":"5","matches_draw":"5","matches_lost":"9","score_for":"23","score_against":"34","score_difference":"-11","points":"20"}},{"position":"18","team_id":"489","team_name":"Leicester City FC","short_name":"Leicester","original_team_name":"Leicester City FC","area_id":"68","form":"L,L,L,W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/489.png","values":{"matches_total":"19","matches_won":"4","matches_draw":"3","matches_lost":"12","score_for":"15","score_against":"34","score_difference":"-19","points":"15"}},{"position":"19","team_id":"503","team_name":"Ipswich Town FC","short_name":"Ipswich","original_team_name":"Ipswich Town FC","area_id":"68","form":"L,L,L,L,L","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1792.png","values":{"matches_total":"19","matches_won":"1","matches_draw":"4","matches_lost":"14","score_for":"14","score_against":"44","score_difference":"-30","points":"7"}},{"position":"20","team_id":"506","team_name":"Southampton FC","short_name":"Southampton","original_team_name":"Southampton FC","area_id":"68","form":"D,L,L,D,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/506.png","values":{"matches_total":"19","matches_won":"1","matches_draw":"3","matches_lost":"15","score_for":"13","score_against":"47","score_difference":"-34","points":"6"}}]},"away":{"table":[{"position":"1","team_id":"462","team_name":"Liverpool FC","short_name":"Liverpool","original_team_name":"Liverpool FC","area_id":"68","form":"W,L,W,L,L","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1583.png","values":{"matches_total":"19","matches_won":"11","matches_draw":"5","matches_lost":"3","score_for":"44","score_against":"25","score_difference":"19","points":"38"}},{"position":"2","team_id":"467","team_name":"Arsenal FC","short_name":"Arsenal","original_team_name":"Arsenal FC","area_id":"68","form":"D,D,W,D,W","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1586.png","values":{"matches_total":"19","matches_won":"9","matches_draw":"8","matches_lost":"2","score_for":"34","score_against":"17","score_difference":"17","points":"35"}},{"position":"3","team_id":"481","team_name":"Nottingham Forest FC","short_name":"Nottingham","original_team_name":"Nottingham Forest FC","area_id":"68","form":"W,L,W,D,W","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1590.png","values":{"matches_total":"19","matches_won":"10","matches_draw":"3","matches_lost":"6","score_for":"32","score_against":"30","score_difference":"2","points":"33"}},{"position":"4","team_id":"464","team_name":"Manchester City FC","short_name":"Man City","original_team_name":"Manchester City FC","area_id":"68","form":"L,D,W,D,W","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/948.png","values":{"matches_total":"19","matches_won":"8","matches_draw":"5","matches_lost":"6","score_for":"29","score_against":"21","score_difference":"8","points":"29"}},{"position":"5","team_id":"510","team_name":"Brighton & Hove Albion FC","short_name":"Brighton","original_team_name":"Brighton & Hove Albion FC","area_id":"68","form":"D,L,L,W,W","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1596.png","values":{"matches_total":"19","matches_won":"8","matches_draw":"5","matches_lost":"6","score_for":"36","score_against":"33","score_difference":"3","points":"29"}},{"position":"6","team_id":"2169","team_name":"AFC Bournemouth","short_name":"Bournemouth","original_team_name":"AFC Bournemouth","area_id":"68","form":"D,D,D,W,L","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1597.png","values":{"matches_total":"19","matches_won":"7","matches_draw":"7","matches_lost":"5","score_for":"35","score_against":"30","score_difference":"5","points":"28"}},{"position":"7","team_id":"471","team_name":"Chelsea FC","short_name":"Chelsea","original_team_name":"Chelsea FC","area_id":"68","form":"L,D,W,L,W","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/947.png","values":{"matches_total":"19","matches_won":"8","matches_draw":"4","matches_lost":"7","score_for":"29","score_against":"25","score_difference":"4","points":"28"}},{"position":"8","team_id":"460","team_name":"Fulham FC","short_name":"Fulham","original_team_name":"Fulham FC","area_id":"68","form":"L,L,W,L,W","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1581.png","values":{"matches_total":"19","matches_won":"8","matches_draw":"4","matches_lost":"7","score_for":"27","score_against":"24","score_difference":"3","points":"28"}},{"position":"9","team_id":"508","team_name":"Crystal Palace FC","short_name":"Crystal Palace","original_team_name":"Crystal Palace FC","area_id":"68","form":"L,L,D,W,D","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1595.png","values":{"matches_total":"19","matches_won":"7","matches_draw":"7","matches_lost":"5","score_for":"27","score_against":"25","score_difference":"2","points":"28"}},{"position":"10","team_id":"466","team_name":"Newcastle United FC","short_name":"Newcastle","original_team_name":"Newcastle United FC","area_id":"68","form":"W,W,L,D,L","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1585.png","values":{"matches_total":"19","matches_won":"8","matches_draw":"4","matches_lost":"7","score_for":"28","score_against":"27","score_difference":"1","points":"28"}},{"position":"11","team_id":"461","team_name":"Aston Villa FC","short_name":"Aston Villa","original_team_name":"Aston Villa FC","area_id":"68","form":"W,W,L,W,L","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1582.png","values":{"matches_total":"19","matches_won":"8","matches_draw":"2","matches_lost":"9","score_for":"24","score_against":"31","score_difference":"-7","points":"26"}},{"position":"12","team_id":"500","team_name":"Brentford FC","short_name":"Brentford","original_team_name":"Brentford FC","area_id":"68","form":"L,D,W,W,D","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1594.png","values":{"matches_total":"19","matches_won":"7","matches_draw":"4","matches_lost":"8","score_for":"26","score_against":"22","score_difference":"4","points":"25"}},{"position":"13","team_id":"473","team_name":"Everton FC","short_name":"Everton","original_team_name":"Everton FC","area_id":"68","form":"L,W,L,W,W","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1588.png","values":{"matches_total":"19","matches_won":"6","matches_draw":"6","matches_lost":"7","score_for":"16","score_against":"21","score_difference":"-5","points":"24"}},{"position":"14","team_id":"496","team_name":"West Ham United FC","short_name":"West Ham","original_team_name":"West Ham United FC","area_id":"68","form":"L,L,L,W,W","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1592.png","values":{"matches_total":"19","matches_won":"6","matches_draw":"5","matches_lost":"8","score_for":"23","score_against":"28","score_difference":"-5","points":"23"}},{"position":"15","team_id":"459","team_name":"Wolverhampton Wanderers FC","short_name":"Wolverhampton","original_team_name":"Wolverhampton Wanderers FC","area_id":"68","form":"W,W,W,L,L","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1580.png","values":{"matches_total":"19","matches_won":"6","matches_draw":"3","matches_lost":"10","score_for":"27","score_against":"37","score_difference":"-10","points":"21"}},{"position":"16","team_id":"475","team_name":"Manchester United FC","short_name":"Man United","original_team_name":"Manchester United FC","area_id":"68","form":"L,L,D,L,L","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1589.png","values":{"matches_total":"19","matches_won":"4","matches_draw":"6","matches_lost":"9","score_for":"21","score_against":"26","score_difference":"-5","points":"18"}},{"position":"17","team_id":"472","team_name":"Tottenham Hotspur FC","short_name":"Tottenham","original_team_name":"Tottenham Hotspur FC","area_id":"68","form":"L,L,L,D,L","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1587.png","values":{"matches_total":"19","matches_won":"5","matches_draw":"2","matches_lost":"12","score_for":"29","score_against":"30","score_difference":"-1","points":"17"}},{"position":"18","team_id":"503","team_name":"Ipswich Town FC","short_name":"Ipswich","original_team_name":"Ipswich Town FC","area_id":"68","form":"W,D,L,D,L","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1792.png","values":{"matches_total":"19","matches_won":"3","matches_draw":"6","matches_lost":"10","score_for":"22","score_against":"38","score_difference":"-16","points":"15"}},{"position":"19","team_id":"489","team_name":"Leicester City FC","short_name":"Leicester","original_team_name":"Leicester City FC","area_id":"68","form":"L,D,L,D,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/489.png","values":{"matches_total":"19","matches_won":"2","matches_draw":"4","matches_lost":"13","score_for":"18","score_against":"46","score_difference":"-28","points":"10"}},{"position":"20","team_id":"506","team_name":"Southampton FC","short_name":"Southampton","original_team_name":"Southampton FC","area_id":"68","form":"L,L,D,L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/506.png","values":{"matches_total":"19","matches_won":"1","matches_draw":"3","matches_lost":"15","score_for":"13","score_against":"39","score_difference":"-26","points":"6"}}]}}}}}}}}