Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v3 GET /dota2/get_tables
Returns the league, home & away tables per season or round.
Request URL
https://dsg-api.com/clients/{client_name}/dota2/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
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)
datasportsgroup❯
details about the API version, sport, language and generation timestamp
generated_utc
UTC timestamp when the API output was generated
lang
language of the API call
sport
sport value
version
version of the API
list❯
details about list type
aggregation_type
aggregation type (scores or wins)
id
unique identifier for a group if type = group, if type = playoff then for a playoff
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
name
name of either a group or playoff
score_a
playoff score of team_a
score_b
playoff score of team_b
type
list type (regular, group or playoff)
winner_team_id
unique identifier for the winning team of the playoff
method❯
details about the API function
method_id
unique ID of method
name
name of method
round❯
details about the round
end_date
end date, format 'yyyy-mm-dd'
end_date_utc
end date in UTC timezone, format 'yyyy-mm-dd'
end_time
end time, format 'HH:mm:ss'
end_time_utc
end time in UTC timezone, format 'HH:mm:ss'
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
name
name of round
round_id
unique identifier of round
start_date
start date, format 'yyyy-mm-dd'
start_date_utc
start date in UTC timezone, format 'yyyy-mm-dd'.
start_time
start time, format 'HH:mm:ss'
start_time_utc
start time in UTC timezone, format 'HH:mm:ss'
type
determines if the round contains a table or a cup structure (knock-out)
season❯
details about the season
end_date
end date, format 'yyyy-mm-dd'
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
logo
full path URL of logo for particular season
original_name
competition name during this season
season_id
unique identifier for season
start_date
start date, format 'yyyy-mm-dd'
title
title of season
Response Headers
200
Success
401
Unauthorized
429
Too Many Requests
Code Samples
<?php$ch = curl_init();curl_setopt($ch, CURLOPT_URL, "https://dsg-api.com/clients/{client_name}/dota2/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}/dota2/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}/dota2/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}/dota2/get_tables?type={type}&id={id}&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example200 Success{"datasportsgroup":{"version":"2.1107.3","sport":"esport_dota2","lang":"en","generated_utc":"2025-08-01T15:15:46+00:00","method":{"method_id":"1107","name":"get_tables"},"tour":{"tour_id":"","name":"","gender":"male","tour_type":"non-tour","tour_season":{"tour_season_id":"","title":"","name":"","logo":"","competition":{"competition_id":"4870","name":"Riyadh Masters","gender":"male","type":"club","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2024-06-05 22:33:55","season":{"season_id":"72839","title":"2024","original_name":"Riyadh Masters","start_date":"2024-07-04","end_date":"2024-07-21","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/4870.png","last_updated":"2024-06-05 23:06:52","round":{"round_id":"112443","name":"Play-In Round","start_date":"2024-07-04","start_time":"","start_date_utc":"2024-07-04","start_time_utc":"","end_date":"2024-07-06","end_time":"","end_date_utc":"2024-07-06","end_time_utc":"","type":"table","last_updated":"2025-03-11 20:21:20","list":[{"type":"group","id":"4802949","name":"Group A","last_updated":"2024-12-17 18:48:02","total":{"table":[{"position":"1","team_id":"66234","team_name":"Entity","short_name":"Entity","original_team_name":"Entity","area_id":"7","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"D,D,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66234.png","values":{"matches_total":"5","matches_won":"3","matches_draw":"2","matches_lost":"0","score_for":"8","score_against":"2","score_difference":"6"}},{"position":"2","team_id":"66232","team_name":"Blacklist International","short_name":"Blacklist Intl","original_team_name":"Blacklist International","area_id":"154","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"D,W,W,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66232.png","values":{"matches_total":"5","matches_won":"3","matches_draw":"1","matches_lost":"1","score_for":"7","score_against":"3","score_difference":"4"}},{"position":"3","team_id":"66241","team_name":"beastcoast","short_name":"beastcoast","original_team_name":"beastcoast","area_id":"203","live":"no","zone":"Playoff","zone_id":"playoff","prev_season":"","form":"D,D,L,W,D","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66241.png","values":{"matches_total":"5","matches_won":"1","matches_draw":"3","matches_lost":"1","score_for":"5","score_against":"5","score_difference":"0"}},{"position":"4","team_id":"32788","team_name":"Virtus.pro","short_name":"Virtus.pro","original_team_name":"Virtus.pro","area_id":"160","live":"no","zone":"Playoff","zone_id":"playoff","prev_season":"","form":"D,D,D,L,D","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1160.png","values":{"matches_total":"5","matches_won":"0","matches_draw":"4","matches_lost":"1","score_for":"4","score_against":"6","score_difference":"-2"}},{"position":"5","team_id":"32798","team_name":"LGD Gaming","short_name":"LGD Gaming","original_team_name":"LGD Gaming","area_id":"49","live":"no","zone":"","zone_id":"","prev_season":"","form":"D,D,L,L,D","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/32798.png","values":{"matches_total":"5","matches_won":"0","matches_draw":"3","matches_lost":"2","score_for":"3","score_against":"7","score_difference":"-4"}},{"position":"6","team_id":"66226","team_name":"G2 x iG","short_name":"G2 x iG","original_team_name":"G2 x iG","area_id":"49","live":"no","zone":"","zone_id":"","prev_season":"","form":"D,L,D,L,D","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/998.png","values":{"matches_total":"5","matches_won":"0","matches_draw":"3","matches_lost":"2","score_for":"3","score_against":"7","score_difference":"-4"}}]},"home":{"table":[{"position":"1","team_id":"32788","team_name":"Virtus.pro","short_name":"Virtus.pro","original_team_name":"Virtus.pro","area_id":"160","form":"D,D","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1160.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"2","team_id":"32798","team_name":"LGD Gaming","short_name":"LGD Gaming","original_team_name":"LGD Gaming","area_id":"49","form":"D,D","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/32798.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"3","team_id":"66226","team_name":"G2 x iG","short_name":"G2 x iG","original_team_name":"G2 x iG","area_id":"49","form":"D,D","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/998.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"4","team_id":"66232","team_name":"Blacklist International","short_name":"Blacklist Intl","original_team_name":"Blacklist International","area_id":"154","form":"W,D,W,W,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66232.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"5","team_id":"66234","team_name":"Entity","short_name":"Entity","original_team_name":"Entity","area_id":"7","form":"W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66234.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"6","team_id":"66241","team_name":"beastcoast","short_name":"beastcoast","original_team_name":"beastcoast","area_id":"203","form":"W,D","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66241.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}}]},"away":{"table":[{"position":"1","team_id":"32788","team_name":"Virtus.pro","short_name":"Virtus.pro","original_team_name":"Virtus.pro","area_id":"160","form":"D,L,D","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/1160.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"2","team_id":"32798","team_name":"LGD Gaming","short_name":"LGD Gaming","original_team_name":"LGD Gaming","area_id":"49","form":"L,L,D","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/32798.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"3","team_id":"66226","team_name":"G2 x iG","short_name":"G2 x iG","original_team_name":"G2 x iG","area_id":"49","form":"L,L,D","team_logo":"https:\/\/www.dsg-images.com\/sport_entity\/200x200\/998.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"4","team_id":"66232","team_name":"Blacklist International","short_name":"Blacklist Intl","original_team_name":"Blacklist International","area_id":"154","form":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66232.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"5","team_id":"66234","team_name":"Entity","short_name":"Entity","original_team_name":"Entity","area_id":"7","form":"D,D,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66234.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"6","team_id":"66241","team_name":"beastcoast","short_name":"beastcoast","original_team_name":"beastcoast","area_id":"203","form":"D,D,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66241.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}}]}},{"type":"group","id":"4802950","name":"Group B","last_updated":"2024-12-17 18:48:02","total":{"table":[{"position":"1","team_id":"66229","team_name":"HEROIC","short_name":"HEROIC","original_team_name":"HEROIC","area_id":"5","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"D,W,W,W,D","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66229.png","values":{"matches_total":"5","matches_won":"3","matches_draw":"2","matches_lost":"0","score_for":"8","score_against":"2","score_difference":"6"}},{"position":"2","team_id":"66235","team_name":"PSG Quest","short_name":"PSG Quest","original_team_name":"PSG Quest","area_id":"158","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"D,W,W,D,D","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66235.png","values":{"matches_total":"5","matches_won":"2","matches_draw":"3","matches_lost":"0","score_for":"7","score_against":"3","score_difference":"4"}},{"position":"3","team_id":"66237","team_name":"Aurora","short_name":"Aurora","original_team_name":"Aurora","area_id":"123","live":"no","zone":"Playoff","zone_id":"playoff","prev_season":"","form":"W,D,L,W,D","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66237.png","values":{"matches_total":"5","matches_won":"2","matches_draw":"2","matches_lost":"1","score_for":"6","score_against":"4","score_difference":"2"}},{"position":"4","team_id":"66257","team_name":"MOUZ","short_name":"MOUZ","original_team_name":"MOUZ","area_id":"80","live":"no","zone":"Playoff","zone_id":"playoff","prev_season":"","form":"D,L,W,L,D","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66257.png","values":{"matches_total":"5","matches_won":"1","matches_draw":"2","matches_lost":"2","score_for":"4","score_against":"6","score_difference":"-2"}},{"position":"5","team_id":"66178","team_name":"Nouns","short_name":"Nouns","original_team_name":"Nouns","area_id":"203","live":"no","zone":"","zone_id":"","prev_season":"","form":"D,D,L,D,D","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66178.png","values":{"matches_total":"5","matches_won":"0","matches_draw":"4","matches_lost":"1","score_for":"4","score_against":"6","score_difference":"-2"}},{"position":"6","team_id":"66230","team_name":"Azure Ray","short_name":"Azure Ray","original_team_name":"Azure Ray","area_id":"49","live":"no","zone":"","zone_id":"","prev_season":"","form":"L,L,L,L,D","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66230.png","values":{"matches_total":"5","matches_won":"0","matches_draw":"1","matches_lost":"4","score_for":"1","score_against":"9","score_difference":"-8"}}]},"home":{"table":[{"position":"1","team_id":"66178","team_name":"Nouns","short_name":"Nouns","original_team_name":"Nouns","area_id":"203","form":"D,D,D,L,D","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66178.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"2","team_id":"66229","team_name":"HEROIC","short_name":"HEROIC","original_team_name":"HEROIC","area_id":"5","form":"W,D","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66229.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"3","team_id":"66230","team_name":"Azure Ray","short_name":"Azure Ray","original_team_name":"Azure Ray","area_id":"49","form":"L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66230.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"4","team_id":"66235","team_name":"PSG Quest","short_name":"PSG Quest","original_team_name":"PSG Quest","area_id":"158","form":"W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66235.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"5","team_id":"66237","team_name":"Aurora","short_name":"Aurora","original_team_name":"Aurora","area_id":"123","form":"W,D","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66237.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"6","team_id":"66257","team_name":"MOUZ","short_name":"MOUZ","original_team_name":"MOUZ","area_id":"80","form":"L,D","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66257.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}}]},"away":{"table":[{"position":"1","team_id":"66178","team_name":"Nouns","short_name":"Nouns","original_team_name":"Nouns","area_id":"203","form":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66178.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"2","team_id":"66229","team_name":"HEROIC","short_name":"HEROIC","original_team_name":"HEROIC","area_id":"5","form":"W,W,D","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66229.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"3","team_id":"66230","team_name":"Azure Ray","short_name":"Azure Ray","original_team_name":"Azure Ray","area_id":"49","form":"L,L,D","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66230.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"4","team_id":"66235","team_name":"PSG Quest","short_name":"PSG Quest","original_team_name":"PSG Quest","area_id":"158","form":"D,D,D","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66235.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"5","team_id":"66237","team_name":"Aurora","short_name":"Aurora","original_team_name":"Aurora","area_id":"123","form":"D,W,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66237.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}},{"position":"6","team_id":"66257","team_name":"MOUZ","short_name":"MOUZ","original_team_name":"MOUZ","area_id":"80","form":"L,D,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/66257.png","values":{"matches_total":"0","matches_won":"0","matches_draw":"0","matches_lost":"0","score_for":"0","score_against":"0","score_difference":"0"}}]}}]}}}}}}}