Interface APIPlayableSpecialization

Playable Specialization

/data/wow/playable-specialization/{{specId}}

interface APIPlayableSpecialization {
    _links: linksStruct;
    gender_description: { female: string; male: string };
    hero_talent_trees: refStruct[];
    id: number;
    media?: idkeyStruct;
    name: string;
    playable_class: refStruct;
    power_type: refStruct;
    primary_stat_type: { name: string; type: string };
    pvp_talents: { spell_tooltip: spellTooltip; talent: refStruct }[];
    role: { name: string; type: string };
    spec_talent_tree: refStruct;
}

Properties

_links: linksStruct
gender_description: { female: string; male: string }
hero_talent_trees: refStruct[]
id: number
media?: idkeyStruct
name: string
playable_class: refStruct
power_type: refStruct
primary_stat_type: { name: string; type: string }
pvp_talents: { spell_tooltip: spellTooltip; talent: refStruct }[]
role: { name: string; type: string }
spec_talent_tree: refStruct