电子竞技新闻资讯接口新闻类接口功能扩展,混合全频道数据使用综合新闻接口、按频道分类输出使用分类新闻接口。本接口仅限用于内部数据分析和机器学习,不得用于终端展示。
接口地址: https://whyta.cn/api/tx/esports
返回格式: JSON
请求方式: GET
请求示例:https://whyta.cn/api/tx/esports?key=你的APIKEY&num=10
接口备注:4
参数 | 类型 | 必填 | 示例值 | 说明 |
---|---|---|---|---|
key | string | 是 | 你的APIKEY | |
num | int | 是 | 10 | 返回数量1-50,默认10 |
page | int | 否 | 1 | 翻页 |
rand | int | 否 | 1 | 随机获取 |
word | string | 否 | 王者 | 检索关键词 |
参数 | 类型 | 示例 | 说明 |
---|---|---|---|
curpage | int | 1 | 当前页 |
allnum | int | 625 | 结果数 |
id | string | 62ac899e8fcf654a74479b4239b4651f | 新闻唯一ID |
ctime | Date | 2015-07-17 | 发布时间 |
title | string | 文章的标题 | 文章标题 |
description | string | 文章的描述 | 文章描述 |
source | string | 文章来源 | 文章来源 |
picUrl | string | https://www.xxx/static/img/logo.png | 封面图片 |
url | string | https://www.xxx/article/154 文章地址 |
{
"code": 200,
"msg": "success",
"result": {
"curpage": 1,
"allnum": 500,
"list": [
{
"id": "e0b9638ae82dae48ef286d14dfb6c4d7",
"ctime": "2021-03-18 16:35",
"title": "《Apex英雄》封禁700多个高段位开挂者隔热板Bug目前正在修复",
"description": "在对抗作弊和开挂的永无止境的战争中,重生娱乐采取了又一轮措施,其最新一轮封禁已经奏效。继去年11月419名顶级分段的《Apex英雄》玩...",
"source": "新浪电竞",
"picUrl": "//n.sinaimg.cn/games/639/w400h239/20210318/c25b-kmkptxe6554750.jpg",
"url": "//dj.sina.com.cn/article/kknscsi7936390.shtml"
},
{
"id": "a8aa36675df83fee7b43c4730515754d",
"ctime": "2021-03-18 16:35",
"title": "2021LCK春季赛季后赛晋级形势:T1惊险晋级",
"description": "2021年LCK春季常规赛的赛程已经进入尾声,对于正在冲击季后赛的队伍来说只剩最后两周的时间。今年LCK赛区完成了联盟化改革,首次将季...",
"source": "新浪电竞",
"picUrl": "//n.sinaimg.cn/games/639/w400h239/20210318/65f4-kmkptxe6613024.jpg",
"url": "//dj.sina.com.cn/article/kknscsi7939778.shtml"
},
{
"id": "49714f4a573af0de61b94923f29c5302",
"ctime": "2021-03-18 16:35",
"title": "ENCE、G2锁定出线Vitality需险中求生",
"description": "ESLProLeagueS13的小组赛正在如火如荼的进行,目前B组还有最后一轮比赛,比赛将于3月19日的凌晨2点钟开赛三场同开。",
"source": "新浪电竞",
"picUrl": "//n.sinaimg.cn/games/639/w400h239/20210312/0d54-kmeeiut0904585.jpg",
"url": "//dj.sina.com.cn/article/kknscsi7942016.shtml"
}
]
}
}