-
Notifications
You must be signed in to change notification settings - Fork 49
Nishanth Vijayan edited this page Sep 17, 2016
·
1 revision
- 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.
{
"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.
{
"EndTime": "Sat, 17 Sep 2016 21:15",
"Name": "Codeforces Round #372 (Div. 1)",
"Platform": "CODEFORCES",
"url": "http://codeforces.com/contest/715"
}
{
"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!