Get Stats for A Player

Update Time: 2021-08-10 15:46

Introduction

Get stats for a single player by player_id

Request

  • Path: /esport/csgo/player/stats
  • Method: GET
  • Calls: Unlimited calls for paid plans, 200 calls per day for free trial.
  • Recommend Calls: 1 day/call
  • Parameters:
ParameterValueRequiredDescription
player_id stringtrueUse comma to separate each id if you search more than one playerthe number of searched id should be fewer than 50 at one time

Response

ParameterValueDescription
player_id long
kill_count intTotal kills
death_count intTotal deaths
kill_average doubleKills / round
assist_average doubleAssists / round
death_average doubleDeaths / round
kd_ratio doubleK/D Ratio
damage_average doubleDamage / Round
grenade_damage_average doubleGrenade dmg / Round
saved_by_teammate_average doubleSaved by teammate / round
saved_teammate_average doubleSaved teammates / round
rating double
impact double
kast double

Example Request

Example Response

{}
    Get stats for a single player by player_id

    Get Stats for A PlayeriSportsAPI

    Contact