getContinent

fun getContinent(continentId: Int, language: ApiLanguage? = null): Continent?

Returns the continent corresponding to the specified ID, or null if no such continent exists Documentation can be found in the GW2 Wiki

Parameters

continentId

ID of the continent to be fetched

language

one of the languages defined in ApiLanguage when creating this client, if any