WTB Realm metadata as a lua library
Posted: Thu Jan 23, 2014 4:59 pm
Hi- I'm a very active Wow addon developer, and am interested in finding a way to make some realm list metadata available to addon authors via a lua data library in-game. Specifically, one of my addons needs a way to query configuration information about existing realms, data which is not available via the Blizzard API (Blizzard provides no way to query anything about realms other than the current realm).
The immediate need is to query which realms are "connected" as virtual realms, but I can imagine other situations where it would it be useful for addons to query the language, timezone or pvp status of other realms (especially for realms of characters you are grouped with). The actual population counts are probably less useful to addons, and could be omitted to save some memory, maintenance headache and alleviate concerns over proprietary information.
I realize warcraftrealms does not currently track realm connections (or does it?), but all the other realm metadata is already present and the realm connection infotmation could be added to the database manually as they occur relatively infrequently. I'll probably end up writing this library myself, but was wondering if the warcraftrealms devs are interested in being associated with this project (eg. providing regular data export drops, or otherwise helping with database maintenance).
The immediate need is to query which realms are "connected" as virtual realms, but I can imagine other situations where it would it be useful for addons to query the language, timezone or pvp status of other realms (especially for realms of characters you are grouped with). The actual population counts are probably less useful to addons, and could be omitted to save some memory, maintenance headache and alleviate concerns over proprietary information.
I realize warcraftrealms does not currently track realm connections (or does it?), but all the other realm metadata is already present and the realm connection infotmation could be added to the database manually as they occur relatively infrequently. I'll probably end up writing this library myself, but was wondering if the warcraftrealms devs are interested in being associated with this project (eg. providing regular data export drops, or otherwise helping with database maintenance).