get_ladder_summary {SC2API} | R Documentation |
Profile Ladder Summary
Description
Provides a detailed list of ladder membership, profile showcases, and placement matches.
Usage
get_ladder_summary(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. |
References
See Also
Other profile API calls:
get_ladder()
,
get_metadata()
,
get_profile()
,
get_static()
Examples
# Request ladder summary of a particular profile in the U.S. region and U.S. realm.
try(get_ladder_summary(region_id = 1, realm_id = 1, profile_id = 4716773))