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?
|
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 |
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 } ] |