The first API released is the realm status API. Following a RESTful model, this API can be accessed using the following base url: /api/wow/realm/status.
The following query string parameters can be optionally used when using this resource:
This API returns JSON data, but the "jsonp" parameter can be used to quickly embed this data into your website. With that, an example URL and it’s payload would look like this: http://us.battle.net/api/wow/realm/status?realm=Medivh The following url would return the entire list of realms and their statuses: http://us.battle.net/api/wow/realm/status Multiple realms can also be specified: http://us.battle.net/api/wow/realm/status?realm=Medivh&realm=Blackrock |