Toys and Heirlooms APIs

Lok’tar Ogar!

We are excited to announce that we are finally bringing Toy and Heirloom collection APIs to the WoW community! Please use these endpoints to explore and track account and character toy and heirloom collections.

Game Data API

Toys API:
/data/wow/toy/index
/data/wow/toy/{toyId}

Heirlooms API:
/data/wow/heirloom/index
/data/wow/heirloom/{heirloomId}

Profile API

Account Profile API
/profile/user/wow/collections
/profile/user/wow/collections/toys
/profile/user/wow/collections/heirlooms

Character Collections API
/profile/wow/character/{realmSlug}/{characterName}/collections
/profile/wow/character/{realmSlug}/{characterName}/collections/toys
/profile/wow/character/{realmSlug}/{characterName}/collections/heirlooms

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, please reference our official API documentation on the Developer Portal (see WoW Game Data API Reference and WoW Profile API Reference).

10 Likes