For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Create tokenDev Discord
  • Get started
    • Introduction
    • Authentication
    • API Privacy
    • Exceptions
    • Dev Discord
  • Modules
  • Changelog
    • v3.7.2 - OAuth2
    • v3.7.1
    • v3.7
    • v3.6 - Fruma Expansion
    • v3.5.2
    • v3.5.1
    • v3.5 - User System
    • v3.4
    • v3.3.4
    • v3.3.3
    • v3.3.2
    • v3.3.1
    • v3.3 - Rekindled World
    • v3.2.5
    • v3.2.4
    • v3.2.3
    • v3.2.2
    • v3.2.1
    • v3.2
    • v3.1
    • v3.0
LogoLogoWynncraft API - Documentation
Create tokenDev Discord
On this page
  • Related endpoints
  • Item search
  • POST /item/search and GET /item/search/{query}
  • Leaderboards
  • GET /leaderboards/{lb_type}
  • Character data
  • GET /player/{username}/characters/{uuid}
Changelog

v3.3.3

Was this page helpful?
Edit this page
Previous

v3.3.4

Next

v3.3.2

Built with

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 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.