WoWCenter.pl
wikass zabił Mythrax the Unraveler (Normal Uldir) po raz 2.     
kuturin zdobył 7th Legionnaire's Cuffs.     
Nikandra spełnił kryterium Loot 200,000 gold osiągnięcia Got My Mind On My Money.     
Tooly zdobył Fairweather Helm.     
Muattin zdobył osiągnięcie The Dirty Five.     
Yoozku zdobył Parrotfeather Cloak.     
Mlody89 zdobył Royal Apothecary Drape.     
Weakness zabił Dazar, The First King (Mythic King's Rest) po raz 6.     
liq spełnił kryterium osiągnięcia Saving for a Rainy Day.     
Osiol spełnił kryterium osiągnięcia Saving for a Rainy Day.     
Wuntu zabił Zek'voz, Herald of N'zoth (Heroic Uldir) po raz 1.     
Olsa zabił Vectis (Heroic Uldir) po raz 6.     
Sarenus spełnił kryterium osiągnięcia Saving for a Rainy Day.     
kajtasus zdobył osiągnięcie Come Sail Away.     
ossir spełnił kryterium osiągnięcia Saving for a Rainy Day.     
mcpablo spełnił kryterium Alliance players slain. osiągnięcia Frontline Slayer.     
Emmm zabił Taloc (Heroic Uldir) po raz 17.     
AsaGorth spełnił kryterium Big-Mouth Clam osiągnięcia The Oceanographer.     

Realm Status API documentation?

blizz -> wysłany:
I was wondering if there was going to be any documentation provided for the realms status api (and others as they are released). What I mean by that is I am interested in the definitions and scope of the data that is going to be provided.

For example if one directs a browser to:

http://us.battle.net/api/wow/realm/status?realm=Bloodhoof

they would get back json data that looks like:

{
"realms":[
{
"type":"pve",
"population":"high",
"queue":false,
"status":true,
"name":"Bloodhoof",
"slug":"bloodhoof"
}
]
}

What are the possibilities for each entry?
i.e
type could be pve, pvp, rp, etc?
population could be full, high, medium, low, empty, etc?
status could be true, false, locked, etc?

Thanks,

Darque
<Elder Tribunal> on Bloodhoof
blizz -> wysłany:

Hm. Uther is down for a rolling restart right now, but the API is returning a status of true. Bug with the API, or bug with detecting whether a realm is up?



There are several tiers of caching that the realm status data goes through by the time it is delivered to API consumers. We've made to note to track this and make sure that the delay in a realm's status and what the status is reported as is reasonable.