v3.3.3
Related endpoints
- GET /leaderboards/{lb_type}
- GET /player/{username}/characters/{uuid}
- POST /item/search
- GET /item/search/{query}
This hotfix cleans up item search edge cases and fixes leaderboard ordering issues introduced around the v3.3 item and raid updates.
Item search
POST /item/search and GET /item/search/{query}
- Fixed broken ingredient position IDs.
- Updated search rules to allow two-character searches.
Leaderboards
GET /leaderboards/{lb_type}
- Fixed XP calculation used for leaderboard ordering.
- Fixed ordering for leaderboards that use XP as a sorting field.
- Manually refreshed the top 100 players so website leaderboard ordering matched the corrected API sorting.
- Fixed leaderboards using
totalLevelfor scoring but not returningtotalLevelin the response. - Removed invalid leaderboard entries from excluded internal accounts.
Character data
GET /player/{username}/characters/{uuid}
- Fixed raid counts in player character routes.
