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/all
This gives all the contests i.e ongoing, upcoming, practise & past contests
GET /codechef/ongoing
This gives all the ongoing contests.
GET /codechef/upcoming
This gives all the uppcoming contests.
GET /codechef/practise
This gives all the practise contests.
GET /codechef/past
This gives all the past contests.