Interface APISoulbind

Soulbind

/data/wow/soulbind/{soulbindID}

interface APISoulbind {
    _links: linksStruct;
    covenant: refStruct;
    creature: refStruct;
    follower: idNameStruct;
    id: number;
    name: string;
    talent_tree: refStruct;
}

Properties

_links: linksStruct
covenant: refStruct
creature: refStruct
follower: idNameStruct
id: number
name: string
talent_tree: refStruct