Skip to main content
Module

x/bnapi/mod.ts>wow.CharacterProfile

Blizzard Battle.net API wrapper for Deno.
Latest
interface wow.CharacterProfile
implements IdName
import { type wow } from "https://deno.land/x/bnapi@0.9.7/mod.ts";
const { CharacterProfile } = wow;

Properties

gender: TypeName
faction: TypeName
race: IdName
character_class: IdName
active_spec: IdName
realm: IdNameSlug
guild: { id: number; name: string; faction: TypeName; realm: IdNameSlug; }
level: number
experience: number
achievement_points: number
last_login_timestamp: number
average_item_level: number
equipped_item_level: number
optional
active_title: { id: number; name: string; display_string: string; }
optional
covenant_progress: { chosen_covenant: IdName; renown_level: number; }