Interface APICharacterProfileStatus

Character Profile Statis

/profile/wow/character/{realmSlug}/{characterName}/status

interface APICharacterProfileStatus {
    _links: linksStruct;
    id: number;
    is_valid: boolean;
}

Properties

Properties

_links: linksStruct
id: number
is_valid: boolean