Season Competitorsget https://api.sportradar.com/squash/{access_level}/v2/{language_code}/seasons/{season_id}/competitors.{format}Provides a list of competitors participating for 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:118945Unique 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:118945formatstringenumrequiredDefaults to jsonFormat returnedjson, xmljsonxmlAllowed:jsonxmlQuery Paramsstartint32The number of items to skip before starting to collect the result set.Default: 0Example: start=1000 to receive a 2nd page of results (if necessary)Note: You may alternatively use offsetlimitint32The number of items to return.Maximum: 1000Default value: 1000Example: limit=5Response 200200Updated 6 months ago