background preloader

WoW Programming

Facebook Twitter

Blizzard Community Platform API Documentation. This is the documentation for the RESTful APIs exposed through the World of Warcraft community site as a service to the World of Warcraft community.

Blizzard Community Platform API Documentation

To view the inlined gist json examples you should view this document at Introduction The Blizzard Community Platform API provides a number of resources for developers and Wow enthusiasts to gather data about their characters, guilds and arena teams. This documentation is primarily for developers and third parties. Intro & Documentation - Forums. Briandek/WowDotNetAPI - GitHub. Using C# 4.0 and dynamic to parse JSON. UPDATE: take a look at before you try and roll your own, it supports dynamic now...

Using C# 4.0 and dynamic to parse JSON

I recently had to get a JSON feed from the web and traverse it. Like any good developer I started off with a Bing search and stumbled across a few posts.