暴雪官方魔兽世界 API 在哪里?
我想知道是否可以通过 API 访问《魔兽世界》。
我的要求非常精确:
- 必须是暴雪官方 API
- 必须可以在游戏外访问。
I want to know if I can access World of Warcraft in an API.
My requirements are very precise:
- MUST be official blizzard API
- MUST be accessible out-of-game.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
暴雪现已发布社区 API,允许您直接从暴雪服务获取信息;例如领域状态、玩家和拍卖数据。
https://dev.battle.net/io-docs
我不认为这是最初的问题的目的是什么,但我认为这可以帮助其他人搜索类似的信息。
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.
不可以。他们不允许任何“外部”软件与游戏的可执行环境进行交互。谷歌“哇滑翔机诉讼”以了解更多信息。
No. They do not allow any "outside" software to interact with the game's executable environment. Google "wow glider lawsuit" to find out more.
取决于您想要做什么,这里是 wiki
http://www.wowwiki.com/World_of_Warcraft_API
Depends on what you are trying to do, here's the wiki on it
http://www.wowwiki.com/World_of_Warcraft_API
我知道它是一个旧威胁,我不知道您是否仍然需要该 API,但这是新的 API。
所有文档:http://blizzard.github.com/api-wow-docs/
使用像 eu.battle.net/api/wow/character/realmname/charactername?fields=All-parameters-found-in-documentation-and-they-are-comma-separated
这样的 api 那应该可以解决问题;)
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 ;)
看看wow军械库——你可以消耗wow相关数据。
军械库上的页面是通过 XLST 将 XML 转换为网页。
但是,如果您请求该页面并查看源代码,您将看到一个漂亮的 XML 文件 - 非常适合进行基于休息的查询。
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.