ONID - LoL regions

Here is the sub forum used for talking about ideas, implementations and suggestions or typical guidelines.

Further info on extension or the protocol is found at our Wiki
Locked
poy
Member
Posts: 78
Joined: 26 Nov 2008, 17:04

ONID - LoL regions

Post by poy » 31 May 2014, 07:29

Hey,

LoL regions are now officially documented in the Riot Games API at <https://developer.riotgames.com/docs/regional-endpoints>. "NA" seems to be missing (though it is present in other parts of the API).

Here is a patch for our region list:

Code: Select all

Index: ADC-ONIDServices.txt
===================================================================
--- ADC-ONIDServices.txt	(revision 122)
+++ ADC-ONIDServices.txt	(working copy)
@@ -74,7 +74,10 @@
 |eune |EU Nordic and East
 |euw |EU West
 |kr |Korea
+|lan |Latin America North
+|las |Latin America South
 |na |North America
+|oce |Oceania
 |tr |Turkey
 |ru |Russia
 |=====

Locked