Giter Site home page Giter Site logo

arnoob16 / cpapi Goto Github PK

View Code? Open in Web Editor NEW
13.0 1.0 3.0 36 KB

A Flask API that gives updates about the upcoming contests on various Coding Platforms.

Home Page: https://cp-api.arnoob16.vercel.app/

Python 100.00%
api api-wrapper competitive-programming competitive-programming-contests competitive-coding competitiveprogramming competitive-programming-reference contest contest-programming contests data-structures dsa dsa-algorithm dsalgo

cpapi's Introduction

Competitive Programming Contests API

An API built to give you updates about the upcoming contests on various Competitive Coding platforms.


Coding Platforms Supported

More platforms will soon be supported.

How to use this API?

  • Send a GET request to https://cp-api.arnoob16.vercel.app/ URL.
  • Response received is an Array of Contest Objects
  • Each contest object has 4 parameters,
    • platform => The coding platform that is hosting the contest.
    • contestName => The name of the contest.
    • contestLink => URL of the contest.
    • startTime => The starting timestamp of the contest.
    • contestDuration => The duration of the contest.
{
  "contests": [
    {
      "platform": "CodeChef",
      "contestName": "CP in 7 days",
      "contestLink": "https://www.codechef.com/CP7D2021?itm_campaign=contest_listing",
      "startTime": "2021-02-03T16:30:00+0530",
      "contestDuration": "02:30 hours."
    },
    {
      "platform": "CodeChef",
      "contestName": "February Challenge 2021",
      "contestLink": "https://www.codechef.com/FEB21?itm_campaign=contest_listing",
      "startTime": "2021-02-05T15:00:00+0530",
      "contestDuration": "10 Days"
    }
    ]
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.