Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

Does the CodeForces API support a way to get the number of solved problems?

Revision en1, by Sadek_Mo, 2022-09-27 11:43:57

I am trying to fetch the number of solved problems from CodeForces API, but the manual seems like it doesn't support a way to fetch the number of solved problems. The User object doesn't have a parameter for the numberOfSolvedProblems even though it supports other operations like rating and others. I have tried to look at the Github Repo of cfviz to see how they count the number of solved problems, but the code seemed too hard to me. Can anyone suggest a way to do so? or tell me about another API that supports those methods? Thanks in advance.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Sadek_Mo 2022-09-27 11:43:57 745 Initial revision (published)