Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 1.72 KB

api.md

File metadata and controls

59 lines (47 loc) · 1.72 KB

AtCoder Problems API / Datasets

We unofficially provide API to get information about AtCoder.

Caution

  • 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.

Information API

Contests Information

Problems Information

Detailed Problems Information

Pairs of Contests and Problems

Statistics API

Accepted Count

Rated Point Sum

Longest Streak (JST) Count

Accepted Count for each language

Submission API

User Submissions

Interface

https://kenkoooo.com/atcoder/atcoder-api/results?user={user_id}

Example

Submissions at the time

Interface

https://kenkoooo.com/atcoder/atcoder-api/v3/from/{unix_time_second}

Example

Deprecated

  • /v2/user_info
  • /atcoder/atcoder-api/info/*

Datasets

Submissions

This will be updated once a week.

Estimated Difficulties of the Problems