External Services and Tools/API Documentation/listregions

From BattleMaster Wiki
< External Services and Tools‎ | API Documentation
Revision as of 02:12, 29 December 2021 by Kagurati (talk | contribs) (Created page with "Lists, uncorrelated, all regions on an island. ==Parameters== {| style="background:#eee;" |- ! Parameter ! Type ! Meaning |-valign="top" | World | integer | Game world ID you...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Lists, uncorrelated, all regions on an island.

Parameters

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

Output

XML/JSON

<listing>
  <region-ids> comma-seperated list of integers </region-ids>
  <region-names> comma-seperated list of strings </region-names>
</listing>

Note that these two lists are not sorted relative to each other, so you can not take entry #x from one list and think it corresponds to entry #x from the other. IDs are listed numerically, names are listed alphabetically. For a list with correctly correlated IDs and names, please use the 'world-regions' access point.

Example

Regions on the East Island 
http://battlemaster.org/data/listregions/1