- 必须先读
- Ajax编程_V7.6大纲配套
- 数据可视化
- Vue基础
- Vue_大事件
- 黑马头条号
- 极客园_PC
- 极客园(黑马头条)_移动端
- 人资项目
- 小兔鲜电商
- 小程序基础
- 小程序项目
- layui_大事件
- 品优购电商后台
- 其他可用接口
获取-评论列表
GET
/mp/v1_0/articles
请求参数
Query 参数
page
string
可选
示例值:
1
per_page
string
可选
示例值:
10
response_type
string
必需
示例值:
comment
Header 参数
Authorization
string
必需
示例值:
{{HM_ACCESS_TOKEN}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api-toutiao-web.itheima.net/mp/v1_0/articles?response_type=comment' \
--header 'Authorization: {{HM_ACCESS_TOKEN}}'
返回响应
🟢200成功
application/json
Body
message
string
响应消息
data
object
响应数据
total_count
integer
文章总数
page
integer
当前页
per_page
integer
当前页数据条数
results
array [object {5}]
响应结果
示例
{
"message": "OK",
"data": {
"total_count": 46164,
"page": 1,
"per_page": 10,
"results": [
{
"id": 1553299979722817500,
"title": "fsdfsdfsdfsd",
"comment_status": true,
"total_comment_count": 0,
"fans_comment_count": 0
},
{
"id": 1553294944074989600,
"title": "fsdfsdfsdfsd",
"comment_status": true,
"total_comment_count": 0,
"fans_comment_count": 0
},
{
"id": 1553289912998953000,
"title": "fsdfsdfsdfsd",
"comment_status": true,
"total_comment_count": 0,
"fans_comment_count": 0
},
{
"id": 1553284877871218700,
"title": "fsdfsdfsdfsd",
"comment_status": true,
"total_comment_count": 0,
"fans_comment_count": 0
},
{
"id": 1553279843792060400,
"title": "fsdfsdfsdfsd",
"comment_status": true,
"total_comment_count": 0,
"fans_comment_count": 0
},
{
"id": 1553274814540546000,
"title": "fsdfsdfsdfsd",
"comment_status": true,
"total_comment_count": 0,
"fans_comment_count": 0
},
{
"id": 1553264474448724000,
"title": "fsdfsdfsdfsd",
"comment_status": true,
"total_comment_count": 0,
"fans_comment_count": 0
},
{
"id": 1553259441569136600,
"title": "fsdfsdfsdfsd",
"comment_status": true,
"total_comment_count": 0,
"fans_comment_count": 0
},
{
"id": 1553254411164188700,
"title": "fsdfsdfsdfsd",
"comment_status": true,
"total_comment_count": 0,
"fans_comment_count": 0
},
{
"id": 1553249374820106200,
"title": "fsdfsdfsdfsd",
"comment_status": true,
"total_comment_count": 0,
"fans_comment_count": 0
}
]
}
}
修改于 2022-07-30 09:03:53