Interface APICovenant

Covenant

/data/wow/covenants/{covenantID}

interface APICovenant {
    _links: linksStruct;
    class_abilities?: covenantClassAbility[];
    description?: string;
    id: number;
    media?: idkeyStruct;
    name: string;
    renown_rewards?: { level: number; reward: refStruct }[];
    signature_ability?: { id: number; spell_tooltip: spellTooltip };
    soulbinds?: refStruct[];
}

Properties

_links: linksStruct
class_abilities?: covenantClassAbility[]
description?: string
id: number
media?: idkeyStruct
name: string
renown_rewards?: { level: number; reward: refStruct }[]
signature_ability?: { id: number; spell_tooltip: spellTooltip }
soulbinds?: refStruct[]