World of Warcraft
realm status
A quick and dirty example of using AngularJS to query World of Warcraft realm statuses using Blizzard's Community Platform API.
You can filter on any of the data you see below. e.g. Filter for bloodlust to only show the realms that belong to the Bloodlust battlegroup.
{{selectedRealm.name}}
|
Online
|
{{selectedRealm.status}}
|
|
Population
|
{{selectedRealm.population}}
|
|
Queue
|
{{selectedRealm.queue}}
|
|
Type
|
{{selectedRealm.type | uppercase}}
|
|
Battlegroup
|
{{selectedRealm.battlegroup}}
|
|
Slug
|
{{selectedRealm.slug}}
|
|
Locale
|
{{selectedRealm.locale}}
|
|
Timezone
|
{{selectedRealm.timezone}}
|
Wintergrasp
|
Next Battle
|
{{selectedRealm.wintergrasp.next | date:'yyyy-MM-dd HH:mm:ss Z'}}
|
|
Faction
|
Alliance
|
Horde
|
|
Status
|
Unknown
|
Idle
|
Populating
|
Active
|
Concluded
|
Tol-Barad
|
Next Battle
|
{{selectedRealm['tol-barad'].next | date:'yyyy-MM-dd HH:mm:ss Z'}}
|
|
Faction
|
Alliance
|
Horde
|
|
Status
|
Unknown
|
Idle
|
Populating
|
Active
|
Concluded
|