There seems to be something wrong with the API

Revision en1, by zhengru_ioi_team, 2025-09-22 15:23:57

Hi, MikeMirzayanov!

It seems the return value of blogEntry.view doesn't match the intro According to the api help here, the return value of "blogEntry.view" is "a BlogEntry object in full version."

According to the api help here, the "BlogEntry" object contains the field "content".

However, when I made a request to the URL https://mirror.codeforces.com/api/blogEntry.view?blogEntryId=95393, I see that the return value is actually:

Returned JSON

Which doesn't contain the "content" field at all.

P.S. If I'm wrong, please tell me

Tags codefoces, api

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English zhengru_ioi_team 2025-09-22 15:23:57 1202 Initial revision (published)