GWMiscellaneousClient

Client for miscellaneous endpoints

See also

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Returns the current build id of the game. Documentation can be found in the GW2 Wiki

Link copied to clipboard

Returns a list of the currencies contained in the account wallet Documentation can be found in the GW2 Wiki

Link copied to clipboard

Returns details about each dungeon and it's associated paths Documentation can be found in the GW2 Wiki

Link copied to clipboard

Returns all dye colors in the game, including localized names and their color component information Documentation can be found in the GW2 Wiki

Link copied to clipboard

Returns commonly requested in-game assets Documentation can be found in the GW2 Wiki

Link copied to clipboard
fun getMinis(language: ApiLanguage? = null): List<Mini>

Returns all minis in the game Documentation can be found in the GW2 Wiki

Link copied to clipboard

Returns information about novelties that are available in-game Documentation can be found in the GW2 Wiki

Link copied to clipboard

Returns quaggan images

Link copied to clipboard
fun getRaids(language: ApiLanguage? = null): List<Raid>

Resource returns details about each raid and it's associated wings Documentation can be found in the GW2 Wiki

Link copied to clipboard
fun getTitles(language: ApiLanguage? = null): List<Title>

Returns information about the titles that are in the game Documentation can be found in the GW2 Wiki

Link copied to clipboard
fun getWorlds(language: ApiLanguage? = null): List<World>

Returns information about the available worlds, or servers Documentation can be found in the GW2 Wiki