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.     

Jizi

Battle.net profile page shows all the correct items:
http://tw.battle.net/wow/zh/character/%E5%A5%A7%E5%A6%AE%E5%85%8B%E5%B8%8C%E4%BA%9E/pazzainter/simple

but API response only has 4 out of 17 items:
http://tw.battle.net/api/wow/character/%E5%A5%A7%E5%A6%AE%E5%85%8B%E5%B8%8C%E4%BA%9E/pazzainter?fields=items&locale=zh_TW

Is there a workaround available?
Is there a plan to fix this?
Profiles for CN server skips slots with 365+ items. Is there a workaround? When will it be resolved?
intermittent 404 nok/Character not Found” wysłany:
I quite frequently get 404 in response to a profile request, few minutes later same request succeeds. I think it most often happens for TW server. Any ideas?

Example:

{BattleNet} --<Error> -- 9/22/2011 2:19:46 PM -- The remote server returned an error: (404) Not Found.. Failed to get http://tw.battle.net/api/wow/character/血之谷/牛肉意麵?fields=talents,items,professions&locale=en_US. Status: NotFound. Text: {"status":"nok", "reason": "Character not found."}

{BattleNet} --<Info> -- 9/22/2011 2:21:58 PM -- http://tw.battle.net/api/wow/character/血之谷/牛肉意麵?fields=talents,items,professions&locale=en_US was downloaded successfully.


Note: Status NotFound is HTTP 404
Gem bonuses schema in item API JSON” wysłany:
I would like to request a change to wow/item schema for gems, at this time bonuses are specified as a single string, as it is now (from http://us.battle.net/api/wow/item/40162):

"gemInfo":{
"bonus":{
"name":"+10 Expertise Rating and +10 Hit Rating",

which requires parsing to get exact bonuses. Having bonuses specified the same way they are for items would be convenient. I.e. e.g.:

"bonusStats":[
{
"stat":32,
"amount":43
},
{
"stat":3,
"amount":38
}
]