暴雪官方魔兽世界 API 在哪里?

发布于 2024-10-08 12:07:34 字数 103 浏览 7 评论 0原文

我想知道是否可以通过 API 访问《魔兽世界》。

我的要求非常精确:

  1. 必须是暴雪官方 API
  2. 必须可以在游戏外访问。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

木有鱼丸 2024-10-15 12:07:34

暴雪现已发布社区 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.

送你一个梦 2024-10-15 12:07:34

不可以。他们不允许任何“外部”软件与游戏的可执行环境进行交互。谷歌“哇滑翔机诉讼”以了解更多信息。

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

白昼 2024-10-15 12:07:34

取决于您想要做什么,这里是 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

々眼睛长脚气 2024-10-15 12:07:34

我知道它是一个旧威胁,我不知道您是否仍然需要该 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 ;)

深府石板幽径 2024-10-15 12:07:34

看看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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文