Documentation
    Preparing search index...

    Interface CharacterAppearanceResponse

    Base interface for Blizzard API responses.

    interface CharacterAppearanceResponse {
        _links: { self: Href };
        active_spec: NameIdKey;
        character: Character;
        customizations: Customization[];
        faction: Faction;
        gender: Gender;
        guild_crest: GuildCrest;
        items: Item[];
        playable_class: NameIdKey;
        playable_race: NameIdKey;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    active_spec: NameIdKey
    character: Character
    customizations: Customization[]
    faction: Faction
    gender: Gender
    guild_crest: GuildCrest
    items: Item[]
    playable_class: NameIdKey
    playable_race: NameIdKey