Discord
Rankings
Fetch bot rankings
Get the top ranked bots across Discord!
authorization<token>
In: header
Path Parameters
typestring
Value in
"bots"
Query Parameters
limit?number
Default
100
Range
value <= 500
offset?number
Default
0
Range
0 <= value
sortBy?string
Default
"monthly_votes_rank"
Value in
"monthly_votes_rank" | "total_votes_rank" | "server_count_rank"
sortMethod?string
Default
"asc"
Value in
"desc" | "asc"
Response Body
curl -X GET "https://api.topstats.gg/discord/rankings/bots?limit=100&offset=0&sortBy=monthly_votes_rank&sortMethod=desc"
{
"totalBotCount": 43990,
"data": [
{
"id": "432610292342587392",
"name": "Mudae",
"monthly_votes": 2312207,
"monthly_votes_rank": 1,
"server_count": 3371839,
"server_count_rank": 13,
"total_votes": 205265098,
"review_count": 1050,
"total_votes_rank": 1,
"monthly_votes_rank_change": 1,
"server_count_rank_change": 2,
"total_votes_rank_change": 3
},
{
"id": "646937666251915264",
"name": "Karuta",
"monthly_votes": 1350833,
"monthly_votes_rank": 2,
"server_count": 841460,
"server_count_rank": 38,
"total_votes": 97917149,
"total_votes_rank": 2,
"review_count": 1050,
"monthly_votes_rank_change": 0,
"server_count_rank_change": 0,
"total_votes_rank_change": 0
}
]
}