Where is Blizzards official World of Warcraft API?

2019-02-21 15:30发布

I want to know if I can access World of Warcraft in an API.

My requirements are very precise:

  1. MUST be official blizzard API
  2. MUST be accessible out-of-game.

5条回答
SAY GOODBYE
2楼-- · 2019-02-21 15:41

I know its an old threat and I dont know if you still want the API but here is the new api.

All documentation: http://blizzard.github.com/api-wow-docs/ use api like eu.battle.net/api/wow/character/realmname/charactername?fields=All-parameters-found-in-documentation-and-they-are-comma-seperated

Thats should do the trick ;)

查看更多
Fickle 薄情
3楼-- · 2019-02-21 15:47

No. They do not allow any "outside" software to interact with the game's executable environment. Google "wow glider lawsuit" to find out more.

查看更多
三岁会撩人
4楼-- · 2019-02-21 15:54

Blizzard has now released a Community API that allows you to fetch information directly from the Blizzard Services; such as Realm Status, Player and Auction data.

https://dev.battle.net/io-docs

I don't think that this was what the original question was intended for, but I think this can help other people searching for similar information.

查看更多
混吃等死
5楼-- · 2019-02-21 15:54

Take a look at the wow armoury - you can consume wow related data. The page on armoury is XML transformed into a web page via XLST.

But if you request the page and look at the source, you will see a nice XML file - perfect for making rest based queries against.

查看更多
虎瘦雄心在
6楼-- · 2019-02-21 15:55

Depends on what you are trying to do, here's the wiki on it

http://www.wowwiki.com/World_of_Warcraft_API

查看更多
登录 后发表回答