Skip to content

prakhar-ai/Codeforces-API

Repository files navigation

Codeforces API

An unofficial Codeforces API to fetch contest and problem details. Built using FastAPI. Hosted using Deta at https://4y2rzj.deta.dev/

Response Schema

contest_response:

{
  contest_id: integer,
  contest_name: string,
  contest_link: string,
  problems: list
  [{
    problem_id: string
    contest_id: integer
    name: string
    problem_link: string
  }],
  editorial: string,
  announcement:	string,
}

View the OpenAPI Specification

View Documentation

Releases

No releases published

Packages

No packages published

Languages