企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
## 3.16.1 战队统计 GET: ~~~ /api/v1/stats/team/analysis/1/{team_id} ~~~ 接口概述:获取队伍的概况数据 建议频率:每天拉取一次 | 请求参数 | 数据类型 | 是否必填 | 描述 | | --- | --- | --- | --- | | token | string | 是 | 客户密钥 | | team_id | int | 是 | 队伍ID | | series\_id| int | 否 | 赛事ID | |match\_num| int | 是 | 统计场数 | 请求url示例 ~~~ /api/v1/stats/team/analysis/1/1833?match_num=10&token=XXXXX ~~~ 返回格式 ~~~ { "team": { "team_id": 337, //队伍id "metadata": { "id": 337, //队伍id "name": "LNG Esports", //队伍中文名 "abbr": "", //简称 "logo": "https://xxxxx.png", "icon": "https://xxxxx.png" }, "match_win": 5, //胜场 "match_lose": 5, //败场 "match_win_rate": 0.5, //胜率 "race_win": 13, //小局胜场 "race_lose": 14, //小局败场 "race_win_rate": 0.4814815, //小局胜率 "kill": 365, //击杀数 "duration_avg": 1912.2963, //场均时长 "win_duration_avg": 1846.3846, //平均胜利时长 "lose_duration_avg": 1973.5, //平均失败时长 "kill_avg": 13.518518, //场均击杀 "death_avg": 13.148149, //场均死亡 "assist_avg": 32.925926, //场均助攻 "kda_avg": 7.1866584, //场均kda "turret_avg": 6.0740743, //场均推塔 "op_turret_avg": 6, //场均被推塔 "barrack_avg": 0.7037037, //场均水晶 "dragon_avg": 2.0370371, //场均小龙 "roshan_avg": 0.5925926, //场均大龙 "first_blood_rate": 0.4814815, //一血率 "first_turret_rate": 0.5555556, //一塔率 "first_barrack_rate": 0.5185185, //首水晶率 "first_dragon_rate": 0.37037036, //首小龙率 "first_roshan_rate": 0.4074074, //首大龙率 "first_five_kill_rate": 0.5555556, //先五杀率 "first_ten_kill_rate": 0.44444445, //先十杀率 "dragon_control_rate": 0.42635658, //小龙控制率 "roshan_control_rate": 0.44444445, //大龙控制率 "full_bo_rate": 0.7, //局满率 "blue_win_rate": 0.4375, //蓝方胜率 "red_win_rate": 0.54545456, //红方胜率 "bo1_match_win_rate": 0, //BO1胜率 "bo3_match_win_rate": 0.5, //BO3胜率 "bo5_match_win_rate": 0, //BO5胜率 "kill_gt_x_rate": 0.5185185, //击杀数大于26.5 "duration_gt_x_minute_rate": 0.33333334 //时长>33min "rank": "3-4" //排名 }, "players": [ { "player_id": 3699, //选手id "metadata": { "id": 3699, //选手id "name": "Light", //选手中文名 "logo": "https://xxxxx.png", "icon": "https://xxxxx.png", "position": "adc", //选手位置,参见字典 "number": 0 "power_value": 0 //选手战力值 }, "match_win": 11, //胜场 "match_lose": 5, //败场 "match_win_rate": 0.6875, //胜率 "race_win": 25, //小局胜场 "race_lose": 17, //小局败场 "race_win_rate": 0.5952381, //小局胜率 "kill": 221, //击杀数 "death": 57, //死亡数 "assist": 222, "kill_avg": 5.2619047, //场均击杀 "death_avg": 1.3571428, //场均死亡 "assist_avg": 5.285714, //场均助攻 "kda_avg": 8.50754, //场均kda "kill_participation_avg": 0.73467755, //参团率 "gold_per_min": 463.80377, //分均经济 "damage_per_min": 554.903, //分均伤害 "damage_taken_per_min": 309.64496, //分均承伤 "cs_per_min": 9.537285, //分均补刀 "gold_avg": 14759.452, //场均经济 "damage_avg": 17842.762, //场均伤害 "damage_taken_avg": 10187.071, //场均承伤 "cs_avg": 296.4762 //场均补刀 } ], "roles": [ { "role_id": 2907, //所属英雄id "metadata": { "id": 2907, //英雄id "name": "不灭之雷 沃利贝尔", //中文名 "logo": "https://xxxxx.png", "icon": "https://xxxxx.png" }, "win": 5, //胜 "lose": 4, //败场 "win_rate": 0.5555556, //胜率 "pick_count": 9, //出场次数 "pick_rate": 0.33333334, //出场率 "duration_avg": 1849.6666, //场均时长 "kill_avg": 1.8888888, //场均击杀 "death_avg": 2.1111112, //场均死亡 "assist_avg": 7, //场均助攻 "kda_avg": 5.740741, //场均kda "first_blood_rate": 0.6666667, //一血率 "first_turret_rate": 0.33333334, //一塔率 "first_five_kill_rate": 0.5555556, //先五杀率 "first_ten_kill_rate": 0.44444445 //先十杀率 } ] } ~~~ | 返回参数 | 数据类型 | 描述 | 备注 | | --- | --- | --- | --- | | abbr | string | 简称 | \--- | | assist\_avg | int | 场均助攻 | \--- | | barrack\_avg | int | 场均水晶 | \--- | | blue\_win\_rate | int | 蓝方胜率 | \--- | | bo1\_match\_win\_rate | int | BO1胜率 | \--- | | bo3\_match\_win\_rate | int | BO3胜率 | \--- | | bo5\_match\_win\_rate | int | BO5胜率 | \--- | | death\_avg | int | 场均死亡 | \--- | | dragon\_avg | int | 场均小龙 | \--- | | dragon\_control\_rate | int | 小龙控制率 | \--- | | duration\_avg | int | 场均时长 | \--- | | duration\_gt\_x\_minute\_rate | int | 时长>33min | \--- | | rank | string | 排名 | 战队在该赛事的排名 | | first\_barrack\_rate | int | 首水晶率 | \--- | | first\_blood\_rate | int | 一血率 | \--- | | first\_dragon\_rate | int | 首小龙率 | \--- | | first\_five\_kill\_rate | int | 先五杀率 | \--- | | first\_roshan\_rate | int | 首大龙率 | \--- | | first\_ten\_kill\_rate | int | 先十杀率 | \--- | | first\_turret\_rate | int | 一塔率 | \--- | | full\_bo\_rate | int | 局满率 | \--- | | icon | string | icon | \--- | | id | int | id | \--- | | kda\_avg | int | 场均kda | \--- | | kill | int | 击杀数 | \--- | | kill\_avg | int | 场均击杀 | \--- | | kill\_gt\_x\_rate | int | 击杀数大于26.5 | \--- | | logo | string | logo | \--- | | lose | int | 败场 | \--- | | lose\_duration\_avg | int | 平均失败时长 | \--- | | match\_lose | int | 败场 | \--- | | match\_win | int | 胜场 | \--- | | match\_win\_rate | int | 胜率 | \--- | | name | string | 中文名 | \--- | | op\_turret\_avg | int | 场均被推塔 | \--- | | pick\_count | int | 出场次数 | \--- | | pick\_rate | int | 出场率 | \--- | | race\_lose | int | 小局败场 | \--- | | race\_win | int | 小局胜场 | \--- | | race\_win\_rate | int | 小局胜率 | \--- | | red\_win\_rate | int | 红方胜率 | \--- | | role\_id | int | 所属英雄id | \--- | | roshan\_avg | int | 场均大龙 | \--- | | roshan\_control\_rate | int | 大龙控制率 | \--- | | team\_id | int | 队伍id | \--- | | turret\_avg | int | 场均推塔 | \--- | | win | int | 胜 | \--- | | win\_duration\_avg | int | 平均胜利时长 | \--- | | win\_rate | int | 胜率 | \--- |