oversolver's blog

By oversolver, 5 months 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

»
5 months ago, hide # |
 
Vote: I like it +15 Vote: I do not like it

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

»
4 months 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.

»
4 months 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?

»
4 months 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://codeforces.me/api/contest.standings?contestId=<id>"
}