Valorant rank info

the game_event in valorant returns rank as a number , how can we decipher it.

info: {
match_info: {
roster_5: ‘{“name”:“name”,“player_id”:“player id”,“character”:“Thorne”,“rank”:7,“locked”:true,“local”:true,“teammate”:true}’
}
},
feature: ‘match_info’
}

this is a sample game event

Hey ezio,
To put it simply the value for an unranked player will be 0, the value for an iron one player will be 3 and the value for radiant player will be 24.
In this image you can every rank in the game with the equivalent GEP rank number in red. (edited)

1 Like

@ezio More details here
I will close this issue

Thanks for reporting

1 Like