Is it possible to get the country leaderboard position of a score in addition to the global leaderboard position? The API has the endpoint
And does this value mean the position of the score on the country leaderboard or is it the country rank of the user who set the score?
/beatmaps/{beatmap}/scores/users/{user}which returns the position and a Score object which has an additional parameter rank_country. How could I access this value using this endpoint or the
/scores/{mode}/{score}endpoint?
And does this value mean the position of the score on the country leaderboard or is it the country rank of the user who set the score?