v1

latestOpenAPI 3.0.02026-07-133931,7612.0 MB
Players

Get a player

Get a single player by ID or by slug

get/players/{player_id_or_slug}

Path parameters

integer required

ID of the player

OR
string required

Unique, human-readable identifier for the player. id and slug can be used interchangeably throughout the API.

A player ID or slug

Response

A player

activeboolean required

Whether player is active

agenumber nullable

Age of the player, null if unknown. When birthday is null, age is an approxiamation. Read more about players' age Note: This field is only present for users running the Historical plan or above.

birthdaystring nullable

Birth day of the player, YYYY-MM-DD format. null if unknown. Note: This field is only present for users running the Historical plan or above.

current_videogameobject ([object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object]) nullable required
first_namestring nullable required

First name of the player. null if unknown

idinteger required

ID of the player

image_urlstring uri nullable required

URL to the photo of the player. null if not available.

last_namestring nullable required

Last name of the player. null if unknown

modified_atstring date-time required
namestring required

Professional name of the player

nationalitystring nullable required

Country code matching the nationality of the player according to the ISO 3166-1 standard (Alpha-2 code). In addition to the standard, the XK code is used for Kosovo. null if unknown

rolestring nullable required

Role/position of the player. Field value varies depending on the video game.null if unknown. Note: role is only available for DotA 2, League of Legends, and Overwatch players. null for other video games.

slugstring nullable required

Unique, human-readable identifier for the player. id and slug can be used interchangeably throughout the API.