There seems to be something wrong with the API

Правка en1, от 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

Теги codefoces, api

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский zhengru_ioi_team 2025-09-22 15:23:57 1202 Initial revision (published)