get_player {SC2API} | R Documentation |
Account Metadata
Description
Provides metadata for an individual's account including a list of profiles associated with the account, as well as their their respective display names, profile URLs and avatar URLs.
Usage
get_player(account_id, host_region = "us")
Arguments
account_id |
A unique identifier for an individual's account. |
host_region |
The host region that the API call will be sent to. For most API calls, the same data will be returned regardless of which region the request is sent to. Must be one of "us", "eu", "kr", "tw", "cn". For more information on regionality, refer to Regionality and APIs. |
References
[Package SC2API version 1.0.0 Index]