Pregunta

Quiero saber si puedo acceder a World of Warcraft en un API.

Mis requisitos son muy precisos:

  1. debe ser API oficial de Blizzard
  2. debe ser accesible fuera de juego.
¿Fue útil?

Solución

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

Otros consejos

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.

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

http://www.wowwiki.com/World_of_Warcraft_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 ;)

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top