get_legacy_achievements: Legacy API - Available Achievements

Description Usage Arguments Note References See Also

View source: R/legacy.R

Description

Provides a listing of available achievements in Starcraft II.

Usage

1
get_legacy_achievements(region_id, host_region = "us")

Arguments

region_id

A numeric argument indicating the region of the profile.

  • 1 = US Region

  • 2 = EU Region

  • 3 = KR/TW Region

  • 5 = CN Region

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_static instead.

References

See Also

get_static

Other legacy API calls: get_legacy_ladders(), get_legacy_ladder(), get_legacy_match_history(), get_legacy_profile(), get_legacy_rewards()


SC2API documentation built on Oct. 23, 2020, 7:10 p.m.