知乎日报-短评
开发中
GET
https://news-at.zhihu.com/api/4/story/9766288/short-comments
请求参数
Query 参数
id
integer
可选
示例值:
9766288
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://news-at.zhihu.com/api/4/story/9766288/short-comments'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"comments": [
{
"author": "小安",
"content": "你自己看看自己的这句话科学么?",
"avatar": "https://picx.zhimg.com/d054cd90bd9b16d03d4a985accb0a084_l.jpg?source=8673f162",
"time": 1697159828,
"reply_to": {
"content": "如果真是混沌系统,就应用复杂科学的体系来研究,没有什么是科学不能解释的,只有时代的科学背景或自身的科学素养还没达到的。",
"status": 0,
"id": 34194290,
"author": "郑峥"
},
"id": 34194303,
"likes": 0
},
{
"author": "郑峥",
"content": "如果真是混沌系统,就应用复杂科学的体系来研究,没有什么是科学不能解释的,只有时代的科学背景或自身的科学素养还没达到的。",
"avatar": "https://pica.zhimg.com/v2-1133851cf8c6935e0e8cf848ee4e7e7a_l.jpg?source=8673f162",
"time": 1697157517,
"id": 34194290,
"likes": 1
},
{
"author": "用户6535408007",
"content": "好文章啊。",
"avatar": "https://picx.zhimg.com/v2-1ae5f682bba916af97aaaddbf193a0f6_l.jpg?source=8673f162",
"time": 1697153102,
"id": 34194238,
"likes": 0
}
]
}
修改于 2023-10-13 03:11:58