Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v2 GET /ice_hockey/get_tables
Returns the league, home & away tables per season or round.
Request URL
https://dsg-api.com/clients/{client_name}/ice_hockey/get_tables?type={type}&id={id}&client={client_name}&authkey={client_authkey}
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
ftype
string
changes feed type from XML to json (ftype=json)
gameweek
int
gameweek value to get table from
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
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
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
position
position value
prev_season
defines last season achievements ('C','CW','P','R')
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
values
tables values of the team (ice_hockey)
goals_against
value for total goals against
goals_difference
value for total goals difference
goals_for
value for total goals made
matches_lost
value for total lost matches
matches_lost_ot
value for total lost matches in overtime
matches_lost_so
value for total lost matches in shootout
matches_total
value for total played matches
matches_won
value for total won matches
matches_won_ot
value for total won matches in overtime
matches_won_so
value for total won matches in shootout
points
value for total points gained
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}/ice_hockey/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}/ice_hockey/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}/ice_hockey/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}/ice_hockey/get_tables?type={type}&id={id}&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example
200 Success
{"datasportsgroup":{"version":"1.0","sport":"ice_hockey","lang":"en","method":{"method_id":"86","name":"get_tables"},"competition":{"competition_id":"975","name":"KHL","teamtype":"male","type":"club","format":"domestic_league","area_id":"160","area_name":"Russia","last_updated":"2018-12-24 00:34:36","season":{"season_id":"17941","title":"2018\/2019","original_name":"KHL","start_date":"2018-09-01","end_date":"2019-04-25","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/975_1.png","last_updated":"2018-08-16 14:18:19","rounds":{"round_id":"23640","name":"Regular Season","start_date":"2018-09-01","end_date":"2019-02-22","type":"table","last_updated":"2018-08-16 14:28:25","group":[{"group_id":"6125","name":"Bobrov Division","last_updated":"2018-08-16 14:21:08","total":{"table":[{"position":"1","team_id":"25575","team_name":"SKA Saint Petersburg","short_name":"SKA","original_team_name":"SKA Saint Petersburg","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_total":"62","matches_won":"45","matches_won_ot":"3","matches_won_so":"1","matches_lost_so":"2","matches_lost_ot":"3","matches_lost":"8","score_for":"209","score_against":"80","score_difference":"129","points":"103"},{"position":"2","team_id":"25573","team_name":"Jokerit","short_name":"Jokerit","original_team_name":"Jokerit","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"L,W,W,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"62","matches_won":"32","matches_won_ot":"4","matches_won_so":"1","matches_lost_so":"1","matches_lost_ot":"5","matches_lost":"19","score_for":"197","score_against":"164","score_difference":"33","points":"80"},{"position":"3","team_id":"25579","team_name":"HC Dynamo Moskva","short_name":"Dynamo Moskva","original_team_name":"HC Dynamo Moskva","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_total":"62","matches_won":"27","matches_won_ot":"5","matches_won_so":"1","matches_lost_so":"0","matches_lost_ot":"6","matches_lost":"23","score_for":"153","score_against":"139","score_difference":"14","points":"72"},{"position":"4","team_id":"25577","team_name":"HC Spartak Moskva","short_name":"Spartak Moskva","original_team_name":"HC Spartak Moskva","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"L,L,L,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"62","matches_won":"21","matches_won_ot":"3","matches_won_so":"4","matches_lost_so":"2","matches_lost_ot":"6","matches_lost":"26","score_for":"156","score_against":"158","score_difference":"-2","points":"64"},{"position":"5","team_id":"25572","team_name":"Dinamo Riga","short_name":"Dinamo Riga","original_team_name":"Dinamo Riga","zone":"","zone_id":"","prev_season":"","form":"L,W,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"62","matches_won":"18","matches_won_ot":"6","matches_won_so":"2","matches_lost_so":"4","matches_lost_ot":"6","matches_lost":"26","score_for":"129","score_against":"155","score_difference":"-26","points":"62"},{"position":"6","team_id":"25582","team_name":"Severstal Cherepovets","short_name":"Severstal","original_team_name":"Severstal Cherepovets","zone":"","zone_id":"","prev_season":"","form":"W,L,W,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"62","matches_won":"14","matches_won_ot":"5","matches_won_so":"4","matches_lost_so":"1","matches_lost_ot":"4","matches_lost":"34","score_for":"124","score_against":"178","score_difference":"-54","points":"51"}]},"home":{"table":[{"position":"1","team_id":"25575","team_name":"SKA Saint Petersburg","short_name":"SKA","original_team_name":"SKA Saint Petersburg","matches_total":"31","matches_won":"21","matches_won_ot":"2","matches_won_so":"1","matches_lost_so":"2","matches_lost_ot":"3","matches_lost":"2","score_for":"104","score_against":"48","score_difference":"56","points":"53"},{"position":"2","team_id":"25573","team_name":"Jokerit","short_name":"Jokerit","original_team_name":"Jokerit","matches_total":"31","matches_won":"19","matches_won_ot":"2","matches_won_so":"0","matches_lost_so":"1","matches_lost_ot":"1","matches_lost":"8","score_for":"115","score_against":"75","score_difference":"40","points":"44"},{"position":"3","team_id":"25577","team_name":"HC Spartak Moskva","short_name":"Spartak Moskva","original_team_name":"HC Spartak Moskva","matches_total":"31","matches_won":"12","matches_won_ot":"3","matches_won_so":"3","matches_lost_so":"1","matches_lost_ot":"1","matches_lost":"11","score_for":"96","score_against":"76","score_difference":"20","points":"38"},{"position":"4","team_id":"25579","team_name":"HC Dynamo Moskva","short_name":"Dynamo Moskva","original_team_name":"HC Dynamo Moskva","matches_total":"31","matches_won":"14","matches_won_ot":"1","matches_won_so":"1","matches_lost_so":"0","matches_lost_ot":"5","matches_lost":"10","score_for":"71","score_against":"65","score_difference":"6","points":"37"},{"position":"5","team_id":"25572","team_name":"Dinamo Riga","short_name":"Dinamo Riga","original_team_name":"Dinamo Riga","matches_total":"31","matches_won":"12","matches_won_ot":"2","matches_won_so":"1","matches_lost_so":"1","matches_lost_ot":"3","matches_lost":"12","score_for":"64","score_against":"65","score_difference":"-1","points":"34"},{"position":"6","team_id":"25582","team_name":"Severstal Cherepovets","short_name":"Severstal","original_team_name":"Severstal Cherepovets","matches_total":"31","matches_won":"9","matches_won_ot":"2","matches_won_so":"2","matches_lost_so":"1","matches_lost_ot":"4","matches_lost":"13","score_for":"70","score_against":"86","score_difference":"-16","points":"31"}]},"away":{"table":[{"position":"1","team_id":"25575","team_name":"SKA Saint Petersburg","short_name":"SKA","original_team_name":"SKA Saint Petersburg","matches_total":"31","matches_won":"24","matches_won_ot":"1","matches_won_so":"0","matches_lost_so":"0","matches_lost_ot":"0","matches_lost":"6","score_for":"105","score_against":"32","score_difference":"73","points":"50"},{"position":"2","team_id":"25573","team_name":"Jokerit","short_name":"Jokerit","original_team_name":"Jokerit","matches_total":"31","matches_won":"13","matches_won_ot":"2","matches_won_so":"1","matches_lost_so":"0","matches_lost_ot":"4","matches_lost":"11","score_for":"82","score_against":"89","score_difference":"-7","points":"36"},{"position":"3","team_id":"25579","team_name":"HC Dynamo Moskva","short_name":"Dynamo Moskva","original_team_name":"HC Dynamo Moskva","matches_total":"31","matches_won":"13","matches_won_ot":"4","matches_won_so":"0","matches_lost_so":"0","matches_lost_ot":"1","matches_lost":"13","score_for":"82","score_against":"74","score_difference":"8","points":"35"},{"position":"4","team_id":"25572","team_name":"Dinamo Riga","short_name":"Dinamo Riga","original_team_name":"Dinamo Riga","matches_total":"31","matches_won":"6","matches_won_ot":"4","matches_won_so":"1","matches_lost_so":"3","matches_lost_ot":"3","matches_lost":"14","score_for":"65","score_against":"90","score_difference":"-25","points":"28"},{"position":"5","team_id":"25577","team_name":"HC Spartak Moskva","short_name":"Spartak Moskva","original_team_name":"HC Spartak Moskva","matches_total":"31","matches_won":"9","matches_won_ot":"0","matches_won_so":"1","matches_lost_so":"1","matches_lost_ot":"5","matches_lost":"15","score_for":"60","score_against":"82","score_difference":"-22","points":"26"},{"position":"6","team_id":"25582","team_name":"Severstal Cherepovets","short_name":"Severstal","original_team_name":"Severstal Cherepovets","matches_total":"31","matches_won":"5","matches_won_ot":"3","matches_won_so":"2","matches_lost_so":"0","matches_lost_ot":"0","matches_lost":"21","score_for":"54","score_against":"92","score_difference":"-38","points":"20"}]}},{"group_id":"6128","name":"Chernyshev Division","last_updated":"2018-08-16 14:22:01","total":{"table":[{"position":"1","team_id":"25595","team_name":"Barys Nur-Sultan","short_name":"Barys","original_team_name":"Barys Astana","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_total":"62","matches_won":"28","matches_won_ot":"5","matches_won_so":"5","matches_lost_so":"4","matches_lost_ot":"6","matches_lost":"14","score_for":"190","score_against":"149","score_difference":"41","points":"86"},{"position":"2","team_id":"25594","team_name":"Avangard Omsk","short_name":"Avangard Omsk","original_team_name":"Avangard Omsk","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_total":"62","matches_won":"29","matches_won_ot":"4","matches_won_so":"6","matches_lost_so":"0","matches_lost_ot":"5","matches_lost":"18","score_for":"177","score_against":"133","score_difference":"44","points":"83"},{"position":"3","team_id":"25597","team_name":"Salavat Yulaev Ufa","short_name":"Salavat","original_team_name":"Salavat Yulaev Ufa","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"W,L,L,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"62","matches_won":"24","matches_won_ot":"6","matches_won_so":"1","matches_lost_so":"5","matches_lost_ot":"5","matches_lost":"21","score_for":"158","score_against":"140","score_difference":"18","points":"72"},{"position":"4","team_id":"25598","team_name":"Sibir Novosibirsk","short_name":"Sibir","original_team_name":"Sibir Novosibirsk","zone":"","zone_id":"","prev_season":"","form":"L,L,L,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"62","matches_won":"19","matches_won_ot":"2","matches_won_so":"3","matches_lost_so":"1","matches_lost_ot":"5","matches_lost":"32","score_for":"148","score_against":"192","score_difference":"-44","points":"54"},{"position":"5","team_id":"27969","team_name":"Kunlun Red Star","short_name":"Kunlun RS","original_team_name":"Kunlun Red Star","zone":"","zone_id":"","prev_season":"","form":"L,W,L,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"62","matches_won":"19","matches_won_ot":"0","matches_won_so":"1","matches_lost_so":"5","matches_lost_ot":"6","matches_lost":"31","score_for":"142","score_against":"190","score_difference":"-48","points":"51"},{"position":"6","team_id":"25592","team_name":"Admiral Vladivostok","short_name":"Admiral","original_team_name":"Admiral Vladivostok","zone":"","zone_id":"","prev_season":"","form":"W,L,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"62","matches_won":"18","matches_won_ot":"0","matches_won_so":"5","matches_lost_so":"3","matches_lost_ot":"2","matches_lost":"34","score_for":"139","score_against":"176","score_difference":"-37","points":"51"},{"position":"7","team_id":"25593","team_name":"Amur Khabarovsk","short_name":"Amur","original_team_name":"Amur Khabarovsk","zone":"","zone_id":"","prev_season":"","form":"L,W,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"62","matches_won":"17","matches_won_ot":"2","matches_won_so":"1","matches_lost_so":"5","matches_lost_ot":"4","matches_lost":"33","score_for":"126","score_against":"175","score_difference":"-49","points":"49"}]},"home":{"table":[{"position":"1","team_id":"25594","team_name":"Avangard Omsk","short_name":"Avangard Omsk","original_team_name":"Avangard Omsk","matches_total":"31","matches_won":"15","matches_won_ot":"3","matches_won_so":"3","matches_lost_so":"0","matches_lost_ot":"3","matches_lost":"7","score_for":"93","score_against":"67","score_difference":"26","points":"45"},{"position":"2","team_id":"25597","team_name":"Salavat Yulaev Ufa","short_name":"Salavat","original_team_name":"Salavat Yulaev Ufa","matches_total":"31","matches_won":"15","matches_won_ot":"3","matches_won_so":"0","matches_lost_so":"2","matches_lost_ot":"4","matches_lost":"7","score_for":"93","score_against":"69","score_difference":"24","points":"42"},{"position":"3","team_id":"25595","team_name":"Barys Nur-Sultan","short_name":"Barys","original_team_name":"Barys Astana","matches_total":"31","matches_won":"15","matches_won_ot":"1","matches_won_so":"2","matches_lost_so":"2","matches_lost_ot":"4","matches_lost":"7","score_for":"94","score_against":"74","score_difference":"20","points":"42"},{"position":"4","team_id":"25598","team_name":"Sibir Novosibirsk","short_name":"Sibir","original_team_name":"Sibir Novosibirsk","matches_total":"31","matches_won":"13","matches_won_ot":"2","matches_won_so":"2","matches_lost_so":"0","matches_lost_ot":"4","matches_lost":"10","score_for":"82","score_against":"72","score_difference":"10","points":"38"},{"position":"5","team_id":"25593","team_name":"Amur Khabarovsk","short_name":"Amur","original_team_name":"Amur Khabarovsk","matches_total":"31","matches_won":"12","matches_won_ot":"2","matches_won_so":"1","matches_lost_so":"4","matches_lost_ot":"1","matches_lost":"11","score_for":"70","score_against":"74","score_difference":"-4","points":"35"},{"position":"6","team_id":"25592","team_name":"Admiral Vladivostok","short_name":"Admiral","original_team_name":"Admiral Vladivostok","matches_total":"31","matches_won":"13","matches_won_ot":"0","matches_won_so":"1","matches_lost_so":"1","matches_lost_ot":"2","matches_lost":"14","score_for":"80","score_against":"88","score_difference":"-8","points":"31"},{"position":"7","team_id":"27969","team_name":"Kunlun Red Star","short_name":"Kunlun RS","original_team_name":"Kunlun Red Star","matches_total":"31","matches_won":"9","matches_won_ot":"0","matches_won_so":"1","matches_lost_so":"4","matches_lost_ot":"0","matches_lost":"17","score_for":"75","score_against":"93","score_difference":"-18","points":"24"}]},"away":{"table":[{"position":"1","team_id":"25595","team_name":"Barys Nur-Sultan","short_name":"Barys","original_team_name":"Barys Astana","matches_total":"31","matches_won":"13","matches_won_ot":"4","matches_won_so":"3","matches_lost_so":"2","matches_lost_ot":"2","matches_lost":"7","score_for":"96","score_against":"75","score_difference":"21","points":"44"},{"position":"2","team_id":"25594","team_name":"Avangard Omsk","short_name":"Avangard Omsk","original_team_name":"Avangard Omsk","matches_total":"31","matches_won":"14","matches_won_ot":"1","matches_won_so":"3","matches_lost_so":"0","matches_lost_ot":"2","matches_lost":"11","score_for":"84","score_against":"66","score_difference":"18","points":"38"},{"position":"3","team_id":"25597","team_name":"Salavat Yulaev Ufa","short_name":"Salavat","original_team_name":"Salavat Yulaev Ufa","matches_total":"31","matches_won":"9","matches_won_ot":"3","matches_won_so":"1","matches_lost_so":"3","matches_lost_ot":"1","matches_lost":"14","score_for":"65","score_against":"71","score_difference":"-6","points":"30"},{"position":"4","team_id":"27969","team_name":"Kunlun Red Star","short_name":"Kunlun RS","original_team_name":"Kunlun Red Star","matches_total":"31","matches_won":"10","matches_won_ot":"0","matches_won_so":"0","matches_lost_so":"1","matches_lost_ot":"6","matches_lost":"14","score_for":"67","score_against":"97","score_difference":"-30","points":"27"},{"position":"5","team_id":"25592","team_name":"Admiral Vladivostok","short_name":"Admiral","original_team_name":"Admiral Vladivostok","matches_total":"31","matches_won":"5","matches_won_ot":"0","matches_won_so":"4","matches_lost_so":"2","matches_lost_ot":"0","matches_lost":"20","score_for":"59","score_against":"88","score_difference":"-29","points":"20"},{"position":"6","team_id":"25598","team_name":"Sibir Novosibirsk","short_name":"Sibir","original_team_name":"Sibir Novosibirsk","matches_total":"31","matches_won":"6","matches_won_ot":"0","matches_won_so":"1","matches_lost_so":"1","matches_lost_ot":"1","matches_lost":"22","score_for":"66","score_against":"120","score_difference":"-54","points":"16"},{"position":"7","team_id":"25593","team_name":"Amur Khabarovsk","short_name":"Amur","original_team_name":"Amur Khabarovsk","matches_total":"31","matches_won":"5","matches_won_ot":"0","matches_won_so":"0","matches_lost_so":"1","matches_lost_ot":"3","matches_lost":"22","score_for":"56","score_against":"101","score_difference":"-45","points":"14"}]}},{"group_id":"6127","name":"Kharlamov Division","last_updated":"2018-08-16 14:21:54","total":{"table":[{"position":"1","team_id":"25586","team_name":"Avtomobilist Yekaterinburg","short_name":"Avtomobilist","original_team_name":"Avtomobilist Yekaterinburg","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_total":"62","matches_won":"39","matches_won_ot":"6","matches_won_so":"2","matches_lost_so":"0","matches_lost_ot":"1","matches_lost":"14","score_for":"191","score_against":"125","score_difference":"66","points":"95"},{"position":"2","team_id":"25588","team_name":"Metallurg Magnitogorsk","short_name":"Metallurg","original_team_name":"Metallurg Magnitogorsk","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_total":"62","matches_won":"35","matches_won_ot":"4","matches_won_so":"2","matches_lost_so":"1","matches_lost_ot":"1","matches_lost":"19","score_for":"182","score_against":"132","score_difference":"50","points":"84"},{"position":"3","team_id":"25585","team_name":"AK Bars Kazan","short_name":"AK Bars Kazan","original_team_name":"AK Bars Kazan","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"L,L,W,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"62","matches_won":"34","matches_won_ot":"2","matches_won_so":"2","matches_lost_so":"5","matches_lost_ot":"1","matches_lost":"18","score_for":"165","score_against":"139","score_difference":"26","points":"82"},{"position":"4","team_id":"25583","team_name":"Torpedo Nizhny Novgorod","short_name":"Torpedo NN","original_team_name":"Torpedo Nizhny Novgorod","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"L,W,W,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"62","matches_won":"20","matches_won_ot":"5","matches_won_so":"2","matches_lost_so":"3","matches_lost_ot":"7","matches_lost":"25","score_for":"176","score_against":"193","score_difference":"-17","points":"64"},{"position":"5","team_id":"25590","team_name":"Traktor Chelyabinsk","short_name":"Traktor","original_team_name":"Traktor Chelyabinsk","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"L,L,W,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"62","matches_won":"18","matches_won_ot":"8","matches_won_so":"1","matches_lost_so":"1","matches_lost_ot":"3","matches_lost":"31","score_for":"102","score_against":"151","score_difference":"-49","points":"58"},{"position":"6","team_id":"25589","team_name":"Neftekhimik Nizhnekamsk","short_name":"Neftekhimik","original_team_name":"Neftekhimik Nizhnekamsk","zone":"","zone_id":"","prev_season":"","form":"L,L,L,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"62","matches_won":"15","matches_won_ot":"7","matches_won_so":"1","matches_lost_so":"3","matches_lost_ot":"3","matches_lost":"33","score_for":"130","score_against":"164","score_difference":"-34","points":"52"}]},"home":{"table":[{"position":"1","team_id":"25586","team_name":"Avtomobilist Yekaterinburg","short_name":"Avtomobilist","original_team_name":"Avtomobilist Yekaterinburg","matches_total":"31","matches_won":"19","matches_won_ot":"4","matches_won_so":"1","matches_lost_so":"0","matches_lost_ot":"0","matches_lost":"7","score_for":"92","score_against":"68","score_difference":"24","points":"48"},{"position":"2","team_id":"25585","team_name":"AK Bars Kazan","short_name":"AK Bars Kazan","original_team_name":"AK Bars Kazan","matches_total":"31","matches_won":"19","matches_won_ot":"1","matches_won_so":"1","matches_lost_so":"2","matches_lost_ot":"0","matches_lost":"8","score_for":"90","score_against":"69","score_difference":"21","points":"44"},{"position":"3","team_id":"25588","team_name":"Metallurg Magnitogorsk","short_name":"Metallurg","original_team_name":"Metallurg Magnitogorsk","matches_total":"31","matches_won":"19","matches_won_ot":"2","matches_won_so":"0","matches_lost_so":"0","matches_lost_ot":"1","matches_lost":"9","score_for":"101","score_against":"68","score_difference":"33","points":"43"},{"position":"4","team_id":"25583","team_name":"Torpedo Nizhny Novgorod","short_name":"Torpedo NN","original_team_name":"Torpedo Nizhny Novgorod","matches_total":"31","matches_won":"14","matches_won_ot":"3","matches_won_so":"0","matches_lost_so":"0","matches_lost_ot":"6","matches_lost":"8","score_for":"94","score_against":"84","score_difference":"10","points":"40"},{"position":"5","team_id":"25590","team_name":"Traktor Chelyabinsk","short_name":"Traktor","original_team_name":"Traktor Chelyabinsk","matches_total":"31","matches_won":"12","matches_won_ot":"1","matches_won_so":"1","matches_lost_so":"1","matches_lost_ot":"2","matches_lost":"14","score_for":"49","score_against":"63","score_difference":"-14","points":"31"},{"position":"6","team_id":"25589","team_name":"Neftekhimik Nizhnekamsk","short_name":"Neftekhimik","original_team_name":"Neftekhimik Nizhnekamsk","matches_total":"31","matches_won":"5","matches_won_ot":"3","matches_won_so":"1","matches_lost_so":"2","matches_lost_ot":"1","matches_lost":"19","score_for":"55","score_against":"78","score_difference":"-23","points":"21"}]},"away":{"table":[{"position":"1","team_id":"25586","team_name":"Avtomobilist Yekaterinburg","short_name":"Avtomobilist","original_team_name":"Avtomobilist Yekaterinburg","matches_total":"31","matches_won":"20","matches_won_ot":"2","matches_won_so":"1","matches_lost_so":"0","matches_lost_ot":"1","matches_lost":"7","score_for":"99","score_against":"57","score_difference":"42","points":"47"},{"position":"2","team_id":"25588","team_name":"Metallurg Magnitogorsk","short_name":"Metallurg","original_team_name":"Metallurg Magnitogorsk","matches_total":"31","matches_won":"16","matches_won_ot":"2","matches_won_so":"2","matches_lost_so":"1","matches_lost_ot":"0","matches_lost":"10","score_for":"81","score_against":"64","score_difference":"17","points":"41"},{"position":"3","team_id":"25585","team_name":"AK Bars Kazan","short_name":"AK Bars Kazan","original_team_name":"AK Bars Kazan","matches_total":"31","matches_won":"15","matches_won_ot":"1","matches_won_so":"1","matches_lost_so":"3","matches_lost_ot":"1","matches_lost":"10","score_for":"75","score_against":"70","score_difference":"5","points":"38"},{"position":"4","team_id":"25589","team_name":"Neftekhimik Nizhnekamsk","short_name":"Neftekhimik","original_team_name":"Neftekhimik Nizhnekamsk","matches_total":"31","matches_won":"10","matches_won_ot":"4","matches_won_so":"0","matches_lost_so":"1","matches_lost_ot":"2","matches_lost":"14","score_for":"75","score_against":"86","score_difference":"-11","points":"31"},{"position":"5","team_id":"25590","team_name":"Traktor Chelyabinsk","short_name":"Traktor","original_team_name":"Traktor Chelyabinsk","matches_total":"31","matches_won":"6","matches_won_ot":"7","matches_won_so":"0","matches_lost_so":"0","matches_lost_ot":"1","matches_lost":"17","score_for":"53","score_against":"88","score_difference":"-35","points":"27"},{"position":"6","team_id":"25583","team_name":"Torpedo Nizhny Novgorod","short_name":"Torpedo NN","original_team_name":"Torpedo Nizhny Novgorod","matches_total":"31","matches_won":"6","matches_won_ot":"2","matches_won_so":"2","matches_lost_so":"3","matches_lost_ot":"1","matches_lost":"17","score_for":"82","score_against":"109","score_difference":"-27","points":"24"}]}},{"group_id":"6126","name":"Tarasov Division","last_updated":"2018-08-16 14:21:44","total":{"table":[{"position":"1","team_id":"25578","team_name":"HC CSKA Moskva","short_name":"CSKA Moskva","original_team_name":"HC CSKA Moskva","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_total":"62","matches_won":"43","matches_won_ot":"5","matches_won_so":"5","matches_lost_so":"0","matches_lost_ot":"0","matches_lost":"9","score_for":"191","score_against":"75","score_difference":"116","points":"106"},{"position":"2","team_id":"25581","team_name":"Lokomotiv Yaroslavl","short_name":"Lok Yaroslavl","original_team_name":"Lokomotiv Yaroslavl","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"L,L,W,L,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"62","matches_won":"34","matches_won_ot":"3","matches_won_so":"3","matches_lost_so":"1","matches_lost_ot":"5","matches_lost":"16","score_for":"159","score_against":"118","score_difference":"41","points":"86"},{"position":"3","team_id":"25580","team_name":"HC Sochi","short_name":"HC Sochi","original_team_name":"HC Sochi","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_total":"62","matches_won":"19","matches_won_ot":"6","matches_won_so":"3","matches_lost_so":"6","matches_lost_ot":"4","matches_lost":"24","score_for":"145","score_against":"155","score_difference":"-10","points":"66"},{"position":"4","team_id":"25584","team_name":"Vityaz Podolsk","short_name":"Vityaz Podolsk","original_team_name":"Vityaz Podolsk","zone":"Championship Playoffs","zone_id":"champ_playoffs","prev_season":"","form":"L,W,L,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"62","matches_won":"23","matches_won_ot":"4","matches_won_so":"1","matches_lost_so":"4","matches_lost_ot":"3","matches_lost":"27","score_for":"134","score_against":"169","score_difference":"-35","points":"63"},{"position":"5","team_id":"25571","team_name":"HC Dinamo Minsk","short_name":"Dinamo Minsk","original_team_name":"HC Dinamo Minsk","zone":"","zone_id":"","prev_season":"","form":"W,L,L,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"62","matches_won":"15","matches_won_ot":"0","matches_won_so":"2","matches_lost_so":"2","matches_lost_ot":"6","matches_lost":"37","score_for":"119","score_against":"180","score_difference":"-61","points":"42"},{"position":"6","team_id":"25576","team_name":"HK Slovan Bratislava","short_name":"Slovan Bratisl","original_team_name":"HK Slovan Bratislava","zone":"","zone_id":"","prev_season":"","form":"L,L,L,L,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","matches_total":"62","matches_won":"10","matches_won_ot":"4","matches_won_so":"1","matches_lost_so":"1","matches_lost_ot":"2","matches_lost":"44","score_for":"101","score_against":"213","score_difference":"-112","points":"33"}]},"home":{"table":[{"position":"1","team_id":"25578","team_name":"HC CSKA Moskva","short_name":"CSKA Moskva","original_team_name":"HC CSKA Moskva","matches_total":"31","matches_won":"22","matches_won_ot":"2","matches_won_so":"3","matches_lost_so":"0","matches_lost_ot":"0","matches_lost":"4","score_for":"101","score_against":"40","score_difference":"61","points":"54"},{"position":"2","team_id":"25581","team_name":"Lokomotiv Yaroslavl","short_name":"Lok Yaroslavl","original_team_name":"Lokomotiv Yaroslavl","matches_total":"31","matches_won":"18","matches_won_ot":"1","matches_won_so":"2","matches_lost_so":"0","matches_lost_ot":"2","matches_lost":"8","score_for":"71","score_against":"51","score_difference":"20","points":"44"},{"position":"3","team_id":"25580","team_name":"HC Sochi","short_name":"HC Sochi","original_team_name":"HC Sochi","matches_total":"31","matches_won":"10","matches_won_ot":"4","matches_won_so":"1","matches_lost_so":"4","matches_lost_ot":"1","matches_lost":"11","score_for":"75","score_against":"74","score_difference":"1","points":"35"},{"position":"4","team_id":"25584","team_name":"Vityaz Podolsk","short_name":"Vityaz Podolsk","original_team_name":"Vityaz Podolsk","matches_total":"31","matches_won":"14","matches_won_ot":"1","matches_won_so":"0","matches_lost_so":"2","matches_lost_ot":"2","matches_lost":"12","score_for":"73","score_against":"90","score_difference":"-17","points":"34"},{"position":"5","team_id":"25576","team_name":"HK Slovan Bratislava","short_name":"Slovan Bratisl","original_team_name":"HK Slovan Bratislava","matches_total":"31","matches_won":"8","matches_won_ot":"2","matches_won_so":"1","matches_lost_so":"0","matches_lost_ot":"0","matches_lost":"20","score_for":"59","score_against":"104","score_difference":"-45","points":"22"},{"position":"6","team_id":"25571","team_name":"HC Dinamo Minsk","short_name":"Dinamo Minsk","original_team_name":"HC Dinamo Minsk","matches_total":"31","matches_won":"9","matches_won_ot":"0","matches_won_so":"0","matches_lost_so":"1","matches_lost_ot":"2","matches_lost":"19","score_for":"54","score_against":"81","score_difference":"-27","points":"21"}]},"away":{"table":[{"position":"1","team_id":"25578","team_name":"HC CSKA Moskva","short_name":"CSKA Moskva","original_team_name":"HC CSKA Moskva","matches_total":"31","matches_won":"21","matches_won_ot":"3","matches_won_so":"2","matches_lost_so":"0","matches_lost_ot":"0","matches_lost":"5","score_for":"90","score_against":"35","score_difference":"55","points":"52"},{"position":"2","team_id":"25581","team_name":"Lokomotiv Yaroslavl","short_name":"Lok Yaroslavl","original_team_name":"Lokomotiv Yaroslavl","matches_total":"31","matches_won":"16","matches_won_ot":"2","matches_won_so":"1","matches_lost_so":"1","matches_lost_ot":"3","matches_lost":"8","score_for":"88","score_against":"67","score_difference":"21","points":"42"},{"position":"3","team_id":"25580","team_name":"HC Sochi","short_name":"HC Sochi","original_team_name":"HC Sochi","matches_total":"31","matches_won":"9","matches_won_ot":"2","matches_won_so":"2","matches_lost_so":"2","matches_lost_ot":"3","matches_lost":"13","score_for":"70","score_against":"81","score_difference":"-11","points":"31"},{"position":"4","team_id":"25584","team_name":"Vityaz Podolsk","short_name":"Vityaz Podolsk","original_team_name":"Vityaz Podolsk","matches_total":"31","matches_won":"9","matches_won_ot":"3","matches_won_so":"1","matches_lost_so":"2","matches_lost_ot":"1","matches_lost":"15","score_for":"61","score_against":"79","score_difference":"-18","points":"29"},{"position":"5","team_id":"25571","team_name":"HC Dinamo Minsk","short_name":"Dinamo Minsk","original_team_name":"HC Dinamo Minsk","matches_total":"31","matches_won":"6","matches_won_ot":"0","matches_won_so":"2","matches_lost_so":"1","matches_lost_ot":"4","matches_lost":"18","score_for":"65","score_against":"99","score_difference":"-34","points":"21"},{"position":"6","team_id":"25576","team_name":"HK Slovan Bratislava","short_name":"Slovan Bratisl","original_team_name":"HK Slovan Bratislava","matches_total":"31","matches_won":"2","matches_won_ot":"2","matches_won_so":"0","matches_lost_so":"1","matches_lost_ot":"2","matches_lost":"24","score_for":"42","score_against":"109","score_difference":"-67","points":"11"}]}}]}}}}}