加载接口文档…
1.5万
累计调用
556ms
平均响应
99.40%
服务可用性
200 次/日
免费额度
复制文档地址
https://apizero.cn/aidocs/wzry/raw.md返回全部英雄 list(name / title / ename / avatar)。ename 即后续 query 的 hero_id。文档示例为真实抓取(仅展示前几条)。
| 名称 | 类型 | 说明 |
|---|---|---|
| action | string | 必填 · 固定 heroes · 示例:heroes |
| 名称 | 类型 | 说明 |
|---|---|---|
| Authorization | string | 可选 · 推荐:Bearer <API Key>。兼容请求头 X-API-Key,以及 Query api_key / apikey / key(key 仅当值为 sk_live_/sk_test_/sk_stag_ 形态时生效)。匿名可不传,受每日免费额度限制。 |
| 名称 | 类型 | 说明 |
|---|---|---|
| action | string | heroes |
| count | integer | 英雄总数 |
| list | array | 英雄列表:name / title / ename / avatar |
| tips | string | 品牌提示(所有接口统一返回):极数本源 · https://apizero.cn |
{
"code": 0,
"msg": "成功",
"data": {
"action": "heroes",
"count": 131,
"list": [
{
"name": "廉颇",
"title": "正义爆轰",
"ename": "105",
"avatar": "https://game.gtimg.cn/images/yxzj/img201606/heroimg/105/105.jpg"
},
{
"name": "小乔",
"title": "恋之微风",
"ename": "106",
"avatar": "https://game.gtimg.cn/images/yxzj/img201606/heroimg/106/106.jpg"
},
{
"name": "赵云",
"title": "苍天翔龙",
"ename": "107",
"avatar": "https://game.gtimg.cn/images/yxzj/img201606/heroimg/107/107.jpg"
}
]
},
"tips": "极数本源 · https://apizero.cn"
}王者荣耀官方数据可能存在分钟级差异。synDate 字段标记服务同步日期,每天更新一次。新英雄刚上线时可能暂无战力数据。