接口地址: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": "7925", "city": "吐鲁番市", "cityPower": "5591", "area": "博湖县", "areaPower": "3684", "guobiao": "12969", "stamp": "1757712655", "updatetime": "2025/09/13 05:30:55" }, "安卓-微信区": { "uid": "109", "name": "妲己", "alias": "魅力之狐-妲己", "photo": "https://game.gtimg.cn/images/yxzj/img201606/heroimg/109/109.jpg", "province": "澳门", "provincePower": "7606", "city": "黄山市", "cityPower": "5460", "area": "炉霍县", "areaPower": "2617", "guobiao": "12322", "stamp": "1757714157", "updatetime": "2025/09/13 05:55:57" } } }