- 必须先读
- Ajax编程_V7.6大纲配套
- 数据可视化
- Vue基础
- Vue_大事件
- 黑马头条号
- 极客园_PC
- 极客园(黑马头条)_移动端
- 人资项目
- 小兔鲜电商
- 小程序基础
- 小程序项目
- layui_大事件
- 品优购电商后台
- 其他可用接口
获取-文章列表
GET
/mp/v1_0/articles
请求参数
Query 参数
status
string
可选
示例值:
2
channel_id
string
可选
示例值:
2
begin_pubdate
string
可选
end_pubdate
string
可选
page
string
可选
示例值:
1
per_page
string
可选
示例值:
10
response_type
string
可选
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' \
--header 'Authorization: {{HM_ACCESS_TOKEN}}'
返回响应
🟢200成功
application/json
Body
message
string
响应消息
data
object
响应数据
total_count
integer
匹配数据的总数
page
integer
当前页码
per_page
integer
每页数据条数
results
array [object {13}]
文章数据
示例
{
"message": "OK",
"data": {
"total_count": 46182,
"page": 1,
"per_page": 10,
"results": [
{
"id": 1552963209592307700,
"title": "我是文章标题",
"status": 2,
"cover": {
"type": 1,
"images": [
"http://toutiao-img.itheima.net/Fvacd_cr7n-wccSSJYpFpaJUM-7S"
]
},
"pubdate": "2022-07-29 18:24:16"
},
{
"id": 1552963026045370400,
"title": "我是文章标题",
"status": 2,
"cover": {
"type": 1,
"images": [
"http://toutiao-img.itheima.net/Fvacd_cr7n-wccSSJYpFpaJUM-7S"
]
},
"pubdate": "2022-07-29 18:23:33"
},
{
"id": 1552962858545840000,
"title": "我是文章标题",
"status": 2,
"cover": {
"type": 1,
"images": [
"http://toutiao-img.itheima.net/Fvacd_cr7n-wccSSJYpFpaJUM-7S"
]
},
"pubdate": "2022-07-29 18:22:53"
},
{
"id": 1552962451023069200,
"title": "fsdfsdfsdfsd",
"status": 2,
"cover": {
"type": 0,
"images": []
},
"pubdate": "2022-07-29 18:21:16"
},
{
"id": 1552960271826288600,
"title": "我是文章标题",
"status": 2,
"cover": {
"type": 1,
"images": [
"http://toutiao-img.itheima.net/Fvacd_cr7n-wccSSJYpFpaJUM-7S"
]
},
"pubdate": "2022-07-29 18:12:36"
},
{
"id": 1552960032956481500,
"title": "我是文章标题",
"status": 2,
"cover": {
"type": 1,
"images": [
"http://toutiao-img.itheima.net/Fvacd_cr7n-wccSSJYpFpaJUM-7S"
]
},
"pubdate": "2022-07-29 18:11:39"
},
{
"id": 1552957409964589000,
"title": "fsdfsdfsdfsd",
"status": 2,
"cover": {
"type": 0,
"images": []
},
"pubdate": "2022-07-29 18:01:14"
},
{
"id": 1552943203324264400,
"title": "2022年最离奇事件",
"status": 2,
"cover": {
"type": 1,
"images": [
"http://toutiao-img.itheima.net/Fl4q0wshk-qZRpyck7Ve1Oeo_Qm2"
]
},
"pubdate": "2022-07-29 17:04:47"
},
{
"id": 1552942314865819600,
"title": "fsdfsdfsdfsd",
"status": 2,
"cover": {
"type": 0,
"images": []
},
"pubdate": "2022-07-29 17:01:15"
},
{
"id": 1552937294363623400,
"title": "fsdfsdfsdfsd",
"status": 2,
"cover": {
"type": 0,
"images": []
},
"pubdate": "2022-07-29 16:41:18"
}
]
}
}
修改于 2022-07-29 12:57:43