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, aspect, and ability icon changes
  • GET /item/database, POST /item/search, and GET /item/search/{query}
  • Known bugs
  • Next features
Changelog

v3.3.1

Was this page helpful?
Edit this page
Previous

v3.3.2

Next

v3.3 - Rekindled World

Built with

Related endpoints

  • GET /item/database
  • POST /item/search
  • GET /item/search/{query}
  • GET /aspects/{tree}
  • GET /ability/tree/{tree}

We have just released a hotfix on api v3.3 to address multiple issues with items.

Item, aspect, and ability icon changes

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

  • Fixed item search not supporting fullResult Qparam
  • Fixed some ids returned as static ids
  • Fixed an issue with displayName being sometimes the internalName
  • Fixed base damages and defence being not present or returned as raw
  • added back allowCraftsman
  • added back identified
  • added back quest
  • Fixed armourColor not being present for some armours
  • Fixed charms not having a type @- Changed the icon value for icon format attribute it nows return a dictionary containing:
1{"id": "minecraft:potion", "customModelData": "68", "name": "abilityTree.aspectMage"}

These changes affect all icon fields present in items, aspects and abilities

Known bugs

We will fix those later this week

  • Pagination sometimes duplicate or vanish items
  • rawAttackSpeed on item guide doesn’t have it’s raw value
  • Elemental def/dam on the item guide misses their icons
  • Materials and Ingredients misses their crafting usage on the item guide

Next features

We will add those soon

  • New leaderboards for Raids (guild + player)
  • Possible guild raids completion tracking? (might not be done)
  • Content completion counting will include world events completion
  • New icon value formatting for legacy format similar to attribute one with id and damage instead

Feel free to add more suggestions to the bug report forum and report any bug you encounter in the bug report forum.