For about 30 minutes, the EU api has been retuning a lot of errors.
- The realms api is returning an empty array
- The AH data links are returning 404 errors
Thanks! :)
|
For about 30 minutes, the EU api has been retuning a lot of errors.
- The realms api is returning an empty array - The AH data links are returning 404 errors Thanks! :) |
With the addition of new Portuguese realms and the translation of all Russian realms names to English, it's starting to be a little cumbersome to try and separate things efficiently.
I would like to know if it's possible to add the realm locale to the realm status API. Just being able to have the same data that is being displayed at http://us.battle.net/wow/en/status and http://eu.battle.net/wow/en/status would be perfect. Thank you very much :). |
With the addition of new Portuguese realms and the translation of all Russian realms names to English, it's starting to be a little cumbersome to try and separate things efficiently.
I would like to know if it's possible to add the realm locale to the realm status API. Just being able to have the same data that is being displayed at http://us.battle.net/wow/en/status and http://eu.battle.net/wow/en/status would be perfect. Thank you very much :). |
Me and Ujournal have noticed a huge amount of error 500 being returned by the AH API. It appears to be mostly the same realms that always error out.
I figure this is a known issue but just in case, here's the list:
|
Me and Ujournal have noticed a huge amount of error 500 being returned by the AH API. It appears to be mostly the same realms that always error out.
I figure this is a known issue but just in case, here's the list:
|
Against my better judgement, I'm going to post here in hope that Straton or someone else at Blizzard answers this question.
I've made a blog post at AHSpy (ahspy.com) titled "The Guardian Cubs are now in the AH, except you can’t know about it" (http://docs.ahspy.com/2011/11/the-guardian-cub-are-now-in-the-ah-except-you-cant-know-about-it/) Long story short, the guardian cubs are not showing up on the AH Api feeds and I'd like to know if it's intentional and if not, if/when it's going to be fixed. Thanks! |
Heya,
I'm trying to add russian realms to ahspy.com but I'm having issues getting the AH data for those realms. For example, http://eu.battle.net/api/wow/auction/data/азурегос (or actually, http://eu.battle.net/api/wow/auction/data/%D0%B0%D0%B7%D1%83%D1%80%D0%B5%D0%B3%D0%BE%D1%81 ) gives me: { "files":[ { "url":"http://eu.battle.net/auction-data/азурегос/auctions.json", "lastModified":1314105427000 } ] } But when I try to load the json file, I get a 302 response that leads me to http://eu.battle.net/en/error.html (header 404). Is there a temporary error or is this a bug (either on my side or yours)? Thanks :) |
As per http://blizzard.github.com/api-wow-docs/#id3684038
"auctions": [ { "auc": 500, "item": 49284, "owner": "Uther", "bid": 150000, "buyout": 450000, "quantity": 11 } ] Assuming 'auc' is the auction ID, there seems to be missing something pretty important. The auction's time left in the AH. I understand that the AH api is only a preview and that it's not live yet but I wanted to point it out now as time left is quite important. Thanks! |