Description Usage Arguments Note References See Also Examples
Provides a full listing of players currently in the grandmaster leaderboard. Also provides other information such as player profile information, records (match record, MMR, etc.), and clans.
1 | get_gm_leaderboard(region_id, host_region = "us")
|
region_id |
A numeric argument indicating the region of the 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. |
This API call is currently not supported for the China region (region_id = 5).
Other ladder data API calls:
get_season()
1 2 | # Obtain GM leaderboard for the Korea region
try(get_gm_leaderboard(region_id = 3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.