Interface APIAccountPetsCollectionSummary

Account Pets Collection Summary

/profile/user/wow/collections/pets

This is specific to the currently logged-in user's bnet account

interface APIAccountPetsCollectionSummary {
    _links: linksStruct;
    pets: APIAccountPet[];
    unlocked_battle_pet_slots: number;
}

Properties

_links: linksStruct
unlocked_battle_pet_slots: number