v3.3.3

This hotfix cleans up item search edge cases and fixes leaderboard ordering issues introduced around the v3.3 item and raid updates.

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 totalLevel for scoring but not returning totalLevel in the response.
  • Removed invalid leaderboard entries from excluded internal accounts.

Character data

GET /player/{username}/characters/{uuid}

  • Fixed raid counts in player character routes.