Mythic+ Score API

With RaiderIO’s announcement that patch 9.1 is going to bring, the question is obvious when it comes to the API.

When can we expect some endpoints regarding Mythic+ scores and Mythic+ related stats?

2 Likes

same problem here! let us know how to regarding M+ Scores :pray:

Looks like scores are in, the Keystone Profile has something like this:

  "current_mythic_rating": {
    "rating": 2220,
    "color": {
      "r": 255,
      "g": 128,
      "b": 0,
      "a": 1
    }
  }

And individual runs something like this:

      "mythic_rating": {
        "rating": 86,
        "color": {
          "r": 30,
          "g": 255,
          "b": 0,
          "a": 1
        }
      }
3 Likes

Looks like it’s working! built it into my app and it works well

is there the possibility of also recovering recent runs?

1 Like

I also wanted a graded API, but I couldn’t find it.

1 Like