Pulling all available talents

#1 - Sept. 19, 2012, 3:37 p.m.
Blizzard Post
This one's specifically for Ulminia, but anyone feel free to add your 2c:

Sifting through your beta of wowroster, I'm curious how you pulled the full set of talents for all the classes/specializations?
Forum Avatar
Battle.net Developer
#3 - Sept. 24, 2012, 6:50 p.m.
Blizzard Post
This was added to the most recent update.

Example: http://us.battle.net/api/wow/data/talents
Doc: http://blizzard.github.com/api-wow-docs/#data-resources/talents
Forum Avatar
Battle.net Developer
#6 - Sept. 26, 2012, 6:09 p.m.
Blizzard Post
09/26/2012 10:14 AMPosted by Vester
Oh, and not to hijack my own thread (Valliste is my druid :) ) How come my monk doesn't have any achievement points?


We heavily cache the values that show up in the forums and on character tooltips (since they need to be fast and used everywhere). These caches don't update very often, normally in 1 to 2 days it will update with the correct amount.

I'd love to speed this process up a bit, but it's not something that's being actively worked on immediately.

If the data on your profile page is wrong then let us know cause that would be a data/calculation bug.
Forum Avatar
Battle.net Developer
#9 - Sept. 27, 2012, 3:29 a.m.
Blizzard Post
glyph is the spell id for the glyph i think
item is the item id for getten tooltip info
name and icon straight forward
type id = 1 major glyph 2 minor


This, except that the "glyph" field is the id for just the glyph record, not really used anywhere important etc. I will add the spellId in addition soon.
Forum Avatar
Battle.net Developer
#11 - Sept. 27, 2012, 9:28 p.m.
Blizzard Post
http://blizzard.github.com/api-wow-docs/#spell-api

We have a request so far for more info in regards to recipe spells. If there's other stuff you want added let me know.