Pets & Abilities

#1 - June 17, 2013, 5:50 p.m.
Blizzard Post
I went through the API Documentation http://blizzard.github.io/api-wow-docs/ and found the ability to list pet types:

http://us.battle.net//api/wow/data/pet/types
{"petTypes":[{"id":0,"key":"humanoid","name":"Humanoid","typeAbilityId":238,"strongAgainstId":1,"weakAgainstId":7},{"id":1,"key":"dragonkin","name":"Dragonkin","typeAbilityId":245,"strongAgainstId":5,"weakAgainstId":3},{"id":2,"key":"flying","name":"Flying","typeAbilityId":239,"strongAgainstId":8,"weakAgainstId":1},{"id":3,"key":"undead","name":"Undead","typeAbilityId":242,"strongAgainstId":0,"weakAgainstId":8},{"id":4,"key":"critter","name":"Critter","typeAbilityId":236,"strongAgainstId":3,"weakAgainstId":0},{"id":5,"key":"magical","name":"Magic","typeAbilityId":243,"strongAgainstId":2,"weakAgainstId":9},{"id":6,"key":"elemental","name":"Elemental","typeAbilityId":241,"strongAgainstId":9,"weakAgainstId":4},{"id":7,"key":"beast","name":"Beast","typeAbilityId":237,"strongAgainstId":4,"weakAgainstId":2},{"id":8,"key":"water","name":"Aquatic","typeAbilityId":240,"strongAgainstId":6,"weakAgainstId":5},{"id":9,"key":"mechanical","name":"Mechanical","typeAbilityId":244,"strongAgainstId":7,"weakAgainstId":6}]}

Is there also a API for:
- list of all pets?
- list of all pet abilities?

or am i better off extracting the data from the MPQ files?
Forum Avatar
Battle.net Developer
#2 - June 17, 2013, 9:24 p.m.
Blizzard Post
There isn't currently a list of all pets or pet abilities available on the API :-(