This API bears the main aim of getting the contest information, which can be used be organised while giving contests.
People can use this API to make useful websites or apps for giving notifications for the contests.
For every contest, we can get Time, duration, contest link.
GET /codechef/allThis gives all the contests i.e ongoing, upcoming, practise & past contests
GET /codechef/ongoingThis gives all the ongoing contests.
GET /codechef/upcomingThis gives all the uppcoming contests.
GET /codechef/practiseThis gives all the practise contests.
GET /codechef/pastThis gives all the past contests.