-
Is there some site where someone can see all user data statistics from Codewars, i.e. the amount of users per kyu rank, total users, (daily) active users, etc. that goes beyond only the top 500 users found here: https://www.codewars.com/users/leaderboard/ranks ? I would love to see how many users are in my kyu group, understand what it will take me to reach the top 500 charts, etc. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Some information about specific users can be found with this API endpoint: Some information about your possibilities of ranking up can be found using Codewars Discord bot and its There is no place to find aggregated stats of users other than top 500 leaderboards. |
Beta Was this translation helpful? Give feedback.
Some information about specific users can be found with this API endpoint:
https://www.codewars.com/api/v1/users/{user}
Some information about your possibilities of ranking up can be found using Codewars Discord bot and its
/rankup
command.There is no place to find aggregated stats of users other than top 500 leaderboards.