Skip to content

Rank V2

Michal Mikulec edited this page Feb 17, 2022 · 1 revision

class siegeapi.Rank()

Attributes

  • kills int
  • deaths int
  • last_mmr_change int ⇒ Last game outcome. No MMR adjustments
  • prev_rank_mmr int
  • next_rank_mmr int
  • mmr int
  • max_mmr int
  • wins int
  • losses int
  • season int ⇒ Season ID. Which season it is from the start, with Black Ice being 1
  • rank_id int ⇒ You can figure out what rank the ID corresponds to from this file
  • rank str ⇒ E.g.: Platinum 3
  • max_rank_id int ⇒ Same as rank_id but for the highest rank this season
  • max_rank str ⇒ Same as rank but for the highest rank this season
  • region str ⇒ E.g.: 'emea'
  • abandons int
  • skill_mean floatskill_mean × 100 ≈ mmr
  • skill_stdev float ⇒ Represents how certain the game is of the rank/mmr. The more games you play, the smaller it gets.
  • season_name str
  • season_code strY_S_ - E.g.: Y5S2

Methods