Season Summariesget https://api.sportradar.com/bandy/{access_level}/v2/{language_code}/seasons/{season_id}/summaries.{format}Provides schedule information and results for all matches from a given season.Path Paramsaccess_levelstringenumrequiredDefaults to trialThe access level of your API keytrial, productiontrialproductionAllowed:trialproductionlanguage_codestringrequiredDefaults to en2-letter code for supported languagesen (English)English is the only fully supported language for this API. Click here for valid language codes and a tabular list of available languages per competition.season_idstringrequiredDefaults to sr:season:125567Unique Id of a season, found in the Seasons endpointNote: The API provides a maximum of 3 seasons per competition — 2 previous seasons and 1 current season.Example: sr:season:125567formatstringenumrequiredDefaults to jsonFormat returnedjson, xmljsonxmlAllowed:jsonxmlQuery Paramslimitint32The number of items to return.Maximum: 200Default value: 200Example: limit=5startint32The number of items to skip before starting to collect the result set.Default: 0Example: start=200 to receive a 2nd page of results (if necessary)Note: You may alternatively use offsetResponse 200200Updated 7 months ago