Class that glyph belongs to

#1 - Oct. 24, 2012, 12:36 a.m.
Blizzard Post
It would be really nice if the item API indicated which class the glyph was for.

For example (Glyph of Afterlife);

http://us.battle.net/api/wow/item/87891

This glyph is for monks however that's not shown anywhere other than the icon name, sniffing the icon name for the class name works however that's a bit hacky.
Forum Avatar
Battle.net Developer
#3 - Oct. 24, 2012, 6:48 p.m.
Blizzard Post
It would be really nice if the item API indicated which class the glyph was for.

For example (Glyph of Afterlife);

http://us.battle.net/api/wow/item/87891

This glyph is for monks however that's not shown anywhere other than the icon name, sniffing the icon name for the class name works however that's a bit hacky.


It's very possible we need to add more data, but in the link you posted I see:

"allowableClasses":[10]

Does that not work for what you need?