王者战力

GET
https://api.5k4.cn/api/zl

接口描述

免费查询王者荣耀各英雄最低上榜战力,助力拿标冲排行

请求参数

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: 'https://api.5k4.cn/api/zl?hero=李白&type=iwx'
}

axios(config)
  .then(function (response) {
    console.log(JSON.stringify(response.data))
  })
  .catch(function (error) {
    console.log(error)
  })

返回示例

{
  "code": 200,
  "data": {
    "uid": "131",
    "name": "李白",
    "alias": "青莲剑仙-李白",
    "platform": "安卓-扣扣区",
    "photo": "https://game.gtimg.cn/images/yxzj/img201606/heroimg/131/131.jpg",
    "province": "台湾省",
    "provincePower": "7907",
    "city": "鄂州市",
    "cityPower": "4970",
    "area": "炉霍县",
    "areaPower": "1180",
    "guobiao": "12370",
    "stamp": "1763415292",
    "updatetime": "2025/11/18 05:34:52"
  },
  "message": "获取成功"
}