External Services and Tools/API Documentation/listrealms

From BattleMaster Wiki
Jump to navigation Jump to search

Lists all realms present on on island.

Parameters

Parameter Type Meaning
World integer Game world ID you access, see #World IDs

Output

XML

<xml>
 <listing>
  <realm-ids>0,1,3,11,26,29,30,37,38</realm-ids>
  <realm-names>
   (rogue),Perdan,Sirion,Caligus,Eponllyn,Yssrgard,Perleone,Shadowdale,Alexandria
  </realm-names>
 </listing>
</xml>

JSON

{
    "listing": {
        "realm-ids": "0,1,3,11,26,29,30,37,38",
        "realm-names": "(rogue),Perdan,Sirion,Caligus,Eponllyn,Yssrgard,Perleone,Shadowdale,Alexandria"
    }
}

Note: These lists are now sorted relative to one another as part of they are built.

Example

Realms on the East Island 
http://battlemaster.org/data/listrealms/1