Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v2 GET /floorball/get_seasons
Returns all (authorized) seasons (that have been recently updated).
Request URL
https://dsg-api.com/clients/{client_name}/floorball/get_seasons?comp_id={competition_id}&client={client_name}&authkey={client_authkey}
Parameters
authkey
string Required
client authentification key
client
string Required
unique client ID
comp_id
int Required
competition id to get seasons from
ftype
string
changes feed type from XML to json (ftype=json)
lang
string
two-character language code, defaults to 'en'
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
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}/floorball/get_seasons?comp_id={competition_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}/floorball/get_seasons?comp_id={competition_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}/floorball/get_seasons?comp_id={competition_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}/floorball/get_seasons?comp_id={competition_id}&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example
200 Success
{"datasportsgroup":{"version":"1.0","sport":"floorball","lang":"en","method":{"method_id":"78","name":"get_seasons"},"competition":{"competition_id":"2118","name":"Floorball World Championships","teamtype":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2019-01-08 19:45:02","season":[{"season_id":"19610","title":"2018 Praha","original_name":"World Floorball Championships","start_date":"2018-12-01","end_date":"2018-12-09","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/2118.png","last_updated":"2019-02-01 13:42:01"},{"season_id":"20052","title":"2016 Rīga","original_name":"World Floorball Championships","start_date":"2016-12-03","end_date":"2016-12-11","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/2118.png","last_updated":"2019-02-01 13:42:08"},{"season_id":"20053","title":"2014 Göteborg","original_name":"World Floorball Championships","start_date":"2014-12-03","end_date":"2014-12-11","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/2118.png","last_updated":"2019-02-01 13:42:12"},{"season_id":"20054","title":"2012 Zürich","original_name":"World Floorball Championships","start_date":"2012-12-03","end_date":"2012-12-11","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/2118.png","last_updated":"2019-02-01 13:42:17"},{"season_id":"20055","title":"2010 Helsinki","original_name":"World Floorball Championships","start_date":"2010-12-03","end_date":"2010-12-11","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/2118.png","last_updated":"2019-02-01 13:42:21"},{"season_id":"20056","title":"2008 Praha","original_name":"World Floorball Championships","start_date":"2008-12-03","end_date":"2008-12-11","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/2118.png","last_updated":"2019-02-01 13:42:26"},{"season_id":"20057","title":"2006 Stockholm","original_name":"World Floorball Championships","start_date":"2006-12-03","end_date":"2006-12-11","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/2118.png","last_updated":"2019-02-01 13:42:31"},{"season_id":"20058","title":"2004 Zürich","original_name":"World Floorball Championships","start_date":"2004-12-03","end_date":"2004-12-11","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/2118.png","last_updated":"2019-02-01 13:42:36"},{"season_id":"20059","title":"2002 Helsinki","original_name":"World Floorball Championships","start_date":"2002-12-03","end_date":"2002-12-11","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/2118.png","last_updated":"2019-02-01 13:42:41"},{"season_id":"20060","title":"2000 Oslo","original_name":"World Floorball Championships","start_date":"2000-12-03","end_date":"2000-12-11","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/2118.png","last_updated":"2019-02-01 13:42:47"},{"season_id":"20061","title":"1998 Praha","original_name":"World Floorball Championships","start_date":"1998-12-03","end_date":"1998-12-11","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/2118.png","last_updated":"2019-02-01 13:42:52"},{"season_id":"20062","title":"1996 Stockholm","original_name":"World Floorball Championships","start_date":"1996-12-03","end_date":"1996-12-11","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/2118.png","last_updated":"2019-02-01 13:42:57"}]}}}