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 Inconsistency Consideration

blizz -> wysłany:
Hello, just wanted to make a suggestion. Was doing a comparison between realm and the the API URI requests and noticed a little inconsistency.


Now:
http://{region}.battle.net/api/wow/realm/status?realm={realm_name}

Compared to:
http://{region}.battle.net/api/wow/character/{realm}/{name}?fields=

And:
http://{region}.battle.net/api/wow/guild/{realm}/{name}?fields=


What I am thinking:
http://{region}.battle.net/api/wow/realm/{name/all}?fields=status


My thinking on this is the URI paths is divided into categories:
api/wow/realm
api/wow/character
api/wow/guild


Depending on the type of categories, I might need to follow an API path that contains parameters.
api/wow/character/{realm}/{name}


This in my opinion is where the realm URI request inconsistency occurs. I think for the future having a fields request makes more sense in context with other API examples. With a status as an option everything is more consistent. Later things could be added like Battlegroup, Realm Type, ect. to pull more specific information. Maybe we rather not pull the status at all, to make the point.

Hope this is constructive. I am a little new, but not too new, heh :).
blizz -> wysłany:
i would save your speculation an criticism until the official API documentation is released on Tuesday.