Hi all.
I’m building an application and I need to access Azerite traits icons.
I’m able to get Azerit traits by requesting character’s equipped items, and inside that JSON I’m getting something like:
equipped_items[0].azerite_details.selected_powers
(Where selected_powers are the Azerite traits I need).
These items (powers) have a tier (numer related to the ring they are placed), and a spell_tooltip, where I can find a spell object.
Well, when I execute a request agains /data/wow/media/spell/{spellId} using the id specified in that spell object, I get a 404 in all of them.
Even more… those spells items also have the typical key with an href inside. Well, if I execute a request against that href I’m also getting a 404.