WoW Azerite Question

Hello,

I have two questions which are:

  • I have a problem with the neck level with the following address:
    “/wow/character/[server]/[character]?fields=items&locale=fr_FR&access_token=[token]”
    Indeed, the neck always displays level 70 when in reality it is higher.

  • Also, someone would know where to retrieve information from which azerite skill is currently equipped?

Thank you,
Zabado

2 Likes

Hi Zabado,

It looks like you are using the Community API endpoints for your queries.
These endpoints are being turned off on March 16, 2020 at 12:00 AM PST, you will need to move over to the newer Game Data and Profile API’s.

For your particular use case, you will want to use the Profile API - @ develop.battle [dot] net/documentation/world-of-warcraft/profile-apis, in particular the Character Equipment API . You will be able to obtain the relevant azerite data in the equipped items section of the returned query.

You can read more about the changeover here -
@ develop.battle [dot] net/documentation/world-of-warcraft/community-api-migration-status.