v3.1
Related endpoints
- GET /player/{username}
- GET /player/{username}/characters
- GET /player/{username}/characters/{uuid}
- GET /guild/{query}
- GET /leaderboards/{lb_type}
We have fixed issues and added some new features on the v3 api:
Global
+ We added a Version HTTP header in every responses which will be equal to v3.1 for this patch, it will change with future api updates.
Players
- Key in player main stats:
legacyRankColor==>legacyRankColour - Key in player main stats:
publicProfile - Key in player character list:
totalLevels==>totalLevel - Key in player character list:
xpwith the character combat XP - Key in player character list:
combat==>level - Key in player character data:
totalLevelwith sum of all prof levels + combat level (same astotalLevelin character list) - Key in player character data:
death==>deaths - Key in player character data:
preEconomy levelwill now properly return combat level instead oftotalLevelskillPointsin player character data will be an empty dict if player disabled theirpublicProfile- All professions name are now lower case instead of having their first letter uppercase
- All skill points name are now lower case instead of having their first letter uppercase
Guilds
- New query parameter for get guild:
identifierwith allowed values:usernameoruuid, will change member object identifier to be either their UUID or username - Key in get guild:
guildRank==>contributionRank - Key in get guild:
seasonRankswill now return an empty dict instead of none if empty
Leaderboards
- Fixed an issue with the query parameter
limitResultstraight not working (we will also add documentation about this parameter)
Item
- All reference to
defensehave edited to bedefence
