get_legacy_profile {SC2API} | R Documentation |
Legacy API - Profile Data
Description
Provides summary data for an individual's profile such as campaign completion, career ladder finishes, earned achievements, and much more.
Usage
get_legacy_profile(region_id, realm_id, profile_id, host_region = "us")
Arguments
region_id |
A numeric argument indicating the region of the profile.
|
realm_id |
A numeric argument indicating the realm of the profile. A realm is a subset of the region.
|
profile_id |
A unique, numeric identifier for an individual's profile. |
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. |
Note
Legacy API call. It is recommended to use get_profile
instead.
References
See Also
Other legacy API calls:
get_legacy_achievements()
,
get_legacy_ladders()
,
get_legacy_ladder()
,
get_legacy_match_history()
,
get_legacy_rewards()