Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v3 GET /curling/get_tables
Returns the league, home & away tables per season or round.
Request URL
https://dsg-api.com/clients/{client_name}/curling/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
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 (curling)
matches_lost
value for total lost matches
matches_total
value for total played matches
matches_won
value for total won matches
score_against
value for total score against
score_for
value for total scored made
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}/curling/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}/curling/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}/curling/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}/curling/get_tables?type={type}&id={id}&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example200 Success{"datasportsgroup":{"version":"2.1069.3","sport":"curling","lang":"en","generated_utc":"2025-08-01T15:15:10+00:00","method":{"method_id":"1069","name":"get_tables"},"tour":{"tour_id":"","name":"","gender":"female","tour_type":"non-tour","tour_season":{"tour_season_id":"","title":"","name":"","logo":"","competition":{"competition_id":"3447","name":"Winter Olympics","gender":"female","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2021-12-22 10:48:57","season":{"season_id":"64030","title":"2022 Beijing","original_name":"Winter Olympics","start_date":"2022-02-10","end_date":"2022-02-20","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/3185_1.png","last_updated":"2021-12-22 11:13:35","round":{"round_id":"61667","name":"Group Stage","start_date":"2022-02-10","start_time":"","start_date_utc":"2022-02-10","start_time_utc":"","end_date":"2022-02-17","end_time":"","end_date_utc":"2022-02-17","end_time_utc":"","type":"table","last_updated":"2022-01-20 20:33:16","total":{"table":[{"position":"1","team_id":"52849","team_name":"Switzerland","short_name":"Switzerland","original_team_name":"Switzerland","area_id":"185","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"W,L,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52848.png","values":{"matches_total":"9","matches_won":"8","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"1","goals_for":"67","goals_against":"46","goals_difference":"21","points":"0"}},{"position":"2","team_id":"52846","team_name":"Sweden","short_name":"Sweden","original_team_name":"Sweden","area_id":"184","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"W,W,W,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52845.png","values":{"matches_total":"9","matches_won":"7","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"2","goals_for":"64","goals_against":"48","goals_difference":"16","points":"0"}},{"position":"3","team_id":"52837","team_name":"Great Britain","short_name":"Great Britain","original_team_name":"Great Britain","area_id":"250","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"W,L,W,L,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52836.png","values":{"matches_total":"9","matches_won":"5","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"4","goals_for":"63","goals_against":"47","goals_difference":"16","points":"0"}},{"position":"4","team_id":"52829","team_name":"Canada","short_name":"Canada","original_team_name":"Canada","area_id":"43","live":"no","zone":"Next Round","zone_id":"next_round","prev_season":"","form":"W,W,W,L,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52828.png","values":{"matches_total":"9","matches_won":"5","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"4","goals_for":"70","goals_against":"59","goals_difference":"11","points":"0"}},{"position":"5","team_id":"52855","team_name":"Japan","short_name":"Japan","original_team_name":"Japan","area_id":"102","live":"no","zone":"","zone_id":"","prev_season":"","form":"W,L,L,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52854.png","values":{"matches_total":"9","matches_won":"4","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"5","goals_for":"61","goals_against":"62","goals_difference":"-1","points":"0"}},{"position":"6","team_id":"52857","team_name":"Korea Republic","short_name":"Korea Republic","original_team_name":"Korea Republic","area_id":"107","live":"no","zone":"","zone_id":"","prev_season":"","form":"L,W,L,W,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52856.png","values":{"matches_total":"9","matches_won":"4","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"5","goals_for":"62","goals_against":"66","goals_difference":"-4","points":"0"}},{"position":"7","team_id":"52852","team_name":"United States","short_name":"United States","original_team_name":"United States","area_id":"203","live":"no","zone":"","zone_id":"","prev_season":"","form":"L,W,L,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52851.png","values":{"matches_total":"9","matches_won":"4","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"5","goals_for":"60","goals_against":"64","goals_difference":"-4","points":"0"}},{"position":"8","team_id":"52832","team_name":"China PR","short_name":"China PR","original_team_name":"China PR","area_id":"49","live":"no","zone":"","zone_id":"","prev_season":"","form":"W,L,L,W,W","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52831.png","values":{"matches_total":"9","matches_won":"4","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"5","goals_for":"56","goals_against":"67","goals_difference":"-11","points":"0"}},{"position":"9","team_id":"52835","team_name":"Denmark","short_name":"Denmark","original_team_name":"Denmark","area_id":"61","live":"no","zone":"","zone_id":"","prev_season":"","form":"L,W,L,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52834.png","values":{"matches_total":"9","matches_won":"3","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"6","goals_for":"50","goals_against":"65","goals_difference":"-15","points":"0"}},{"position":"10","team_id":"52844","team_name":"Russia","short_name":"Russia","original_team_name":"ROC","area_id":"297","live":"no","zone":"","zone_id":"","prev_season":"","form":"L,L,W,L,L","next_match_id":"","next_opponent_team_id":"","next_opponent_name":"","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52843.png","values":{"matches_total":"9","matches_won":"1","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"8","goals_for":"50","goals_against":"79","goals_difference":"-29","points":"0"}}]},"home":{"table":[{"position":"1","team_id":"52849","team_name":"Switzerland","short_name":"Switzerland","original_team_name":"Switzerland","area_id":"185","form":"W,W,L,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52848.png","values":{"matches_total":"4","matches_won":"3","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"1","goals_for":"29","goals_against":"21","goals_difference":"8","points":"0"}},{"position":"2","team_id":"52829","team_name":"Canada","short_name":"Canada","original_team_name":"Canada","area_id":"43","form":"W,L,W,L,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52828.png","values":{"matches_total":"5","matches_won":"3","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"2","goals_for":"44","goals_against":"37","goals_difference":"7","points":"0"}},{"position":"3","team_id":"52837","team_name":"Great Britain","short_name":"Great Britain","original_team_name":"Great Britain","area_id":"250","form":"L,W,L,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52836.png","values":{"matches_total":"4","matches_won":"2","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"2","goals_for":"28","goals_against":"22","goals_difference":"6","points":"0"}},{"position":"4","team_id":"52857","team_name":"Korea Republic","short_name":"Korea Republic","original_team_name":"Korea Republic","area_id":"107","form":"W,W,L,W,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52856.png","values":{"matches_total":"5","matches_won":"3","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"2","goals_for":"35","goals_against":"33","goals_difference":"2","points":"0"}},{"position":"5","team_id":"52846","team_name":"Sweden","short_name":"Sweden","original_team_name":"Sweden","area_id":"184","form":"L,W,L,W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52845.png","values":{"matches_total":"5","matches_won":"3","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"2","goals_for":"32","goals_against":"30","goals_difference":"2","points":"0"}},{"position":"6","team_id":"52852","team_name":"United States","short_name":"United States","original_team_name":"United States","area_id":"203","form":"W,W,L,W,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52851.png","values":{"matches_total":"5","matches_won":"3","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"2","goals_for":"33","goals_against":"34","goals_difference":"-1","points":"0"}},{"position":"7","team_id":"52835","team_name":"Denmark","short_name":"Denmark","original_team_name":"Denmark","area_id":"61","form":"W,L,L,W,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52834.png","values":{"matches_total":"5","matches_won":"2","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"3","goals_for":"28","goals_against":"36","goals_difference":"-8","points":"0"}},{"position":"8","team_id":"52855","team_name":"Japan","short_name":"Japan","original_team_name":"Japan","area_id":"102","form":"L,L,W,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52854.png","values":{"matches_total":"4","matches_won":"1","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"3","goals_for":"24","goals_against":"32","goals_difference":"-8","points":"0"}},{"position":"9","team_id":"52832","team_name":"China PR","short_name":"China PR","original_team_name":"China PR","area_id":"49","form":"L,L,L,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52831.png","values":{"matches_total":"4","matches_won":"1","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"3","goals_for":"20","goals_against":"32","goals_difference":"-12","points":"0"}},{"position":"10","team_id":"52844","team_name":"Russia","short_name":"Russia","original_team_name":"ROC","area_id":"297","form":"L,L,L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52843.png","values":{"matches_total":"4","matches_won":"0","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"4","goals_for":"17","goals_against":"36","goals_difference":"-19","points":"0"}}]},"away":{"table":[{"position":"1","team_id":"52846","team_name":"Sweden","short_name":"Sweden","original_team_name":"Sweden","area_id":"184","form":"W,W,W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52845.png","values":{"matches_total":"4","matches_won":"4","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"0","goals_for":"32","goals_against":"18","goals_difference":"14","points":"0"}},{"position":"2","team_id":"52849","team_name":"Switzerland","short_name":"Switzerland","original_team_name":"Switzerland","area_id":"185","form":"W,W,W,W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52848.png","values":{"matches_total":"5","matches_won":"5","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"0","goals_for":"38","goals_against":"25","goals_difference":"13","points":"0"}},{"position":"3","team_id":"52837","team_name":"Great Britain","short_name":"Great Britain","original_team_name":"Great Britain","area_id":"250","form":"W,L,W,L,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52836.png","values":{"matches_total":"5","matches_won":"3","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"2","goals_for":"35","goals_against":"25","goals_difference":"10","points":"0"}},{"position":"4","team_id":"52855","team_name":"Japan","short_name":"Japan","original_team_name":"Japan","area_id":"102","form":"L,W,W,W,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52854.png","values":{"matches_total":"5","matches_won":"3","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"2","goals_for":"37","goals_against":"30","goals_difference":"7","points":"0"}},{"position":"5","team_id":"52829","team_name":"Canada","short_name":"Canada","original_team_name":"Canada","area_id":"43","form":"L,L,W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52828.png","values":{"matches_total":"4","matches_won":"2","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"2","goals_for":"26","goals_against":"22","goals_difference":"4","points":"0"}},{"position":"6","team_id":"52832","team_name":"China PR","short_name":"China PR","original_team_name":"China PR","area_id":"49","form":"L,L,W,W,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52831.png","values":{"matches_total":"5","matches_won":"3","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"2","goals_for":"36","goals_against":"35","goals_difference":"1","points":"0"}},{"position":"7","team_id":"52852","team_name":"United States","short_name":"United States","original_team_name":"United States","area_id":"203","form":"W,L,L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52851.png","values":{"matches_total":"4","matches_won":"1","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"3","goals_for":"27","goals_against":"30","goals_difference":"-3","points":"0"}},{"position":"8","team_id":"52857","team_name":"Korea Republic","short_name":"Korea Republic","original_team_name":"Korea Republic","area_id":"107","form":"L,W,L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52856.png","values":{"matches_total":"4","matches_won":"1","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"3","goals_for":"27","goals_against":"33","goals_difference":"-6","points":"0"}},{"position":"9","team_id":"52835","team_name":"Denmark","short_name":"Denmark","original_team_name":"Denmark","area_id":"61","form":"L,W,L,L","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52834.png","values":{"matches_total":"4","matches_won":"1","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"3","goals_for":"22","goals_against":"29","goals_difference":"-7","points":"0"}},{"position":"10","team_id":"52844","team_name":"Russia","short_name":"Russia","original_team_name":"ROC","area_id":"297","form":"L,L,L,L,W","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/52843.png","values":{"matches_total":"5","matches_won":"1","matches_won_ot":"0","matches_lost_ot":"0","matches_lost":"4","goals_for":"33","goals_against":"43","goals_difference":"-10","points":"0"}}]}}}}}}}}