v1

latestOpenAPI 3.0.02026-07-133931,7612.0 MB
Dota2 games

List finished games for a given team

List finished games for a given Dota 2 team

get/dota2/teams/{team_id_or_slug}/games

Path parameters

integer required

The ID of the team.

OR
string required

A team ID or slug

Query parameters

integer
OR

Pagination in the form of page=2 or page[size]=30&page[number]=2

per_pageinteger

Equivalent to page[size]

Response

A list of Dota2 games

begin_atstring date-time nullable required

The game begin time, UTC. null when the game status is not_started

completeboolean required

Whether When true, the game statistics are complete and will not be updated again

detailed_statsboolean required

Whether historical data is available for the game

end_atstring date-time nullable required

The game end time, UTC. null when the game status is not finished

finishedboolean required

Whether the game is finished

first_bloodinteger nullable required
forfeitboolean required

Whether the game has been forfeited

idinteger required
lengthinteger nullable required

Duration of the game in seconds. null when the game status is not finished

match_idinteger required
positioninteger required

Game position in the match. Starts at 1

status'finished' | 'not_played' | 'not_started' | 'running' required

The game status

winner_type'Player' | 'Team' nullable required