- 离线数据接口
- 实时数据接口
- 挑战者杯bp h5 接口
- 挑战者杯字幕用接口
- 夏季赛接口
- 王者公用接口
- 全国大赛字幕接口
- 最佳/MVP选手排名接口
- 高通骁龙权益接口
- 宝可梦接口
- HOK赛事数据接口
- 参数GET
英雄赛季数据
开发中
GET
https://wzry-matchdata.timi-esports.qq.com/inner/smoba/statistics/season/hero
最后修改时间:2022-11-28 06:30:04
责任人:未设置
暂无描述
请求参数
Query 参数
seasonid
string
-
示例值:
KGL2022S2
返回响应
🟢200成功
application/json
Body
result
integer
结果集
data
array [object {25}]
返回数据
MatchCount
integer
出场次数
WinCr
integer
胜率
AVGGameTime
number
平均比赛时间
AVGWinGameTime
integer
平均胜利比赛时间
AVGLoseGameTime
number
平均失败比赛时间
DMGMin
number
分均输出
TDMGMin
number
分均承伤
SeasonID
string
赛季ID
AVGDMGRate
number
平均上海占比
AVGTDMGRate
number
平均承伤占比
AVGGoldRate
number
平均经济占比
AVGDMG
number
场均伤害
AVGTDMG
number
场均承伤
KDA
number
KDA
AVGRedBuff
integer
场均红buff
MaxKill
integer
最高击杀
MaxAssist
integer
最高助攻
HeroID
string
英雄ID
MaxDeath
integer
最高死亡
GoldMin
number
分均经济
AVGAssist
number
场均助攻
AVGBlueBuff
integer
场均蓝buff数
AVGDeath
number
场均死亡
AVGKill
number
场均击杀
HeroName
string
英雄名
示例
{
"result": 0,
"data": [
{
"MatchCount": 2,
"WinCr": 0,
"AVGGameTime": 786.5,
"AVGWinGameTime": 0,
"AVGLoseGameTime": 786.5,
"DMGMin": 3655.4228,
"TDMGMin": 2951.6338,
"SeasonID": "KGL2022S2",
"AVGDMGRate": 0.244,
"AVGTDMGRate": 0.1314,
"AVGGoldRate": 0.2527,
"AVGDMG": 5.8602,
"AVGTDMG": 4.83,
"KDA": 1.2,
"AVGRedBuff": 0,
"MaxKill": 4,
"MaxAssist": 1,
"HeroID": "548",
"MaxDeath": 3,
"GoldMin": 618.7667,
"AVGAssist": 0.5,
"AVGBlueBuff": 0,
"AVGDeath": 2.5,
"AVGKill": 2.5,
"HeroName": "戈娅"
}]
}
🟢200错误
修改于 2022-11-28 06:30:04