AtCoder
community日本の競技プログラミングプラットフォーム。定期コンテスト、問題、レーティングシステム。
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://kenkoooo.com/atcoder/resources/contests.jsonGet contest list
Returns
contests[] with id, start_epoch_second, duration_second, title, rate_changeGET
https://kenkoooo.com/atcoder/resources/problems.jsonGet problem list
Returns
problems[] with id, contest_id, problem_index, name, titleGET
https://kenkoooo.com/atcoder/atcoder-api/v3/user/submissionsGet user submissions
Parameters
userusername (stringrequiredfrom_secondunix timestamp (integeroptionalReturns
submissions[] with id, epoch_second, problem_id, contest_id, user_id, language, point, length, result, execution_time