Interface APIPlayableClass

Playable Class

/data/wow/playable-class/{{classId}}

interface APIPlayableClass {
    _links: linksStruct;
    additional_power_types: refStruct[];
    gender_name: { female: string; male: string };
    id: number;
    media?: idkeyStruct;
    name: string;
    playable_races: refStruct[];
    power_type: refStruct;
    pvp_talent_slots: hrefStruct;
    specializations: refStruct[];
}

Properties

_links: linksStruct
additional_power_types: refStruct[]
gender_name: { female: string; male: string }
id: number
media?: idkeyStruct
name: string
playable_races: refStruct[]
power_type: refStruct
pvp_talent_slots: hrefStruct
specializations: refStruct[]