Hey there,
I’m trying to access the auction house data for Classic Era (specifically Dreamscythe realm, ID 6103) and running into some issues. Here’s what I’ve tried:
- Connected Realm API works fine:
- Successfully get realm data from
/data/wow/connected-realm/6103
- Returns proper realm info including an auctions href:
https://us.api.blizzard.com/data/wow/connected-realm/6103/auctions/?namespace=dynamic-classic1x-us
- Attempted the documented auction house endpoints:
- Tried
/data/wow/connected-realm/6103/auctions/index
(404) - Tried
/data/wow/connected-realm/6103/auctions
(404) - Tried exact URL from realm data response (404)
- Tried legacy endpoint
/wow/auction/data/dreamscythe
(403)
Using proper authentication and headers:
- Valid OAuth token
- Namespace:
dynamic-classic1x-us
- Region: US
Questions:
- Is the auction house API actually available for Classic Era servers?
- Is there a different endpoint structure for Classic Era vs retail?
- Are there any working examples of accessing Classic Era auction data?
Any guidance would be appreciated. Starting to wonder if this is even possible for Classic Era servers.