We unofficially provide API to get information about AtCoder.
- Please don't hit API so often. Please sleep for more than 1 second between accesses.
- We sometimes deprecate old APIs and replace them with new ones. Please carefully watch this repository and update your application to use the latest API.
https://kenkoooo.com/atcoder/atcoder-api/v3/ac_ranking?from=0&to=10
https://kenkoooo.com/atcoder/atcoder-api/v3/user/ac_rank?user=kenkoooo
Deprecated https://kenkoooo.com/atcoder/resources/ac.json This old API will be removed soon. You can see more detail about the plan (#989).
https://kenkoooo.com/atcoder/atcoder-api/v3/rated_point_sum_ranking?from=0&to=10
https://kenkoooo.com/atcoder/atcoder-api/v3/user/rated_point_sum_rank?user=kenkoooo
Deprecated https://kenkoooo.com/atcoder/resources/sums.json This old API will be removed soon. You can see more detail about the plan (#1031).
https://kenkoooo.com/atcoder/atcoder-api/v3/streak_ranking?from=0&to=10
https://kenkoooo.com/atcoder/atcoder-api/v3/user/streak_rank?user=kenkoooo
Deprecated https://kenkoooo.com/atcoder/resources/streaks.json This old API will be removed soon. You can see more detail about the plan (#981).
https://kenkoooo.com/atcoder/atcoder-api/v3/language_list
https://kenkoooo.com/atcoder/atcoder-api/v3/language_ranking?from=0&to=10&language=Rust
https://kenkoooo.com/atcoder/atcoder-api/v3/user/language_rank?user=kenkoooo
Deprecated https://kenkoooo.com/atcoder/resources/lang.json This old API will be removed soon. You can see more detail about the plan (#1002).
Returns a list of submissions of the specified user. You need to specify a time, and up to 500 submissions after the specified time will be returned.
https://kenkoooo.com/atcoder/atcoder-api/v3/user/submissions?user={user_id}&from_second={unix_second}
https://kenkoooo.com/atcoder/atcoder-api/v3/user/submissions?user=chokudai&from_second=1560046356
This API is deprecated. Please use /v3/user/submissions
instead. You can see more detail about the deprecation plan (#961).
https://kenkoooo.com/atcoder/atcoder-api/results?user={user_id}
https://kenkoooo.com/atcoder/atcoder-api/v3/from/{unix_time_second}
/v2/user_info
/atcoder/atcoder-api/info/*
This will be updated once a week.