oversolver's blog

By oversolver, 4 weeks ago, In English

contest.standings documentation

Currently server returns error response with comment contestId: You have to be authenticated to use this method.

But if I use authorization with secret key it returns another error contestId: Only gym and mashup contests are available to non-admin users in this method.

Is it temporarily blocked or it is bugged?

P. S. Admins, I am not using Carrot! Please bring to live at least method that accepts single handle.

Tags api
  • Vote: I like it
  • +77
  • Vote: I do not like it

»
4 weeks ago, hide # |
 
Vote: I like it +15 Vote: I do not like it

Yeah, can’t even use carrot during contest now :(

»
4 weeks ago, hide # |
 
Vote: I like it +16 Vote: I do not like it

Clist is also not adding newer contests probably because of that. Sad.

»
3 weeks ago, hide # |
 
Vote: I like it +5 Vote: I do not like it

MikeMirzayanov Vladosiya Could you look into this one? Is it a permanent change or are you planning to fix it so it works the way it used to?

»
12 days ago, hide # |
Rev. 3  
Vote: I like it 0 Vote: I do not like it

So description is updated. Method is available with super weird restrictions. I guess just to satisfy carrot users

contest.standings?contestId=2226&participantTypes=OUT_OF_COMPETITION

{
  "status": "FAILED",
  "comment": "contestId: Non-gym contest standings for non-admin users are available only via anonymous GET requests with no extra parameters: https://mirror.codeforces.com/api/contest.standings?contestId=<id>"
}