Skip to content

v2.6.3

Compare
Choose a tag to compare
@Henrik-3 Henrik-3 released this 06 Apr 13:29
· 20 commits to main since this release
ad414e7

Changes

Matches (v3/matches, v2/match and v3/by-puuid/matches)

  • metadata.game_length is now returned in seconds like metadata.game_start to reduce confusion

Fixes

Matches (v3/matches, v2/match and v3/by-puuid/matches)

  • The agent image bust in the player objects now returns a valid image

Matches (v3/matches and v3/by-puuid/matches)

  • The ?map query now correctly returns all matches that were played on the given map in the past games

New fields

MMR-History (both by name and by puuid)

{
    currenttier: number,
    currenttier_patched: string,
    images: {
      small: string,
      large: string,
      triangle_down: string,
      triangle_up: string,
    },
+   match_id: string,
+   map: {
+      name: string,
+      id: string
+    },  
+   season_id: string,
    ranking_in_tier: number,
    mmr_change_to_last_game: number,
    elo: number,
    date: string,
    date_raw: number,
}