v1

latestOpenAPI 3.0.02026-07-133931,7612.0 MB
OW stats

Get stats for OW player on game

Get detailed statistics of a given Overwatch given player for the given game

get/ow/games/{ow_game_id}/players/{player_id_or_slug}/stats

Path parameters

ow_game_idinteger required

An Overwatch game ID

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

Statistics of an Overwatch player by game

activeboolean required

Whether player is active

agenumber nullable required

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 required

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.