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.0","sport":"soccer","lang":"en","method":{"method_id":"2","name":"get_tables"},"competition":{"competition_id":"2","name":"Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"68","area_name":"England","last_updated":"2019-07-31 10:18:32","season":{"season_id":"16336","title":"2018\/2019","original_name":"Premier League","start_date":"2018-08-10","end_date":"2019-05-12","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/2_1.png","last_updated":"2019-05-13 18:25:11","rounds":{"round_id":"22226","name":"Regular Season","start_date":"2018-08-10","end_date":"2019-05-12","type":"table","last_updated":"2019-05-13 18:25:18","total":{"table":[{"position":"1","team_id":"464","team_name":"Manchester City FC","short_name":"Man City","original_team_name":"Manchester City FC","zone":"UEFA Championsleague","zone_id":"champ_league","prev_season":"Championship","form":"W,W,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"38","matches_won":"32","matches_draw":"2","matches_lost":"4","score_for":"95","score_against":"23","score_difference":"72","points":"98"},{"position":"2","team_id":"462","team_name":"Liverpool FC","short_name":"Liverpool","original_team_name":"Liverpool FC","zone":"UEFA Championsleague","zone_id":"champ_league","prev_season":"","form":"W,W,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"38","matches_won":"30","matches_draw":"7","matches_lost":"1","score_for":"89","score_against":"22","score_difference":"67","points":"97"},{"position":"3","team_id":"471","team_name":"Chelsea FC","short_name":"Chelsea","original_team_name":"Chelsea FC","zone":"UEFA Championsleague","zone_id":"champ_league","prev_season":"Cup Winner","form":"D,W,D,D,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"38","matches_won":"21","matches_draw":"9","matches_lost":"8","score_for":"63","score_against":"39","score_difference":"24","points":"72"},{"position":"4","team_id":"472","team_name":"Tottenham Hotspur FC","short_name":"Tottenham","original_team_name":"Tottenham Hotspur FC","zone":"UEFA Championsleague","zone_id":"champ_league","prev_season":"","form":"D,L,L,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"38","matches_won":"23","matches_draw":"2","matches_lost":"13","score_for":"67","score_against":"39","score_difference":"28","points":"71"},{"position":"5","team_id":"467","team_name":"Arsenal FC","short_name":"Arsenal","original_team_name":"Arsenal FC","zone":"UEFA Europa League","zone_id":"europa_league","prev_season":"","form":"W,D,L,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"38","matches_won":"21","matches_draw":"7","matches_lost":"10","score_for":"73","score_against":"51","score_difference":"22","points":"70"},{"position":"6","team_id":"475","team_name":"Manchester United FC","short_name":"Man United","original_team_name":"Manchester United FC","zone":"UEFA Europa League","zone_id":"europa_league","prev_season":"","form":"L,D,D,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"38","matches_won":"19","matches_draw":"9","matches_lost":"10","score_for":"65","score_against":"54","score_difference":"11","points":"66"},{"position":"7","team_id":"459","team_name":"Wolverhampton Wanderers FC","short_name":"Wolverhampton","original_team_name":"Wolverhampton Wanderers FC","zone":"UEFA Europa League Qualification","zone_id":"europa_league_q","prev_season":"Promotion","form":"L,W,W,W,D","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"38","matches_won":"16","matches_draw":"9","matches_lost":"13","score_for":"47","score_against":"46","score_difference":"1","points":"57"},{"position":"8","team_id":"473","team_name":"Everton FC","short_name":"Everton","original_team_name":"Everton FC","zone":"","zone_id":"","prev_season":"","form":"D,W,D,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"38","matches_won":"15","matches_draw":"9","matches_lost":"14","score_for":"54","score_against":"46","score_difference":"8","points":"54"},{"position":"9","team_id":"489","team_name":"Leicester City FC","short_name":"Leicester City","original_team_name":"Leicester City FC","zone":"","zone_id":"","prev_season":"","form":"D,L,W,D,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"38","matches_won":"15","matches_draw":"7","matches_lost":"16","score_for":"51","score_against":"48","score_difference":"3","points":"52"},{"position":"10","team_id":"496","team_name":"West Ham United FC","short_name":"West Ham","original_team_name":"West Ham United FC","zone":"","zone_id":"","prev_season":"","form":"W,W,W,D,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"38","matches_won":"15","matches_draw":"7","matches_lost":"16","score_for":"52","score_against":"55","score_difference":"-3","points":"52"},{"position":"11","team_id":"511","team_name":"Watford FC","short_name":"Watford","original_team_name":"Watford FC","zone":"","zone_id":"","prev_season":"","form":"L,L,L,D,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"38","matches_won":"14","matches_draw":"8","matches_lost":"16","score_for":"52","score_against":"59","score_difference":"-7","points":"50"},{"position":"12","team_id":"508","team_name":"Crystal Palace FC","short_name":"Crystal Palace","original_team_name":"Crystal Palace FC","zone":"","zone_id":"","prev_season":"","form":"W,W,D,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"38","matches_won":"14","matches_draw":"7","matches_lost":"17","score_for":"51","score_against":"53","score_difference":"-2","points":"49"},{"position":"13","team_id":"466","team_name":"Newcastle United FC","short_name":"Newcastle","original_team_name":"Newcastle United FC","zone":"","zone_id":"","prev_season":"","form":"W,L,D,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"38","matches_won":"12","matches_draw":"9","matches_lost":"17","score_for":"42","score_against":"48","score_difference":"-6","points":"45"},{"position":"14","team_id":"2169","team_name":"AFC Bournemouth","short_name":"Bournemouth","original_team_name":"AFC Bournemouth","zone":"","zone_id":"","prev_season":"","form":"L,W,D,L,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"38","matches_won":"13","matches_draw":"6","matches_lost":"19","score_for":"56","score_against":"70","score_difference":"-14","points":"45"},{"position":"15","team_id":"492","team_name":"Burnley FC","short_name":"Burnley","original_team_name":"Burnley FC","zone":"","zone_id":"","prev_season":"","form":"L,L,L,D,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"38","matches_won":"11","matches_draw":"7","matches_lost":"20","score_for":"45","score_against":"68","score_difference":"-23","points":"40"},{"position":"16","team_id":"506","team_name":"Southampton FC","short_name":"Southampton","original_team_name":"Southampton FC","zone":"","zone_id":"","prev_season":"","form":"D,L,D,D,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"38","matches_won":"9","matches_draw":"12","matches_lost":"17","score_for":"45","score_against":"65","score_difference":"-20","points":"39"},{"position":"17","team_id":"510","team_name":"Brighton & Hove Albion FC","short_name":"Brighton Hove","original_team_name":"Brighton & Hove Albion FC","zone":"","zone_id":"","prev_season":"","form":"L,D,D,L,D","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"38","matches_won":"9","matches_draw":"9","matches_lost":"20","score_for":"35","score_against":"60","score_difference":"-25","points":"36"},{"position":"18","team_id":"495","team_name":"Cardiff City FC","short_name":"Cardiff","original_team_name":"Cardiff City FC","zone":"Relegation","zone_id":"relegation","prev_season":"Promotion","form":"W,L,L,L,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"38","matches_won":"10","matches_draw":"4","matches_lost":"24","score_for":"34","score_against":"69","score_difference":"-35","points":"34"},{"position":"19","team_id":"460","team_name":"Fulham FC","short_name":"Fulham","original_team_name":"Fulham FC","zone":"Relegation","zone_id":"relegation","prev_season":"Promotion","form":"L,L,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"38","matches_won":"7","matches_draw":"5","matches_lost":"26","score_for":"34","score_against":"81","score_difference":"-47","points":"26"},{"position":"20","team_id":"494","team_name":"Huddersfield Town AFC","short_name":"Huddersfield","original_team_name":"Huddersfield Town AFC","zone":"Relegation","zone_id":"relegation","prev_season":"","form":"D,D,L,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"38","matches_won":"3","matches_draw":"7","matches_lost":"28","score_for":"22","score_against":"76","score_difference":"-54","points":"16"}]},"home":{"table":[{"position":"1","team_id":"464","team_name":"Manchester City FC","short_name":"Man City","original_team_name":"Manchester City FC","matches_total":"19","matches_won":"18","matches_draw":"0","matches_lost":"1","score_for":"57","score_against":"12","score_difference":"45","points":"54"},{"position":"2","team_id":"462","team_name":"Liverpool FC","short_name":"Liverpool","original_team_name":"Liverpool FC","matches_total":"19","matches_won":"17","matches_draw":"2","matches_lost":"0","score_for":"55","score_against":"10","score_difference":"45","points":"53"},{"position":"3","team_id":"467","team_name":"Arsenal FC","short_name":"Arsenal","original_team_name":"Arsenal FC","matches_total":"19","matches_won":"14","matches_draw":"3","matches_lost":"2","score_for":"42","score_against":"16","score_difference":"26","points":"45"},{"position":"4","team_id":"471","team_name":"Chelsea FC","short_name":"Chelsea","original_team_name":"Chelsea FC","matches_total":"19","matches_won":"12","matches_draw":"6","matches_lost":"1","score_for":"39","score_against":"12","score_difference":"27","points":"42"},{"position":"5","team_id":"472","team_name":"Tottenham Hotspur FC","short_name":"Tottenham","original_team_name":"Tottenham Hotspur FC","matches_total":"19","matches_won":"12","matches_draw":"2","matches_lost":"5","score_for":"34","score_against":"16","score_difference":"18","points":"38"},{"position":"6","team_id":"475","team_name":"Manchester United FC","short_name":"Man United","original_team_name":"Manchester United FC","matches_total":"19","matches_won":"10","matches_draw":"6","matches_lost":"3","score_for":"33","score_against":"25","score_difference":"8","points":"36"},{"position":"7","team_id":"473","team_name":"Everton FC","short_name":"Everton","original_team_name":"Everton FC","matches_total":"19","matches_won":"10","matches_draw":"4","matches_lost":"5","score_for":"30","score_against":"21","score_difference":"9","points":"34"},{"position":"8","team_id":"459","team_name":"Wolverhampton Wanderers FC","short_name":"Wolverhampton","original_team_name":"Wolverhampton Wanderers FC","matches_total":"19","matches_won":"10","matches_draw":"4","matches_lost":"5","score_for":"28","score_against":"21","score_difference":"7","points":"34"},{"position":"9","team_id":"496","team_name":"West Ham United FC","short_name":"West Ham","original_team_name":"West Ham United FC","matches_total":"19","matches_won":"9","matches_draw":"4","matches_lost":"6","score_for":"32","score_against":"27","score_difference":"5","points":"31"},{"position":"10","team_id":"2169","team_name":"AFC Bournemouth","short_name":"Bournemouth","original_team_name":"AFC Bournemouth","matches_total":"19","matches_won":"8","matches_draw":"5","matches_lost":"6","score_for":"30","score_against":"25","score_difference":"5","points":"29"},{"position":"11","team_id":"489","team_name":"Leicester City FC","short_name":"Leicester City","original_team_name":"Leicester City FC","matches_total":"19","matches_won":"8","matches_draw":"3","matches_lost":"8","score_for":"24","score_against":"20","score_difference":"4","points":"27"},{"position":"12","team_id":"511","team_name":"Watford FC","short_name":"Watford","original_team_name":"Watford FC","matches_total":"19","matches_won":"8","matches_draw":"3","matches_lost":"8","score_for":"26","score_against":"28","score_difference":"-2","points":"27"},{"position":"13","team_id":"466","team_name":"Newcastle United FC","short_name":"Newcastle","original_team_name":"Newcastle United FC","matches_total":"19","matches_won":"8","matches_draw":"1","matches_lost":"10","score_for":"24","score_against":"25","score_difference":"-1","points":"25"},{"position":"14","team_id":"506","team_name":"Southampton FC","short_name":"Southampton","original_team_name":"Southampton FC","matches_total":"19","matches_won":"5","matches_draw":"8","matches_lost":"6","score_for":"27","score_against":"30","score_difference":"-3","points":"23"},{"position":"15","team_id":"492","team_name":"Burnley FC","short_name":"Burnley","original_team_name":"Burnley FC","matches_total":"19","matches_won":"7","matches_draw":"2","matches_lost":"10","score_for":"24","score_against":"32","score_difference":"-8","points":"23"},{"position":"16","team_id":"510","team_name":"Brighton & Hove Albion FC","short_name":"Brighton Hove","original_team_name":"Brighton & Hove Albion FC","matches_total":"19","matches_won":"6","matches_draw":"5","matches_lost":"8","score_for":"19","score_against":"28","score_difference":"-9","points":"23"},{"position":"17","team_id":"460","team_name":"Fulham FC","short_name":"Fulham","original_team_name":"Fulham FC","matches_total":"19","matches_won":"6","matches_draw":"3","matches_lost":"10","score_for":"22","score_against":"36","score_difference":"-14","points":"21"},{"position":"18","team_id":"508","team_name":"Crystal Palace FC","short_name":"Crystal Palace","original_team_name":"Crystal Palace FC","matches_total":"19","matches_won":"5","matches_draw":"5","matches_lost":"9","score_for":"19","score_against":"23","score_difference":"-4","points":"20"},{"position":"19","team_id":"495","team_name":"Cardiff City FC","short_name":"Cardiff","original_team_name":"Cardiff City FC","matches_total":"19","matches_won":"6","matches_draw":"2","matches_lost":"11","score_for":"21","score_against":"38","score_difference":"-17","points":"20"},{"position":"20","team_id":"494","team_name":"Huddersfield Town AFC","short_name":"Huddersfield","original_team_name":"Huddersfield Town AFC","matches_total":"19","matches_won":"2","matches_draw":"3","matches_lost":"14","score_for":"10","score_against":"31","score_difference":"-21","points":"9"}]},"away":{"table":[{"position":"1","team_id":"464","team_name":"Manchester City FC","short_name":"Man City","original_team_name":"Manchester City FC","matches_total":"19","matches_won":"14","matches_draw":"2","matches_lost":"3","score_for":"38","score_against":"11","score_difference":"27","points":"44"},{"position":"2","team_id":"462","team_name":"Liverpool FC","short_name":"Liverpool","original_team_name":"Liverpool FC","matches_total":"19","matches_won":"13","matches_draw":"5","matches_lost":"1","score_for":"34","score_against":"12","score_difference":"22","points":"44"},{"position":"3","team_id":"472","team_name":"Tottenham Hotspur FC","short_name":"Tottenham","original_team_name":"Tottenham Hotspur FC","matches_total":"19","matches_won":"11","matches_draw":"0","matches_lost":"8","score_for":"33","score_against":"23","score_difference":"10","points":"33"},{"position":"4","team_id":"475","team_name":"Manchester United FC","short_name":"Man United","original_team_name":"Manchester United FC","matches_total":"19","matches_won":"9","matches_draw":"3","matches_lost":"7","score_for":"32","score_against":"29","score_difference":"3","points":"30"},{"position":"5","team_id":"471","team_name":"Chelsea FC","short_name":"Chelsea","original_team_name":"Chelsea FC","matches_total":"19","matches_won":"9","matches_draw":"3","matches_lost":"7","score_for":"24","score_against":"27","score_difference":"-3","points":"30"},{"position":"6","team_id":"508","team_name":"Crystal Palace FC","short_name":"Crystal Palace","original_team_name":"Crystal Palace FC","matches_total":"19","matches_won":"9","matches_draw":"2","matches_lost":"8","score_for":"32","score_against":"30","score_difference":"2","points":"29"},{"position":"7","team_id":"489","team_name":"Leicester City FC","short_name":"Leicester City","original_team_name":"Leicester City FC","matches_total":"19","matches_won":"7","matches_draw":"4","matches_lost":"8","score_for":"27","score_against":"28","score_difference":"-1","points":"25"},{"position":"8","team_id":"467","team_name":"Arsenal FC","short_name":"Arsenal","original_team_name":"Arsenal FC","matches_total":"19","matches_won":"7","matches_draw":"4","matches_lost":"8","score_for":"31","score_against":"35","score_difference":"-4","points":"25"},{"position":"9","team_id":"511","team_name":"Watford FC","short_name":"Watford","original_team_name":"Watford FC","matches_total":"19","matches_won":"6","matches_draw":"5","matches_lost":"8","score_for":"26","score_against":"31","score_difference":"-5","points":"23"},{"position":"10","team_id":"459","team_name":"Wolverhampton Wanderers FC","short_name":"Wolverhampton","original_team_name":"Wolverhampton Wanderers FC","matches_total":"19","matches_won":"6","matches_draw":"5","matches_lost":"8","score_for":"19","score_against":"25","score_difference":"-6","points":"23"},{"position":"11","team_id":"496","team_name":"West Ham United FC","short_name":"West Ham","original_team_name":"West Ham United FC","matches_total":"19","matches_won":"6","matches_draw":"3","matches_lost":"10","score_for":"20","score_against":"28","score_difference":"-8","points":"21"},{"position":"12","team_id":"473","team_name":"Everton FC","short_name":"Everton","original_team_name":"Everton FC","matches_total":"19","matches_won":"5","matches_draw":"5","matches_lost":"9","score_for":"24","score_against":"25","score_difference":"-1","points":"20"},{"position":"13","team_id":"466","team_name":"Newcastle United FC","short_name":"Newcastle","original_team_name":"Newcastle United FC","matches_total":"19","matches_won":"4","matches_draw":"8","matches_lost":"7","score_for":"18","score_against":"23","score_difference":"-5","points":"20"},{"position":"14","team_id":"492","team_name":"Burnley FC","short_name":"Burnley","original_team_name":"Burnley FC","matches_total":"19","matches_won":"4","matches_draw":"5","matches_lost":"10","score_for":"21","score_against":"36","score_difference":"-15","points":"17"},{"position":"15","team_id":"506","team_name":"Southampton FC","short_name":"Southampton","original_team_name":"Southampton FC","matches_total":"19","matches_won":"4","matches_draw":"4","matches_lost":"11","score_for":"18","score_against":"35","score_difference":"-17","points":"16"},{"position":"16","team_id":"2169","team_name":"AFC Bournemouth","short_name":"Bournemouth","original_team_name":"AFC Bournemouth","matches_total":"19","matches_won":"5","matches_draw":"1","matches_lost":"13","score_for":"26","score_against":"45","score_difference":"-19","points":"16"},{"position":"17","team_id":"495","team_name":"Cardiff City FC","short_name":"Cardiff","original_team_name":"Cardiff City FC","matches_total":"19","matches_won":"4","matches_draw":"2","matches_lost":"13","score_for":"13","score_against":"31","score_difference":"-18","points":"14"},{"position":"18","team_id":"510","team_name":"Brighton & Hove Albion FC","short_name":"Brighton Hove","original_team_name":"Brighton & Hove Albion FC","matches_total":"19","matches_won":"3","matches_draw":"4","matches_lost":"12","score_for":"16","score_against":"32","score_difference":"-16","points":"13"},{"position":"19","team_id":"494","team_name":"Huddersfield Town AFC","short_name":"Huddersfield","original_team_name":"Huddersfield Town AFC","matches_total":"19","matches_won":"1","matches_draw":"4","matches_lost":"14","score_for":"12","score_against":"45","score_difference":"-33","points":"7"},{"position":"20","team_id":"460","team_name":"Fulham FC","short_name":"Fulham","original_team_name":"Fulham FC","matches_total":"19","matches_won":"1","matches_draw":"2","matches_lost":"16","score_for":"12","score_against":"45","score_difference":"-33","points":"5"}]}}}}}}