接口地址:https://api.icofun.cn/api/king.php
返回格式:text/json
请求方式:GET
请求示例:https://api.icofun.cn/api/king.php?hero=妲己&tips=安卓区
请求参数说明:
| 名称 | 必填 | 说明 | |
|---|---|---|---|
| hero | 是 | 需要查询的英雄名 | |
| tips | 是 | 系统分区(安卓/苹果区) | |
| type | 否 | 返回格式,默认json可选text |
返回示例:
{
"code": 1,
"message": "Success/成功/已获取安卓区数据",
"data": {
"安卓-扣扣区": {
"uid": "109",
"name": "妲己",
"alias": "魅力之狐-妲己",
"photo": "https://game.gtimg.cn/images/yxzj/img201606/heroimg/109/109.jpg",
"province": "天津市",
"provincePower": "7023",
"city": "三沙市",
"cityPower": "5436",
"area": "东安区",
"areaPower": "3593",
"guobiao": "10577",
"stamp": "1761773455",
"updatetime": "2025/10/30 05:30:55"
},
"安卓-微信区": {
"uid": "109",
"name": "妲己",
"alias": "魅力之狐-妲己",
"photo": "https://game.gtimg.cn/images/yxzj/img201606/heroimg/109/109.jpg",
"province": "澳门",
"provincePower": "6754",
"city": "金昌市",
"cityPower": "5350",
"area": "朗县",
"areaPower": "2656",
"guobiao": "10480",
"stamp": "1761774947",
"updatetime": "2025/10/30 05:55:47"
}
}
}