Question about AH data structure

#1 - July 23, 2011, 1:53 p.m.
Blizzard Post
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!
Forum Avatar
Web & Mobile Team
#2 - July 23, 2011, 10:44 p.m.
Blizzard Post
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!


Yes, we will definitely have the time left as a part of this structure. I'll be sure to have the documentation updated when the AH data API resources are public.