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
  • Leaderboards
  • GET /leaderboards/{lb_type}
  • Player profile
  • GET /player/{username}
  • Authentication and account linking
Changelog

v3.5.1

Was this page helpful?
Edit this page
Previous

v3.5.2

Next

v3.5 - User System

Built with

Related endpoints

  • GET /leaderboards/{lb_type}
  • GET /player/{username}

Leaderboards

GET /leaderboards/{lb_type}

  • Fixed saved leaderboard exclusions not displaying properly.
  • Fixed leaderboard exclusion behavior as a whole.
  • Excluded players are now properly hidden on leaderboard pages.
  • Excluded leaderboard rankings are no longer present in player stats.
  • Authenticated leaderboard requests no longer anonymize the authenticated user’s own linked profiles.
  • Authenticated leaderboard requests can return overflow rankings for linked profiles outside the requested limit.

Example overflow shape:

1, [...], 100, 1919: Your profile, 5486: Your second alt

Leaderboard entry responses now include:

  • restricted > true when the entry was anonymized and identifying fields were replaced by redacted.
  • self > Present when the entry belongs to one of the authenticated user’s linked profiles.

Player profile

GET /player/{username}

  • Leaderboard exclusion state is reflected in player stats.
  • Featured stats and character skeleton tweaks use the same availability behavior.

Authentication and account linking

  • Fixed support-rank synchronization.
  • Loading the authenticated stats page or website while connected refreshes support-rank sync.
  • Linking no longer auto-claims double XP.
  • The frontend now exposes a button to start double XP manually.