Skip to main content

Resources

Here are other resources that may be helpful to you.

Blizzard Resources#

Developer Portal#

The Blizzard Battle.net Developer Portal has lots of useful information.

  • Read the Getting Started guide to create a client and generate your secret.
  • The World of Warcraft page provides general information about the APIs for World of Warcraft. There are other pages for other Blizzard games.
  • The Game Data APIs and Profile APIs pages let you use your OAuth client credentials to test API calls and inspect the results. These are great tools for debugging issues.

API Discussion#

The Blizzard forums include an API Discussion forum with useful content for developers who interact with the APIs.

API Bug Report#

Getting errors? Think you found a bug? The API Bug Report forum is a great place to see if other developers are experiencing issues and report them yourself. But be sure to read Guidelines: Read Before Posting first.

Community Resources#

AspNet.Security.OAuth.BattleNet#

Want your users to log into your website with their Battle.net accounts? The AspNet.Security.OAuth.BattleNet NuGet package provides Battle.net security middleware for ASP.NET Core web applications. See the AspNet.Security.OAuth.Providers repository on GitHub for the source code. The relevant classes are here if you want to see how it works.

Wowhead#

If you're reading this, you're probably already familiar with Wowhead as a player. As a developer, you may be interested in their support for easily adding tooltips to your website.

WoWDB#

WoWDB is an online database of information about World of Warcraft.