Interface APIPlayableRace

Playable Race

/data/wow/playable-race/{{raceId}}

interface APIPlayableRace {
    _links: linksStruct;
    faction: { name: string; type: string };
    gender_name: { female: string; male: string };
    id: number;
    is_allied_race: false;
    is_selectable: true;
    name: string;
    playable_classes: refStruct[];
}

Properties

_links: linksStruct
faction: { name: string; type: string }
gender_name: { female: string; male: string }
id: number
is_allied_race: false
is_selectable: true
name: string
playable_classes: refStruct[]