Season Lineupsget https://api.sportradar.com/rugby-{package}/{access_level}/v3/{language_code}/seasons/{season_id}/lineups.{format}Provides game rosters for all games in a given season.Path ParamspackagestringenumrequiredDefaults to leagueType of rugby packageleague (Rugby League), union (Rugby Union), sevens (Rugby Sevens)leaguesevensunionAllowed:leaguesevensunionaccess_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:125541Unique 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:112664formatstringenumrequiredDefaults to jsonFormat returnedjson, xmljsonxmlAllowed:jsonxmlQuery Paramsstartint32The 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 offsetlimitint32The number of items to return.Maximum: 200Default value: 200Example: limit=5Note: Pagination will often be required to pull all data within this feed. By default, the feed will return 200 sport events.Response 200200Updated 4 months ago