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 database and search
  • GET /item/database, POST /item/search, and GET /item/search/{query}
  • GET /item/metadata
  • Leaderboards
  • GET /leaderboards/{lb_type}
Changelog

v3.3.2

Was this page helpful?
Edit this page
Previous

v3.3.3

Next

v3.3.1

Built with

Related endpoints

  • GET /item/database
  • POST /item/search
  • GET /item/metadata
  • GET /leaderboards/{lb_type}

This hotfix stabilizes item data after v3.3 and introduces the first raid leaderboard updates.

Item database and search

GET /item/database, POST /item/search, and GET /item/search/{query}

  • Fixed charm level ranges.
  • Fixed charm-only IDs being in identifications instead of base.
  • Fixed leather armour colour responses.
  • Fixed charms missing a type.
  • Fixed identification values of 1 being rollable; those values now return as raw values.
  • Fixed identification rounding.
  • Fixed major IDs sometimes being absent.
  • Fixed allowCraftsman not being returned.
  • Fixed quest requirements not being returned.
  • Fixed spell cost identifications being treated as negative IDs.
  • Fixed ingredients missing droppedBy, item-only IDs, and related fields.
  • Fixed levelRange being returned as an identification.
  • Fixed identified items returning raw damage IDs instead of ranges.
  • Fixed base defences and health returning as rolled stats.
  • Fixed material and ingredient crafting data.
  • Fixed weapon damage minimum and maximum values being swapped.
  • Fixed weapon elemental damage being omitted when the range started at 0.
  • Fixed skin texture IDs always using the missing texture.
  • Updated the iron_barding ID.
  • Fixed player head helmets being considered leather armour.
  • Fixed item tooltips using internal names.
  • Fixed spell cost display still being wrong after the first patch.

GET /item/metadata

  • Added the static query parameter.
  • static returns all available tags with their internal numeric ID.
  • Added a type-filter translation map, allowing plural type filters and converting armor to armour.

Known remaining issue:

  • Pagination could still sometimes drop entries.

Leaderboards

GET /leaderboards/{lb_type}

  • Added per-raid solo raid leaderboards for players and guilds.
  • Raid leaderboards count raids completed since Wynncraft: Rekindled World.
  • Raid leaderboard scores account for gambit usage.
  • Fixed normal raid leaderboards not counting new completions.
  • Fixed raid completions being swapped.
  • Hunted leaderboards now sort by content completion, combat level, then total level.

Known data issue:

  • Normal raid completion display data could be chaotic immediately after the fix because old swapped raid data still existed. Player rankings were valid; displayed raid data was corrected as players connected.