api-wow-docs
api-wow-docs copied to clipboard
Documentation for the World of Warcraft web APIs.
Hello, On EU realms, when downloading the batch from the URL returned by the `/api/wow/auction/data/` call, I get the data for another realm: ownerRealm seems to be correct, but realm.name...
I'm looking for more details in the Spell APIs. I've created process which scrapes data from wowhead, and I'd rather get the data from blizz's APIs for consistency. I created...
## Data generation To generate [the script](https://gist.github.com/Mischanix/d8f7a5f67d1b012987db#file-dump_bonus_stats-lua), use `s_bonusStatStringTags`, `BONUS_STAT_START`, and `BONUS_STAT_MAX` from the client source tree (probably available in `WoW/Source/Ui/GameUI.cpp` but I can't be sure). If `s_bonusStatStringTags` is defined...
It's missing data about the realm, the challenge mode itself, etc.
Starcraft 2 should be StarCraft II Fixed here: ``` json { "abilities": [ { "cooldown": 0, "icon": "spell_shadow_plaguecloud", "id": 640, "isPassive": false, "name": "Toxic Smoke", "order": 1, "petTypeId": 9, "requiredLevel":...
Either in the Character Races or the Character Classes data resource call. Could be helpful.
I'm very disappointed that the API was completely moved to blizzard's site as it uses a web-format that cannot be easily searched. Like most things to do with their API...