Skip to main content
Module

x/bnapi/mod.ts>wow.characterMythicKeystoneSeasonBestRuns

Blizzard Battle.net API wrapper for Deno.
Go to Latest
function wow.characterMythicKeystoneSeasonBestRuns
import { wow } from "https://deno.land/x/bnapi@0.9.3/mod.ts";
const { characterMythicKeystoneSeasonBestRuns } = wow;

Returns the Mythic Keystone season details for a character.

Returns a 404 Not Found for characters that have not yet completed a Mythic Keystone dungeon for the specified season.

Parameters

realmSlug: string
characterName: string
season: number

Returns

Promise<CharacterMythicKeystoneRun[]>