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
  • Multi-selectors
  • Leaderboards
  • GET /leaderboards/{lb_type}
  • Guild endpoints
  • GET /guild/list/guild
  • GET /guild/{query}
Changelog

v3.2.2

Was this page helpful?
Edit this page
Previous

v3.2.3

Next

v3.2.1

Built with

Related endpoints

  • GET /guild/list/guild
  • GET /guild/{query}
  • GET /leaderboards/{lb_type}

This patch fixes multi-selector behavior, guild lookup edge cases, and leaderboard limits.

Multi-selectors

  • Multi-selector responses now return status code 300 Multiple Choices.
  • Documentation was updated to explain multi-selector responses.

Leaderboards

GET /leaderboards/{lb_type}

  • Fixed resultLimit not being able to display more than 100 entries for guild-related leaderboards.
  • Fixed leaderboard TTL consistency.
  • All leaderboards now use a 1 hour TTL.
  • Temporarily increased the leaderboard update interval from 1 hour to 1 day to reduce global hourly slowdowns.

Guild endpoints

GET /guild/list/guild

  • Fixed guild list sometimes returning wrong names.

GET /guild/{query}

  • Added a multi-selector when a name query refers to multiple guilds.
  • If a duplicated guild name is requested with exact casing, the matching guild is returned instead of the selector.