v3.4
Related endpoints
- GET /player/{username}
- GET /player/{username}/characters
- GET /player/{username}/characters/{uuid}
- GET /player/whoami
- GET /leaderboards/{lb_type}
- GET /item/metadata
This patch was released alongside Wynncraft 2.1.1.
Player endpoints
GET /player/{username}
- Added the current active nickname to player main stats.
- The active nickname changes depending on the last used nickname, similar to
currentActiveCharacter.
GET /player/{username}/characters and GET /player/{username}/characters/{uuid}
- Character
typenow returns only the base class type. - Reskinned class data moved to
reskinned.
GET /player/whoami
- Added
/player/whoami. - The route is similar to the player location route and displays information about the player associated with the current request.
Leaderboards
GET /leaderboards/{lb_type}
- Fixed content completion values that could incorrectly reach
1125. - Made content completion counting more precise.
- Renamed raid leaderboard keys from
[nol/tcc/nog/tna]_sr_[guild/player]to[orphion/colossus/grootslang/nameless]_sr_[guild/player].
Items
GET /item/metadata
- Item metadata now only returns filters that have associated items.
- The same behavior applies when using the
staticquery parameter.
Internal updates
- Fixed the API auto-update system not updating items, major IDs, and related data.
