Roster:API

From WoWRosterWiKi
Revision as of 22:31, 21 May 2012 by Ulminia (Talk | contribs)
Jump to: navigation, search
WR.net

Important note: When you edit this page, you agree to release your contribution into the public domain.
If you do not want this or can not do this because of license restrictions, please do not edit.

Contents


Roster API

The roster to wow api is a set of scripts that will use the new blizzard feeds for character and guild information from there servers for use with roster and its addons Features include

Char API

Used to pull info from the WoW Api About any given Character level 10 and up
Use: $roster->api->Char->getCharInfo('Zangarmarsh,'Ulminia','1:2:3');
Returns json formated arrays contaning data given from the array of fields listed below

The getCharInfo has 3 variables ($Server, $CharName, $Fields) respectfully.

The Field options are as fallows

Guild API

Used to pull info from the WoW Api About any given Guild
Use: $roster->api->Guild->getGuildInfo($rname, $name, $fields);
Returns json formated arrays contaning data given from the array of fields listed below

The getGuildInfo has 3 variables ($rname, $name, $fields) respectfully.

The Field options are as fallows

Guild rewards $roster->api->Guild->getGuildrewards($rname, $name, $fields) This returns a list of the rewards the specified guild has earned.

Data API

$roster->api->Data->getRacesInfo()


$roster->api->Data->getQuestInfo($id)

 "id":13157,
 "title":"The Crusaders' Pinnacle",
 "reqLevel":77,
 "suggestedPartyMembers":0,
 "category":"Icecrown",
 "level":79


$roster->api->Data->getClassesInfo()


$roster->api->Data->getItemInfo($itemID,$gem0=null,$gem1=null,$gem2=null,$enchant=null,$es=false)


$roster->api->Data->getAchievInfo()


Realm API

Team API

Talent API

Personal tools
Namespaces
Variants
Actions
WoWRoster
Navigation
Toolbox