Interface APICharacterMythicKeystoneProfileIndex

Character Mythic Keystone Profile Index

/profile/wow/character/{realmSlug}/{characterName}/mythic-keystone-profile

interface APICharacterMythicKeystoneProfileIndex {
    _links: linksStruct;
    character: characterRef;
    current_mythic_rating: { color: rgbaColorStruct; rating: number };
    current_period: { period: idkeyStruct };
    seasons: idkeyStruct[];
}

Properties

_links: linksStruct
character: characterRef
current_mythic_rating: { color: rgbaColorStruct; rating: number }
current_period: { period: idkeyStruct }
seasons: idkeyStruct[]