Skip to content
Nishanth Vijayan edited this page Sep 17, 2016 · 1 revision

Note

  • All the time entries follow Indian Standard Time (UTC +5:30)
  • There are plans to update and make the API more consistent.The current code is a mess. 😔
  • Feel free to use this API in your personal projects but make sure that you hit it at a reasonable rate.Also, if you plan to host that project on GitHub, it'd be cool if you mention this project in your README.

Response

{
"result": {
    "ongoing": [],
    "upcoming": [],
    "timestamp": "Sat, 17 Sep 2016 20:42:55"
 }
}

ongoing is an array of ongoing contests.
upcoming is an array of upcoming contests.
timestamp gives the time at which the data was fetched from the different sources.

Ongoing Contest Example

      {
        "EndTime": "Sat, 17 Sep 2016 21:15", 
        "Name": "Codeforces Round #372 (Div. 1)", 
        "Platform": "CODEFORCES", 
        "url": "http://codeforces.com/contest/715"
      }

Upcoming Contest Example

      {
        "Duration": "3h", 
        "EndTime": "Sat, 24 Sep 2016 22:30", 
        "Name": "September Lunchtime 2016", 
        "Platform": "CODECHEF", 
        "StartTime": "Sat, 24 Sep 2016 19:30", 
        "url": "http://www.codechef.com/LTIME40"
      }

Thank you!

Clone this wiki locally