getRegion

fun getRegion(continentId: Int, floorId: Int, regionId: Int, language: ApiLanguage? = null): Region

Returns the region corresponding to the specified continentId, floorId and regionId Documentation can be found in the GW2 Wiki

Parameters

continentId

ID of the continent

floorId

ID of the floor on the continent

regionId

ID of the region on the floor

language

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