Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v3 GET /basketball/get_tables
Returns the league, home & away tables per season or round.
Request URL
https://dsg-api.com/clients/{client_name}/basketball/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
table
details about the table entry (basketball,nba2k)
area_id
unique identifier for an area
form
performance of the last 5 matches in the particular round (W = win, D = draw, L = loss)
games_behind
number of matches behind leading team
home
win-loss record for home matches
live
indicates if there is a live game for the team
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
percentage
win percentage (win/loss)
points_against
value for total runs against
points_for
value for total runs scored
position
position value
prev_season
defines last season achievements ('C','CW','P','R')
road
win-loss record for away matches
short_name
shortened name of the person
team_id
unique identifier of the team
team_logo
full path URL of team logo
team_name
current team name
zone
name of table zone
zone_id
unique identifier for a table zone
tour
details about the tour
gender
gender of the tour
name
name of the particular tour
tour_id
unique tour identifier
tour_type
defines if the tournament is part of a tour or not. If not then value "non-tour"
tour_season
details about a tour season
logo
full path URL of logo for particular tour_season
name
name of the tour_season
title
title of the particular tour season
tour_season_id
unique identifier of a tour 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}/basketball/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}/basketball/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}/basketball/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}/basketball/get_tables?type={type}&id={id}&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example
200 Success
{"datasportsgroup":{"version":"2.0","sport":"basketball","lang":"en","method":{"method_id":"62","name":"get_tables"},"competition":{"competition_id":"933","name":"NBA","teamtype":"male","type":"club","format":"domestic_league","area_id":"203","area_name":"United States","last_updated":"2018-12-24 00:35:19","season":{"season_id":"17932","title":"2018\/2019","original_name":"NBA","start_date":"2018-10-16","end_date":"2019-06-18","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/933.png","last_updated":"2018-09-24 08:45:50","rounds":{"round_id":"23599","name":"Regular Season","start_date":"2018-10-17","end_date":"2019-04-12","type":"table","last_updated":"2018-08-16 12:25:46","group":[{"group_id":"6115","name":"Eastern Conference - Atlantic Division","last_updated":"2018-08-16 12:16:06","total":{"table":[{"position":"1","team_id":"25502","team_name":"Toronto Raptors","short_name":"Raptors","original_team_name":"Toronto Raptors","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"W,W,L,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"58","matches_lost":"24","percentage":"0.707","games_behind":"0","matches_total":"82","home":"32-9","road":"26-15","points_for":"9384","points_against":"8885","points_difference":"499"},{"position":"2","team_id":"25474","team_name":"Philadelphia 76ers","short_name":"76ers","original_team_name":"Philadelphia 76ers","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"W,L,W,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"51","matches_lost":"31","percentage":"0.622","games_behind":"7","matches_total":"82","home":"31-10","road":"20-21","points_for":"9445","points_against":"9224","points_difference":"221"},{"position":"3","team_id":"25473","team_name":"Boston Celtics","short_name":"Celtics","original_team_name":"Boston Celtics","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"W,L,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"49","matches_lost":"33","percentage":"0.598","games_behind":"9","matches_total":"82","home":"28-13","road":"21-20","points_for":"9216","points_against":"8852","points_difference":"364"},{"position":"4","team_id":"25475","team_name":"Brooklyn Nets","short_name":"Nets","original_team_name":"Brooklyn Nets","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"W,W,W,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"42","matches_lost":"40","percentage":"0.512","games_behind":"16","matches_total":"82","home":"23-18","road":"19-22","points_for":"9204","points_against":"9210","points_difference":"-6"},{"position":"5","team_id":"25476","team_name":"New York Knicks","short_name":"Knicks","original_team_name":"New York Knicks","zone":"","zone_id":"","prev_season":"","form":"L,W,W,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"17","matches_lost":"65","percentage":"0.207","games_behind":"41","matches_total":"82","home":"9-32","road":"8-33","points_for":"8575","points_against":"9330","points_difference":"-755"}]},"home":{"table":[{"position":"1","team_id":"25502","team_name":"Toronto Raptors","short_name":"Raptors","original_team_name":"Toronto Raptors","matches_won":"32","matches_lost":"9","percentage":"0.780","games_behind":"0","matches_total":"41","home":"32-9","road":"","points_for":"4721","points_against":"4411","points_difference":"310"},{"position":"2","team_id":"25474","team_name":"Philadelphia 76ers","short_name":"76ers","original_team_name":"Philadelphia 76ers","matches_won":"31","matches_lost":"10","percentage":"0.756","games_behind":"1","matches_total":"41","home":"31-10","road":"","points_for":"4848","points_against":"4518","points_difference":"330"},{"position":"3","team_id":"25473","team_name":"Boston Celtics","short_name":"Celtics","original_team_name":"Boston Celtics","matches_won":"28","matches_lost":"13","percentage":"0.683","games_behind":"4","matches_total":"41","home":"28-13","road":"","points_for":"4678","points_against":"4400","points_difference":"278"},{"position":"4","team_id":"25475","team_name":"Brooklyn Nets","short_name":"Nets","original_team_name":"Brooklyn Nets","matches_won":"23","matches_lost":"18","percentage":"0.561","games_behind":"9","matches_total":"41","home":"23-18","road":"","points_for":"4667","points_against":"4563","points_difference":"104"},{"position":"5","team_id":"25476","team_name":"New York Knicks","short_name":"Knicks","original_team_name":"New York Knicks","matches_won":"9","matches_lost":"32","percentage":"0.220","games_behind":"23","matches_total":"41","home":"9-32","road":"","points_for":"4342","points_against":"4664","points_difference":"-322"}]},"away":{"table":[{"position":"1","team_id":"25502","team_name":"Toronto Raptors","short_name":"Raptors","original_team_name":"Toronto Raptors","matches_won":"26","matches_lost":"15","percentage":"0.634","games_behind":"0","matches_total":"41","home":"","road":"26-15","points_for":"4663","points_against":"4474","points_difference":"189"},{"position":"2","team_id":"25473","team_name":"Boston Celtics","short_name":"Celtics","original_team_name":"Boston Celtics","matches_won":"21","matches_lost":"20","percentage":"0.512","games_behind":"5","matches_total":"41","home":"","road":"21-20","points_for":"4538","points_against":"4452","points_difference":"86"},{"position":"3","team_id":"25474","team_name":"Philadelphia 76ers","short_name":"76ers","original_team_name":"Philadelphia 76ers","matches_won":"20","matches_lost":"21","percentage":"0.488","games_behind":"6","matches_total":"41","home":"","road":"20-21","points_for":"4597","points_against":"4706","points_difference":"-109"},{"position":"4","team_id":"25475","team_name":"Brooklyn Nets","short_name":"Nets","original_team_name":"Brooklyn Nets","matches_won":"19","matches_lost":"22","percentage":"0.463","games_behind":"7","matches_total":"41","home":"","road":"19-22","points_for":"4537","points_against":"4647","points_difference":"-110"},{"position":"5","team_id":"25476","team_name":"New York Knicks","short_name":"Knicks","original_team_name":"New York Knicks","matches_won":"8","matches_lost":"33","percentage":"0.195","games_behind":"18","matches_total":"41","home":"","road":"8-33","points_for":"4233","points_against":"4666","points_difference":"-433"}]}},{"group_id":"6116","name":"Eastern Conference - Central Division","last_updated":"2018-08-16 12:16:06","total":{"table":[{"position":"1","team_id":"25496","team_name":"Milwaukee Bucks","short_name":"Bucks","original_team_name":"Milwaukee Bucks","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"L,W,L,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"60","matches_lost":"22","percentage":"0.732","games_behind":"0","matches_total":"82","home":"33-8","road":"27-14","points_for":"9686","points_against":"8959","points_difference":"727"},{"position":"2","team_id":"25495","team_name":"Indiana Pacers","short_name":"Pacers","original_team_name":"Indiana Pacers","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"W,L,L,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"48","matches_lost":"34","percentage":"0.585","games_behind":"12","matches_total":"82","home":"29-12","road":"19-22","points_for":"8857","points_against":"8584","points_difference":"273"},{"position":"3","team_id":"25494","team_name":"Detroit Pistons","short_name":"Pistons","original_team_name":"Detroit Pistons","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"W,W,L,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"41","matches_lost":"41","percentage":"0.500","games_behind":"19","matches_total":"82","home":"26-15","road":"15-26","points_for":"8778","points_against":"8798","points_difference":"-20"},{"position":"4","team_id":"25493","team_name":"Chicago Bulls","short_name":"Bulls","original_team_name":"Chicago Bulls","zone":"","zone_id":"","prev_season":"","form":"L,L,L,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"22","matches_lost":"60","percentage":"0.268","games_behind":"38","matches_total":"82","home":"9-32","road":"13-28","points_for":"8605","points_against":"9295","points_difference":"-690"},{"position":"5","team_id":"25492","team_name":"Cleveland Cavaliers","short_name":"Cavaliers","original_team_name":"Cleveland Cavaliers","zone":"","zone_id":"","prev_season":"","form":"L,L,L,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"19","matches_lost":"63","percentage":"0.232","games_behind":"41","matches_total":"82","home":"13-28","road":"6-35","points_for":"8567","points_against":"9355","points_difference":"-788"}]},"home":{"table":[{"position":"1","team_id":"25496","team_name":"Milwaukee Bucks","short_name":"Bucks","original_team_name":"Milwaukee Bucks","matches_won":"33","matches_lost":"8","percentage":"0.805","games_behind":"0","matches_total":"41","home":"33-8","road":"","points_for":"4914","points_against":"4419","points_difference":"495"},{"position":"2","team_id":"25495","team_name":"Indiana Pacers","short_name":"Pacers","original_team_name":"Indiana Pacers","matches_won":"29","matches_lost":"12","percentage":"0.707","games_behind":"4","matches_total":"41","home":"29-12","road":"","points_for":"4456","points_against":"4143","points_difference":"313"},{"position":"3","team_id":"25494","team_name":"Detroit Pistons","short_name":"Pistons","original_team_name":"Detroit Pistons","matches_won":"26","matches_lost":"15","percentage":"0.634","games_behind":"7","matches_total":"41","home":"26-15","road":"","points_for":"4455","points_against":"4350","points_difference":"105"},{"position":"4","team_id":"25492","team_name":"Cleveland Cavaliers","short_name":"Cavaliers","original_team_name":"Cleveland Cavaliers","matches_won":"13","matches_lost":"28","percentage":"0.317","games_behind":"20","matches_total":"41","home":"13-28","road":"","points_for":"4312","points_against":"4613","points_difference":"-301"},{"position":"5","team_id":"25493","team_name":"Chicago Bulls","short_name":"Bulls","original_team_name":"Chicago Bulls","matches_won":"9","matches_lost":"32","percentage":"0.220","games_behind":"24","matches_total":"41","home":"9-32","road":"","points_for":"4247","points_against":"4649","points_difference":"-402"}]},"away":{"table":[{"position":"1","team_id":"25496","team_name":"Milwaukee Bucks","short_name":"Bucks","original_team_name":"Milwaukee Bucks","matches_won":"27","matches_lost":"14","percentage":"0.659","games_behind":"0","matches_total":"41","home":"","road":"27-14","points_for":"4772","points_against":"4540","points_difference":"232"},{"position":"2","team_id":"25495","team_name":"Indiana Pacers","short_name":"Pacers","original_team_name":"Indiana Pacers","matches_won":"19","matches_lost":"22","percentage":"0.463","games_behind":"8","matches_total":"41","home":"","road":"19-22","points_for":"4401","points_against":"4441","points_difference":"-40"},{"position":"3","team_id":"25494","team_name":"Detroit Pistons","short_name":"Pistons","original_team_name":"Detroit Pistons","matches_won":"15","matches_lost":"26","percentage":"0.366","games_behind":"12","matches_total":"41","home":"","road":"15-26","points_for":"4323","points_against":"4448","points_difference":"-125"},{"position":"4","team_id":"25493","team_name":"Chicago Bulls","short_name":"Bulls","original_team_name":"Chicago Bulls","matches_won":"13","matches_lost":"28","percentage":"0.317","games_behind":"14","matches_total":"41","home":"","road":"13-28","points_for":"4358","points_against":"4646","points_difference":"-288"},{"position":"5","team_id":"25492","team_name":"Cleveland Cavaliers","short_name":"Cavaliers","original_team_name":"Cleveland Cavaliers","matches_won":"6","matches_lost":"35","percentage":"0.146","games_behind":"21","matches_total":"41","home":"","road":"6-35","points_for":"4255","points_against":"4742","points_difference":"-487"}]}},{"group_id":"6117","name":"Eastern Conference - Southeast Division","last_updated":"2018-08-16 12:16:06","total":{"table":[{"position":"1","team_id":"25497","team_name":"Orlando Magic","short_name":"Magic","original_team_name":"Orlando Magic","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"W,W,W,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"42","matches_lost":"40","percentage":"0.512","games_behind":"3","matches_total":"82","home":"25-16","road":"17-24","points_for":"8800","points_against":"8742","points_difference":"58"},{"position":"2","team_id":"25500","team_name":"Charlotte Hornets","short_name":"Hornets","original_team_name":"Charlotte Hornets","zone":"","zone_id":"","prev_season":"","form":"L,W,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"39","matches_lost":"43","percentage":"0.476","games_behind":"6","matches_total":"82","home":"25-16","road":"14-27","points_for":"9081","points_against":"9171","points_difference":"-90"},{"position":"3","team_id":"25499","team_name":"Miami Heat","short_name":"Heat","original_team_name":"Miami Heat","zone":"","zone_id":"","prev_season":"","form":"L,W,L,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"39","matches_lost":"43","percentage":"0.476","games_behind":"6","matches_total":"82","home":"19-22","road":"20-21","points_for":"8668","points_against":"8687","points_difference":"-19"},{"position":"4","team_id":"25501","team_name":"Washington Wizards","short_name":"Wizards","original_team_name":"Washington Wizards","zone":"","zone_id":"","prev_season":"","form":"L,L,L,L,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"32","matches_lost":"50","percentage":"0.390","games_behind":"13","matches_total":"82","home":"22-19","road":"10-31","points_for":"9350","points_against":"9588","points_difference":"-238"},{"position":"5","team_id":"25498","team_name":"Atlanta Hawks","short_name":"Hawks","original_team_name":"Atlanta Hawks","zone":"","zone_id":"","prev_season":"","form":"L,L,L,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"29","matches_lost":"53","percentage":"0.354","games_behind":"16","matches_total":"82","home":"17-24","road":"12-29","points_for":"9294","points_against":"9788","points_difference":"-494"}]},"home":{"table":[{"position":"1","team_id":"25500","team_name":"Charlotte Hornets","short_name":"Hornets","original_team_name":"Charlotte Hornets","matches_won":"25","matches_lost":"16","percentage":"0.610","games_behind":"0","matches_total":"41","home":"25-16","road":"","points_for":"4639","points_against":"4488","points_difference":"151"},{"position":"2","team_id":"25497","team_name":"Orlando Magic","short_name":"Magic","original_team_name":"Orlando Magic","matches_won":"25","matches_lost":"16","percentage":"0.610","games_behind":"0","matches_total":"41","home":"25-16","road":"","points_for":"4483","points_against":"4374","points_difference":"109"},{"position":"3","team_id":"25501","team_name":"Washington Wizards","short_name":"Wizards","original_team_name":"Washington Wizards","matches_won":"22","matches_lost":"19","percentage":"0.537","games_behind":"3","matches_total":"41","home":"22-19","road":"","points_for":"4773","points_against":"4701","points_difference":"72"},{"position":"4","team_id":"25499","team_name":"Miami Heat","short_name":"Heat","original_team_name":"Miami Heat","matches_won":"19","matches_lost":"22","percentage":"0.463","games_behind":"6","matches_total":"41","home":"19-22","road":"","points_for":"4347","points_against":"4337","points_difference":"10"},{"position":"5","team_id":"25498","team_name":"Atlanta Hawks","short_name":"Hawks","original_team_name":"Atlanta Hawks","matches_won":"17","matches_lost":"24","percentage":"0.415","games_behind":"8","matches_total":"41","home":"17-24","road":"","points_for":"4747","points_against":"4912","points_difference":"-165"}]},"away":{"table":[{"position":"1","team_id":"25499","team_name":"Miami Heat","short_name":"Heat","original_team_name":"Miami Heat","matches_won":"20","matches_lost":"21","percentage":"0.488","games_behind":"0","matches_total":"41","home":"","road":"20-21","points_for":"4321","points_against":"4350","points_difference":"-29"},{"position":"2","team_id":"25497","team_name":"Orlando Magic","short_name":"Magic","original_team_name":"Orlando Magic","matches_won":"17","matches_lost":"24","percentage":"0.415","games_behind":"3","matches_total":"41","home":"","road":"17-24","points_for":"4317","points_against":"4368","points_difference":"-51"},{"position":"3","team_id":"25500","team_name":"Charlotte Hornets","short_name":"Hornets","original_team_name":"Charlotte Hornets","matches_won":"14","matches_lost":"27","percentage":"0.341","games_behind":"6","matches_total":"41","home":"","road":"14-27","points_for":"4442","points_against":"4683","points_difference":"-241"},{"position":"4","team_id":"25498","team_name":"Atlanta Hawks","short_name":"Hawks","original_team_name":"Atlanta Hawks","matches_won":"12","matches_lost":"29","percentage":"0.293","games_behind":"8","matches_total":"41","home":"","road":"12-29","points_for":"4547","points_against":"4876","points_difference":"-329"},{"position":"5","team_id":"25501","team_name":"Washington Wizards","short_name":"Wizards","original_team_name":"Washington Wizards","matches_won":"10","matches_lost":"31","percentage":"0.244","games_behind":"10","matches_total":"41","home":"","road":"10-31","points_for":"4577","points_against":"4887","points_difference":"-310"}]}},{"group_id":"6118","name":"Western Conference - Northwest Division","last_updated":"2018-08-16 12:16:06","total":{"table":[{"position":"1","team_id":"25477","team_name":"Denver Nuggets","short_name":"Nuggets","original_team_name":"Denver Nuggets","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"W,L,L,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"54","matches_lost":"28","percentage":"0.659","games_behind":"2","matches_total":"82","home":"34-7","road":"20-21","points_for":"9075","points_against":"8751","points_difference":"324"},{"position":"2","team_id":"25478","team_name":"Portland Trail Blazers","short_name":"Trail Blazers","original_team_name":"Portland Trail Blazers","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"W,W,W,L,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"53","matches_lost":"29","percentage":"0.646","games_behind":"3","matches_total":"82","home":"32-9","road":"21-20","points_for":"9402","points_against":"9058","points_difference":"344"},{"position":"3","team_id":"25479","team_name":"Utah Jazz","short_name":"Jazz","original_team_name":"Utah Jazz","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"L,W,L,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"50","matches_lost":"32","percentage":"0.610","games_behind":"6","matches_total":"82","home":"29-12","road":"21-20","points_for":"9161","points_against":"8730","points_difference":"431"},{"position":"4","team_id":"25481","team_name":"Oklahoma City Thunder","short_name":"Thunder","original_team_name":"Oklahoma City Thunder","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"W,W,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"49","matches_lost":"33","percentage":"0.598","games_behind":"7","matches_total":"82","home":"27-14","road":"22-19","points_for":"9387","points_against":"9108","points_difference":"279"},{"position":"5","team_id":"25480","team_name":"Minnesota Timberwolves","short_name":"Timberwolves","original_team_name":"Minnesota Timberwolves","zone":"","zone_id":"","prev_season":"","form":"L,L,L,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"36","matches_lost":"46","percentage":"0.439","games_behind":"20","matches_total":"82","home":"25-16","road":"11-30","points_for":"9223","points_against":"9346","points_difference":"-123"}]},"home":{"table":[{"position":"1","team_id":"25477","team_name":"Denver Nuggets","short_name":"Nuggets","original_team_name":"Denver Nuggets","matches_won":"34","matches_lost":"7","percentage":"0.829","games_behind":"0","matches_total":"41","home":"34-7","road":"","points_for":"4679","points_against":"4248","points_difference":"431"},{"position":"2","team_id":"25478","team_name":"Portland Trail Blazers","short_name":"Trail Blazers","original_team_name":"Portland Trail Blazers","matches_won":"32","matches_lost":"9","percentage":"0.780","games_behind":"2","matches_total":"41","home":"32-9","road":"","points_for":"4846","points_against":"4503","points_difference":"343"},{"position":"3","team_id":"25479","team_name":"Utah Jazz","short_name":"Jazz","original_team_name":"Utah Jazz","matches_won":"29","matches_lost":"12","percentage":"0.707","games_behind":"5","matches_total":"41","home":"29-12","road":"","points_for":"4618","points_against":"4296","points_difference":"322"},{"position":"4","team_id":"25481","team_name":"Oklahoma City Thunder","short_name":"Thunder","original_team_name":"Oklahoma City Thunder","matches_won":"27","matches_lost":"14","percentage":"0.659","games_behind":"7","matches_total":"41","home":"27-14","road":"","points_for":"4694","points_against":"4495","points_difference":"199"},{"position":"5","team_id":"25480","team_name":"Minnesota Timberwolves","short_name":"Timberwolves","original_team_name":"Minnesota Timberwolves","matches_won":"25","matches_lost":"16","percentage":"0.610","games_behind":"9","matches_total":"41","home":"25-16","road":"","points_for":"4700","points_against":"4582","points_difference":"118"}]},"away":{"table":[{"position":"1","team_id":"25481","team_name":"Oklahoma City Thunder","short_name":"Thunder","original_team_name":"Oklahoma City Thunder","matches_won":"22","matches_lost":"19","percentage":"0.537","games_behind":"0","matches_total":"41","home":"","road":"22-19","points_for":"4693","points_against":"4613","points_difference":"80"},{"position":"2","team_id":"25479","team_name":"Utah Jazz","short_name":"Jazz","original_team_name":"Utah Jazz","matches_won":"21","matches_lost":"20","percentage":"0.512","games_behind":"1","matches_total":"41","home":"","road":"21-20","points_for":"4543","points_against":"4434","points_difference":"109"},{"position":"3","team_id":"25478","team_name":"Portland Trail Blazers","short_name":"Trail Blazers","original_team_name":"Portland Trail Blazers","matches_won":"21","matches_lost":"20","percentage":"0.512","games_behind":"1","matches_total":"41","home":"","road":"21-20","points_for":"4556","points_against":"4555","points_difference":"1"},{"position":"4","team_id":"25477","team_name":"Denver Nuggets","short_name":"Nuggets","original_team_name":"Denver Nuggets","matches_won":"20","matches_lost":"21","percentage":"0.488","games_behind":"2","matches_total":"41","home":"","road":"20-21","points_for":"4396","points_against":"4503","points_difference":"-107"},{"position":"5","team_id":"25480","team_name":"Minnesota Timberwolves","short_name":"Timberwolves","original_team_name":"Minnesota Timberwolves","matches_won":"11","matches_lost":"30","percentage":"0.268","games_behind":"11","matches_total":"41","home":"","road":"11-30","points_for":"4523","points_against":"4764","points_difference":"-241"}]}},{"group_id":"6119","name":"Western Conference - Pacific Division","last_updated":"2018-08-16 12:16:06","total":{"table":[{"position":"1","team_id":"25489","team_name":"Golden State Warriors","short_name":"Warriors","original_team_name":"Golden State Warriors","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"L,W,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"57","matches_lost":"25","percentage":"0.695","games_behind":"0","matches_total":"82","home":"30-11","road":"27-14","points_for":"9650","points_against":"9120","points_difference":"530"},{"position":"2","team_id":"25490","team_name":"Los Angeles Clippers","short_name":"Clippers","original_team_name":"Los Angeles Clippers","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"W,L,L,L,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"48","matches_lost":"34","percentage":"0.585","games_behind":"9","matches_total":"82","home":"26-15","road":"22-19","points_for":"9442","points_against":"9372","points_difference":"70"},{"position":"3","team_id":"25491","team_name":"Sacramento Kings","short_name":"Kings","original_team_name":"Sacramento Kings","zone":"","zone_id":"","prev_season":"","form":"L,L,L,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"39","matches_lost":"43","percentage":"0.476","games_behind":"18","matches_total":"82","home":"24-17","road":"15-26","points_for":"9363","points_against":"9455","points_difference":"-92"},{"position":"4","team_id":"25487","team_name":"Los Angeles Lakers","short_name":"Lakers","original_team_name":"Los Angeles Lakers","zone":"","zone_id":"","prev_season":"","form":"L,W,W,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"37","matches_lost":"45","percentage":"0.451","games_behind":"20","matches_total":"82","home":"22-19","road":"15-26","points_for":"9165","points_against":"9306","points_difference":"-141"},{"position":"5","team_id":"25488","team_name":"Phoenix Suns","short_name":"Suns","original_team_name":"Phoenix Suns","zone":"","zone_id":"","prev_season":"","form":"L,L,W,L,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"19","matches_lost":"63","percentage":"0.232","games_behind":"38","matches_total":"82","home":"12-29","road":"7-34","points_for":"8815","points_against":"9581","points_difference":"-766"}]},"home":{"table":[{"position":"1","team_id":"25489","team_name":"Golden State Warriors","short_name":"Warriors","original_team_name":"Golden State Warriors","matches_won":"30","matches_lost":"11","percentage":"0.732","games_behind":"0","matches_total":"41","home":"30-11","road":"","points_for":"4844","points_against":"4572","points_difference":"272"},{"position":"2","team_id":"25490","team_name":"Los Angeles Clippers","short_name":"Clippers","original_team_name":"Los Angeles Clippers","matches_won":"26","matches_lost":"15","percentage":"0.634","games_behind":"4","matches_total":"41","home":"26-15","road":"","points_for":"4834","points_against":"4699","points_difference":"135"},{"position":"3","team_id":"25491","team_name":"Sacramento Kings","short_name":"Kings","original_team_name":"Sacramento Kings","matches_won":"24","matches_lost":"17","percentage":"0.585","games_behind":"6","matches_total":"41","home":"24-17","road":"","points_for":"4712","points_against":"4653","points_difference":"59"},{"position":"4","team_id":"25487","team_name":"Los Angeles Lakers","short_name":"Lakers","original_team_name":"Los Angeles Lakers","matches_won":"22","matches_lost":"19","percentage":"0.537","games_behind":"8","matches_total":"41","home":"22-19","road":"","points_for":"4551","points_against":"4558","points_difference":"-7"},{"position":"5","team_id":"25488","team_name":"Phoenix Suns","short_name":"Suns","original_team_name":"Phoenix Suns","matches_won":"12","matches_lost":"29","percentage":"0.293","games_behind":"18","matches_total":"41","home":"12-29","road":"","points_for":"4410","points_against":"4668","points_difference":"-258"}]},"away":{"table":[{"position":"1","team_id":"25489","team_name":"Golden State Warriors","short_name":"Warriors","original_team_name":"Golden State Warriors","matches_won":"27","matches_lost":"14","percentage":"0.659","games_behind":"0","matches_total":"41","home":"","road":"27-14","points_for":"4806","points_against":"4548","points_difference":"258"},{"position":"2","team_id":"25490","team_name":"Los Angeles Clippers","short_name":"Clippers","original_team_name":"Los Angeles Clippers","matches_won":"22","matches_lost":"19","percentage":"0.537","games_behind":"5","matches_total":"41","home":"","road":"22-19","points_for":"4608","points_against":"4673","points_difference":"-65"},{"position":"3","team_id":"25487","team_name":"Los Angeles Lakers","short_name":"Lakers","original_team_name":"Los Angeles Lakers","matches_won":"15","matches_lost":"26","percentage":"0.366","games_behind":"12","matches_total":"41","home":"","road":"15-26","points_for":"4614","points_against":"4748","points_difference":"-134"},{"position":"4","team_id":"25491","team_name":"Sacramento Kings","short_name":"Kings","original_team_name":"Sacramento Kings","matches_won":"15","matches_lost":"26","percentage":"0.366","games_behind":"12","matches_total":"41","home":"","road":"15-26","points_for":"4651","points_against":"4802","points_difference":"-151"},{"position":"5","team_id":"25488","team_name":"Phoenix Suns","short_name":"Suns","original_team_name":"Phoenix Suns","matches_won":"7","matches_lost":"34","percentage":"0.171","games_behind":"20","matches_total":"41","home":"","road":"7-34","points_for":"4405","points_against":"4913","points_difference":"-508"}]}},{"group_id":"6120","name":"Western Conference - Southwest Division","last_updated":"2018-08-16 12:16:06","total":{"table":[{"position":"1","team_id":"25483","team_name":"Houston Rockets","short_name":"Rockets","original_team_name":"Houston Rockets","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"L,W,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"53","matches_lost":"29","percentage":"0.646","games_behind":"1","matches_total":"82","home":"31-10","road":"22-19","points_for":"9341","points_against":"8950","points_difference":"391"},{"position":"2","team_id":"25482","team_name":"San Antonio Spurs","short_name":"Spurs","original_team_name":"San Antonio Spurs","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"W,W,W,L,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"48","matches_lost":"34","percentage":"0.585","games_behind":"6","matches_total":"82","home":"32-9","road":"16-25","points_for":"9156","points_against":"9018","points_difference":"138"},{"position":"3","team_id":"25486","team_name":"Memphis Grizzlies","short_name":"Grizzlies","original_team_name":"Memphis Grizzlies","zone":"","zone_id":"","prev_season":"","form":"W,L,L,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"33","matches_lost":"49","percentage":"0.402","games_behind":"21","matches_total":"82","home":"21-20","road":"12-29","points_for":"8490","points_against":"8703","points_difference":"-213"},{"position":"4","team_id":"25485","team_name":"New Orleans Pelicans","short_name":"Pelicans","original_team_name":"New Orleans Pelicans","zone":"","zone_id":"","prev_season":"","form":"L,W,L,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"33","matches_lost":"49","percentage":"0.402","games_behind":"21","matches_total":"82","home":"19-22","road":"14-27","points_for":"9466","points_against":"9575","points_difference":"-109"},{"position":"5","team_id":"25484","team_name":"Dallas Mavericks","short_name":"Mavericks","original_team_name":"Dallas Mavericks","zone":"","zone_id":"","prev_season":"","form":"L,W,W,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_won":"33","matches_lost":"49","percentage":"0.402","games_behind":"21","matches_total":"82","home":"24-17","road":"9-32","points_for":"8927","points_against":"9032","points_difference":"-105"}]},"home":{"table":[{"position":"1","team_id":"25482","team_name":"San Antonio Spurs","short_name":"Spurs","original_team_name":"San Antonio Spurs","matches_won":"32","matches_lost":"9","percentage":"0.780","games_behind":"0","matches_total":"41","home":"32-9","road":"","points_for":"4625","points_against":"4344","points_difference":"281"},{"position":"2","team_id":"25483","team_name":"Houston Rockets","short_name":"Rockets","original_team_name":"Houston Rockets","matches_won":"31","matches_lost":"10","percentage":"0.756","games_behind":"1","matches_total":"41","home":"31-10","road":"","points_for":"4788","points_against":"4497","points_difference":"291"},{"position":"3","team_id":"25484","team_name":"Dallas Mavericks","short_name":"Mavericks","original_team_name":"Dallas Mavericks","matches_won":"24","matches_lost":"17","percentage":"0.585","games_behind":"8","matches_total":"41","home":"24-17","road":"","points_for":"4523","points_against":"4427","points_difference":"96"},{"position":"4","team_id":"25486","team_name":"Memphis Grizzlies","short_name":"Grizzlies","original_team_name":"Memphis Grizzlies","matches_won":"21","matches_lost":"20","percentage":"0.512","games_behind":"11","matches_total":"41","home":"21-20","road":"","points_for":"4289","points_against":"4271","points_difference":"18"},{"position":"5","team_id":"25485","team_name":"New Orleans Pelicans","short_name":"Pelicans","original_team_name":"New Orleans Pelicans","matches_won":"19","matches_lost":"22","percentage":"0.463","games_behind":"13","matches_total":"41","home":"19-22","road":"","points_for":"4720","points_against":"4756","points_difference":"-36"}]},"away":{"table":[{"position":"1","team_id":"25483","team_name":"Houston Rockets","short_name":"Rockets","original_team_name":"Houston Rockets","matches_won":"22","matches_lost":"19","percentage":"0.537","games_behind":"0","matches_total":"41","home":"","road":"22-19","points_for":"4553","points_against":"4453","points_difference":"100"},{"position":"2","team_id":"25482","team_name":"San Antonio Spurs","short_name":"Spurs","original_team_name":"San Antonio Spurs","matches_won":"16","matches_lost":"25","percentage":"0.390","games_behind":"6","matches_total":"41","home":"","road":"16-25","points_for":"4531","points_against":"4674","points_difference":"-143"},{"position":"3","team_id":"25485","team_name":"New Orleans Pelicans","short_name":"Pelicans","original_team_name":"New Orleans Pelicans","matches_won":"14","matches_lost":"27","percentage":"0.341","games_behind":"8","matches_total":"41","home":"","road":"14-27","points_for":"4746","points_against":"4819","points_difference":"-73"},{"position":"4","team_id":"25486","team_name":"Memphis Grizzlies","short_name":"Grizzlies","original_team_name":"Memphis Grizzlies","matches_won":"12","matches_lost":"29","percentage":"0.293","games_behind":"10","matches_total":"41","home":"","road":"12-29","points_for":"4201","points_against":"4432","points_difference":"-231"},{"position":"5","team_id":"25484","team_name":"Dallas Mavericks","short_name":"Mavericks","original_team_name":"Dallas Mavericks","matches_won":"9","matches_lost":"32","percentage":"0.220","games_behind":"13","matches_total":"41","home":"","road":"9-32","points_for":"4404","points_against":"4605","points_difference":"-201"}]}}]}}}}}