Greetings, developers!
We are excited to announce that we have released an update to the World of Warcraft Game Data and Profile APIs that includes several new endpoints. These endpoints are currently available for World of Warcraft; they are not available for Classic versions (WoW Era and Wrath of the Lich King).
Game Data API
Talent trees:
/data/wow/talent-tree/index
/data/wow/talent-tree/{talentTreeId}/playable-specialization/{specId}
Commodities:
/data/wow/auctions/commodities
The auction house endpoint delivered with patch 9.2.7 also recently received a documentation update on commodities, so wanted to ensure users are aware of its availability.
Profile API
Character Specializations Summary
/profile/wow/character/{realmSlug}/{characterName}/specializations
While this is a pre-existing endpoint, it has been updated to return talent loadout data
for all character specializations.
These endpoints are available in the static-{region}
and profile-{region}
namespaces respectively. See the World of Warcraft Namespaces Documentation for more information.
To explore these endpoints further, check out our official API Reference documentation on the Developer Portal, located here: WoW Game Data API Reference and WoW Profile API Reference.
Finally, a word of apology! This came in late and should have landed during pre-patch initial launch. Things weren’t quite ready then and some hotfixes were needed to get us to today’s update.
We hope it was worth the wait. Thanks for hanging in there.
Happy coding!