Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v2 GET /cricket/get_season_team Deprecated
Returns all teams which are of the seasons
Request URL
https://dsg-api.com/clients/{client_name}/cricket/get_season_team?season_id={season_id}&client={client_name}&authkey={client_authkey}
Parameters
authkey
string Required
client authentification key
client
string Required
unique client ID
ftype
string
changes feed type from XML to json (ftype=json)
season_id
int Required
season id to get teams from
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
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}/cricket/get_season_team?season_id={season_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}/cricket/get_season_team?season_id={season_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}/cricket/get_season_team?season_id={season_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}/cricket/get_season_team?season_id={season_id}&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example
200 Success
{"datasportsgroup":{"version":"1.0","sport":"cricket","lang":"","method":{"method_id":"31","name":"get_season_team"},"competition":{"competition_id":"1048","name":"Indian Premier League","teamtype":"male","type":"club","format":"domestic_league","cricket_type":"T20","area_id":"94","area_name":"India","last_updated":"2018-06-10 14:08:49","season":{"season_id":"15641","title":"2018","original_name":"VIVO IPL","start_date":"2018-04-07","end_date":"2018-05-27","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/1048.png","last_updated":"2018-02-26 12:44:53","team":[{"team_id":"25796","team_name":"Chennai Super Kings","original_team_name":"Chennai Super Kings","short_name":"Chennai SK","type":"club","gender":"male","status":"active","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25796.png","last_updated":"2018-02-26 12:02:45"},{"team_id":"25802","team_name":"Delhi Capitals","original_team_name":"Delhi Daredevils","short_name":"Delhi Capitals","type":"club","gender":"male","status":"active","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25802_3.png","last_updated":"2019-02-23 15:11:40"},{"team_id":"25803","team_name":"Kings XI Punjab","original_team_name":"Kings XI Punjab","short_name":"Kings XI","type":"club","gender":"male","status":"active","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25803.png","last_updated":"2017-04-17 18:15:30"},{"team_id":"25800","team_name":"Kolkata Knight Riders","original_team_name":"Kolkata Knight Riders","short_name":"Kolkata KR","type":"club","gender":"male","status":"active","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25800.png","last_updated":"2017-02-21 16:29:48"},{"team_id":"25797","team_name":"Mumbai Indians","original_team_name":"Mumbai Indians","short_name":"Mumbai Indians","type":"club","gender":"male","status":"active","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25797.png","last_updated":"2017-02-21 16:13:52"},{"team_id":"25799","team_name":"Rajasthan Royals","original_team_name":"Rajasthan Royals","short_name":"Rajasthan","type":"club","gender":"male","status":"active","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25799.png","last_updated":"2018-02-26 12:02:55"},{"team_id":"25798","team_name":"Royal Challengers Bangalore","original_team_name":"Royal Challengers Bangalore","short_name":"RC Bangalore","type":"club","gender":"male","status":"active","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25798.png","last_updated":"2017-03-07 10:28:08"},{"team_id":"25801","team_name":"Sunrisers Hyerabad","original_team_name":"Sunrisers Hyerabad","short_name":"Sunrisers","type":"club","gender":"male","status":"active","team_logo":"https:\/\/www.dsg-images.com\/clubs\/200x200\/25801.png","last_updated":"2017-04-05 23:25:37"}]},"rounds":[{"round_id":"20399","name":"Qualifier 1","start_date":"2018-05-22","end_date":"2018-05-22","current_gameweek":"","last_updated":"2018-02-26 12:01:56"},{"round_id":"20400","name":"Eliminator","start_date":"2018-05-23","end_date":"2018-05-23","current_gameweek":"","last_updated":"2018-02-26 12:01:56"},{"round_id":"20401","name":"Qualifier 2","start_date":"2018-05-25","end_date":"2018-05-25","current_gameweek":"","last_updated":"2018-02-26 12:01:56"},{"round_id":"20402","name":"Final","start_date":"2018-05-27","end_date":"2018-05-27","current_gameweek":"","last_updated":"2018-02-26 12:01:56"}]}}}