Interface APICharacterCollectionsIndex

Character Collections Index

/profile/wow/character/{realmSlug}/{characterName}/collections

interface APICharacterCollectionsIndex {
    _links: linksStruct;
    character: characterRef;
    heirlooms: hrefStruct;
    mounts: hrefStruct;
    pets: hrefStruct;
    toys: hrefStruct;
}

Properties

_links: linksStruct
character: characterRef
heirlooms: hrefStruct
mounts: hrefStruct