Skip to content

Instantly share code, notes, and snippets.

@kas240sx89
Last active April 7, 2023 11:51
Show Gist options
  • Save kas240sx89/765c428e52b0756a827bb4c5579725ae to your computer and use it in GitHub Desktop.
Save kas240sx89/765c428e52b0756a827bb4c5579725ae to your computer and use it in GitHub Desktop.
{
"Name": "Scribejewel",
"UUID": "54a0a1fa-2f64-418a-94cf-85fbe55ea758",
"level": 12,
"elo": 1282,
"elo_aral": 1217,
"elo_earned_season_4": 0,
"elo_earned_season_5": 0,
"elo_ranked": 1268,
"completed": 87,
"completed_ranked": 0,
"karma": 15.375,
"karmaLevel": 1,
"unlocks": [
"*Hero010*",
"*Lance*",
"*Sayoc*",
"Skaarf_Skin_Infinity_T1",
"Ringo_Skin_Shogun_T1",
"*Glaive*",
"*Joule*",
"*Ringo*"
],
"winStreak": 3,
"wins": 51,
"seasonMaxSkillTier": -1,
"last_login": "10/10/16 07:26:57",
"lossStreak": 0,
"l10wins": [
"1",
"1",
"1",
"0",
"1",
"0",
"1",
"0",
"0",
"0"
]
}
@CWentz
Copy link

CWentz commented Dec 7, 2016

	"elo_earned_season_4": 0,
	"elo_earned_season_5": 0,

How will you handle future seasons? Would it be best to just provide an array of all seasons?

@turindev
Copy link

turindev commented Dec 7, 2016

im assuming 'losses=matches-wins' but can this also be given by match type? (Ranked/casual/BR). We could always aggregate that same data from matches themselves, but it is a thought :)

@BrianGLHF
Copy link

Hi gang! Is account creation date something that will be accessible? Might be interesting to use in stats, plus a lot of people would love to be able to show it off on some kind of profile.. or even just be able to know when their account was created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment