Azerite Traits not found

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.

Hello.

You are probably experience the same bug reported here.

If that’s the case you’ll have to wait for an API patch to fix that.

1 Like

It looks like that’s my case, yes.

Thanks a lot