Hi,
I've been working with the Blizzard API for my personal WoW helper tool, but I have found no way to get the breed of pets from there. I don't know if this is the right place to ask, but Blizzard has been no help at all. Would you be able to tell me if you get it from the API? I'm not looking for your secrets, but just if that's the way you do it so that I know I'm on the right path. Thank you.
Pet Breeds from the API
Re: Pet Breeds from the API
Battle pet breeds aren't "officially" part of the WoW battle pet data, so there aren't any API calls related to them. The only way to determine a pet's breed is by math. If you want to get into the details, the logic in the BattlePetBreedID addon is coded well, so it's easy to read.
Re: Pet Breeds from the API
Thank you for the reply. I use BattlePetBreedID in game, so I'll poke around in there. My main concern was getting what breeds are available for a pet. Like Yipper is only available as a H/P breed, but an Abyssal Slitherling is available in multiple breeds (P/P, S/S, P/S, etc). I guess places like here and WoWhead are just getting the info from in the game?Cysgodi wrote: ↑February 23rd, 2025, 10:34 amBattle pet breeds aren't "officially" part of the WoW battle pet data, so there aren't any API calls related to them. The only way to determine a pet's breed is by math. If you want to get into the details, the logic in the BattlePetBreedID addon is coded well, so it's easy to read.