Retrieve contextual information about teams.
Outputs may be required as arguments of other getTeam* or getPlayer* functions.
Usage
getTeam(season_code, team_code)
getTeamPeople(season_code, team_code)
getTeamGames(season_code, team_code)Arguments
- season_code
One or more season codes as obtained from
getCompetitionHistory().
Examples areE2023for Euroleague orU2023for Eurocup 2023.- team_code
One or more team codes as obtained from
getCompetitionTeams().
Examples areASV,MAD, ...
