iamsmruti / codechef-api-unofficial

This an API which gives contest informations and links to the respective contests. The data is being scraped from the Codechef Website itself. People can

Home Page:https://codechef-unofficial.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codechef-API-Unofficial

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.

API Reference

Get all Contests

  GET /codechef/all

This gives all the contests i.e ongoing, upcoming, practise & past contests

Get all Ongoing Contests

  GET /codechef/ongoing

This gives all the ongoing contests.

Get all Upcoming Contests

  GET /codechef/upcoming

This gives all the uppcoming contests.

Get all Practise Contests

  GET /codechef/practise

This gives all the practise contests.

Get all Past Contests

  GET /codechef/past

This gives all the past contests.

About

This an API which gives contest informations and links to the respective contests. The data is being scraped from the Codechef Website itself. People can

https://codechef-unofficial.onrender.com


Languages

Language:JavaScript 100.0%