ConsoleCatalog
Sign in
CodeChef logo

CodeChef

codechef.comDeveloper Toolsno auth

CodeChef competitive programming - problem statements, test cases, and learning paths.

Contest Problem Details

ASYNCREADNo auth

Returns a problem's statement, constraints, sample test cases, and difficulty for a contest.

ParametersFormJSON

Contest code identifying the practice path or contest (e.g. DIFF500, ARRAYS)

Problem code within the contest (e.g. CWC23QUALIF, LARGESECOND)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_codechef_contest_problem_detail",
    "params": {
      "contest_code": "DIFF500",
      "problem_code": "CWC23QUALIF"
    }
  }'