GET https://deceit-live.baseline.gg/hiscores
type: string (required) Either elo, xp or rep - daily XP or reputation highscores respectively.
https://deceit-live.baseline.gg/hiscores?type=elo
200 (OK): JSON array of objects, each object holds the userId, rank and value of the highscore. Currently returns the top 100.
Example:
[
{
"userId": 3,
"rank": 0,
"value": 79
}
]
400 (Bad Request): JSON object with an error field, usually indicates the type provided was incorrect.