Fetch rankings for the top bots
GET api.topstats.gg/discord/rankings/bots
Parameters
{ "limit": "<number>" default: 100 | max: 500, "sortBy": "<string>" [ 'monthly_votes_rank', 'total_votes_rank', 'server_count_rank', ], "sortMethod": "<string>" ['asc', 'desc'], "offset": "<number>"}
{ "totalBotCount": 43990, "data": [ { "id": "432610292342587392", "name": "Mudae", "monthly_votes": 2312207, "monthly_votes_rank": 1, "server_count": 3371839, "server_count_rank": 13, "total_votes": 205265098, "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, "monthly_votes_rank_change": 0, "server_count_rank_change": 0, "total_votes_rank_change": 0 }, { "id": "716390085896962058", "name": "Pokétwo", "monthly_votes": 390317, "monthly_votes_rank": 3, "server_count": 1477470, "server_count_rank": 25, "total_votes": 73038392, "total_votes_rank": 4, "monthly_votes_rank_change": 0, "server_count_rank_change": 0, "total_votes_rank_change": 0 }, { "id": "664508672713424926", "name": "PokéMeow", "monthly_votes": 222245, "monthly_votes_rank": 6, "server_count": 498432, "server_count_rank": 62, "total_votes": 37016205, "total_votes_rank": 6, "monthly_votes_rank_change": 0, "server_count_rank_change": 0, "total_votes_rank_change": 0 }, ... more entries ]}
Value | Description | Type |
---|---|---|
id | Discord ID of the bot | string |
name | Discord name of the bot | string |
monthly_votes | Current monthly votes count | number |
server_count | Current server count | number |
total_votes | Current count for all votes | number |
shard_count | Current shard count | number |
monthly_votes_rank | Current monthly votes rank | number |
server_count_rank | Current server count rank | number |
total_votes_rank | Total votes rank | number |
monthly_votes_rank_change | Change in monthly votes rank | number |
server_count_rank_change | Change in server count rank | number |
total_votes_rank_change | Change in total votes rank | number |
shard_count_rank_change | Change in shard count rank | number |