How can I fetch all N top rankings plus their additinal data?
For every user my leaderboard should include the following information :
UserName; DisplayName; Age; Score;
for example:
wieuzwquehqwuzegh; Nick; 28; 10023
I want to get all the top 100 Players and their information in a hopefully simple api-call, should be a basic usecase.
Thank you