Saturday, May 28, 2011

WoWColdFusionAPI

I've contributed a ColdFusion-based wrapper to the World of Warcraft Community Platform API. I hesitate to call it an 'API', since it is mostly a glorified CFC wrapping a call to <cfhttp>, but if people feel that it sounds more official being called an API...so be it.

In a nutshell, the new WoW CP API is a series of URLs produced by Blizzard, allowing the general public to request data on World of Warcraft. Their API return query results as a JSON payload. Right now, they only support realm queries, but character, guild, and arena team queries are soon to follow.

You can get a copy of my wrapper on GitHub here: https://github.com/Hanzo55/WoWColdFusionAPI

1 comments: