Stats Feed API
Stats Feed API
Table of Contents
Queries
teamStatistics
teamGameStatistics
playerStatistics
seriesStatistics
gameStatistics
Objects
AggregateIntStatistic
BooleanOccurrenceStatistic
Character
CharacterOccurrenceStatistic
Cs2PlayerSeriesStatistics
Cs2TeamSeriesStatistics
CsgoPlayerSeriesStatistics
CsgoTeamSeriesStatistics
DefaultGameTeamsStatisticsByGame
DefaultPlayerGameStatistics
DefaultPlayerGameStatisticsByTeam
DefaultPlayerSegmentStatistics
DefaultPlayerSeriesStatistics
DefaultTeamGameStatistics
DefaultTeamSegmentStatistics
DefaultTeamSeriesStatistics
DraftActionStatistics
Draftable
DurationStatistic
GameStatistics
GameStatisticsByGame
GameStatisticsBySeries
GameTeamsStatisticsByGameCs2
GameTeamsStatisticsByGameCsgo
GameTeamsStatisticsByGameDota
GameTeamsStatisticsByGameLol
GameTeamsStatisticsByGameR6
Map
MapOccurrenceStatistic
ObjectiveStatistics
OccurrenceStreakStatistic
PlayerGameStatisticsCs2
PlayerGameStatisticsCsgo
PlayerGameStatisticsDota
PlayerGameStatisticsLol
PlayerGameStatisticsR6
PlayerSegmentStatisticsCs2
PlayerSegmentStatisticsCsgo
PlayerSegmentStatisticsR6
PlayerStatistics
PubgTeamSeriesStatistics
RateStatistic
SegmentStatisticsByGame
SegmentStatisticsBySeries
SeriesStatistics
SeriesStatisticsBySeries
StringOccurrenceStatistic
TeamGameStatisticsCs2
TeamGameStatisticsCsgo
TeamGameStatisticsDota
TeamGameStatisticsLol
TeamGameStatisticsR6
TeamPlayersStatisticsByGame
TeamSegmentStatisticsCs2
TeamSegmentStatisticsCsgo
TeamSegmentStatisticsR6
TeamStatistics
UnitKillStatistic
ValorantPlayerSeriesStatistics
Inputs
BooleanFilter
CharacterFilter
DateTimeFilter
GameOrder
GamePlayerStateFilter
GameSelection
GameStateFilter
GameStatisticsFilter
GameStatisticsTournamentFilter
GameStatisticsVersionFilter
GameTeamStateFilter
IdFilter
MapFilter
ObjectiveFilter
PlayerStatisticsFilter
PlayerStatisticsTournamentFilter
SegmentStateFilter
SeriesStatisticsFilter
SeriesStatisticsTournamentFilter
StringFilter
TeamGameStatisticsTournamentFilter
TeamStatisticsFilter
TeamStatisticsTournamentFilter
TitleVersionFilter
Interfaces
GameTeamsStatisticsByGame
PlayerGameStatistics
PlayerGameStatisticsByTeam
PlayerSegmentStatistics
PlayerSeriesStatistics
TeamGameStatistics
TeamSegmentStatistics
TeamSeriesStatistics
Enums
ErrorDetail
ErrorType
GameOrderField
OrderDirection
TimeRangeFilter
Scalars
Boolean
Duration
Float
ID
Int
String
Queries
teamStatistics
Get aggregated team statistics by query specifications. Returns TeamStatistics!.
Argument
Type
Description
teamId
ID!
The ID of the team.
filter
TeamStatisticsFilter!
Filter specifications.
teamGameStatistics
Get aggregated team game statistics by query specifications. Returns
TeamGameStatistics!.
Argument
Type
Description
teamId
ID!
The ID of the team.
selection
GameSelection
Filter specifications.
playerStatistics
Get aggregated player statistics by query specifications. Returns
PlayerStatistics!.
Argument
Type
Description
playerId
ID!
The ID of the player.
filter
PlayerStatisticsFilter!
Filter specifications.
seriesStatistics
Get aggregated series statistics by query specifications. Returns
SeriesStatistics!.
Argument
Type
Description
titleId
ID!
The ID of the title.
filter
SeriesStatisticsFilter!
Filter specifications.
gameStatistics
Get aggregated game statistics by query specification. Returns GameStatistics!.
Argument
Type
Description
titleId
ID!
The ID of the title.
filter
GameStatisticsFilter!
Filter specifications.
Objects
AggregateIntStatistic
The aggregated numerical statistics.
Field
Type
Description
sum
Int!
The sum of the statistics' all numerical values.
min
Int!
The minimum statistics numerical value.
max
Int!
The maximum statistics numerical value.
avg
Float!
The average statistics numerical value.
ratePerMinute
RateStatistic!
The rate of the statistics' numerical value per minute.
BooleanOccurrenceStatistic
The boolean occurrence statistics.
Field
Type
Description
value
Boolean!
The boolean value to make the calculations for.
count
Int!
The number of occurrences of the value.
percentage
Float!
The percentage of statistics occurrences.
streak
OccurrenceStreakStatistic!
The streak of statistics occurrences.
Character
A game character.
Field
Type
Description
id
ID!
The character ID.
name
String!
The character name.
CharacterOccurrenceStatistic
The aggregation of character occurrences.
Field
Type
Description
character
Character!
The character being aggregated.
count
Int!
The number of character occurrences.
percentage
Float!
The percentage of character occurrences.
Cs2PlayerSeriesStatistics
The CSGO player statistics for aggregated series.
Field
Type
Description
count
Int!
The number of aggregated series.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the player.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the player.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the player.
teamkills
AggregateIntStatistic!
The aggregations of player kills acquired by the player.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kills given by the player.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kills received by the player.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the player.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the player.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the player.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the player.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The player's series' wins statistics.
objectives
[ObjectiveStatistics!]!
The player's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the player first kills.
headshots
AggregateIntStatistic!
The aggregations of headshots acquired by the player.
Cs2TeamSeriesStatistics
The CSGO team statistics for aggregated series.
Field
Type
Description
count
Int!
The number of aggregated series.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the team.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the team.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the team.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the team.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kills given by the team.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kills received by the team.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the team.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the team.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the team.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the team.
score
AggregateIntStatistic!
The aggregations of team's score.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The team's series' wins statistics.
objectives
[ObjectiveStatistics!]!
The team's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the team first kills.
headshots
AggregateIntStatistic!
The aggregations of headshots acquired by the team.
CsgoPlayerSeriesStatistics
The CSGO player statistics for aggregated series.
Field
Type
Description
count
Int!
The number of aggregated series.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the player.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the player.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the player.
teamkills
AggregateIntStatistic!
The aggregations of player kills acquired by the player.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kills given by the player.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kills received by the player.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the player.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the player.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the player.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the player.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The player's series' wins statistics.
objectives
[ObjectiveStatistics!]!
The player's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the player first kills.
headshots
AggregateIntStatistic!
The aggregations of headshots acquired by the player.
CsgoTeamSeriesStatistics
The CSGO team statistics for aggregated series.
Field
Type
Description
count
Int!
The number of aggregated series.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the team.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the team.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the team.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the team.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kills given by the team.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kills received by the team.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the team.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the team.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the team.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the team.
score
AggregateIntStatistic!
The aggregations of team's score.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The team's series' wins statistics.
objectives
[ObjectiveStatistics!]!
The team's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the team first kills.
headshots
AggregateIntStatistic!
The aggregations of headshots acquired by the team.
DefaultGameTeamsStatisticsByGame
The teams statistics for aggregated games.
Field
Type
Description
money
AggregateIntStatistic!
The teams' money aggregates.
inventoryValue
AggregateIntStatistic!
The teams' inventory value aggregates.
netWorth
AggregateIntStatistic!
The teams' net worth aggregates.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the teams.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the teams.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the teams.
teamkills
AggregateIntStatistic!
The aggregations of teams kills acquired by the teams.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the teams.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the teams.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the teams.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the teams.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the teams.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the teams.
score
AggregateIntStatistic!
The aggregations of teams' score.
objectives
[ObjectiveStatistics!]!
The teams' accomplished objectives.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the teams.
players
TeamPlayersStatisticsByGame!
The aggregation of team players statistics.
DefaultPlayerGameStatistics
The player statistics for aggregated games.
Field
Type
Description
count
Int!
The number of aggregated games.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The player's games' wins statistics.
money
AggregateIntStatistic!
The player's money aggregates.
inventoryValue
AggregateIntStatistic!
The player's inventory value aggregates.
netWorth
AggregateIntStatistic!
The player's net worth aggregates.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the player.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the player.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the player.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the player.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the player.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the player.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the player.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the player.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the player.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the player.
objectives
[ObjectiveStatistics!]!
The player's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the player first kills.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the player.
DefaultPlayerGameStatisticsByTeam
The player statistics for aggregated games by team.
Field
Type
Description
characters
[CharacterOccurrenceStatistic!]!
The aggregation of the characters played.
DefaultPlayerSegmentStatistics
The player statistics for aggregated game segments.
Field
Type
Description
type
String!
The type of game segment.
count
Int!
The number of aggregated game segments.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The player's game segments' wins statistics.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the player.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the player.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the player.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the player.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the player.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the player.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the player.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the player.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the player.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the player.
objectives
[ObjectiveStatistics!]!
The player's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the player first kills.
DefaultPlayerSeriesStatistics
The player statistics for aggregated series.
Field
Type
Description
count
Int!
The number of aggregated series.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the player.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the player.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the player.
teamkills
AggregateIntStatistic!
The aggregations of player kills acquired by the player.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the player.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the player.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the player.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the player.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the player.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the player.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The player's series' wins statistics.
objectives
[ObjectiveStatistics!]!
The player's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the player first kills.
DefaultTeamGameStatistics
The team statistics for aggregated games.
Field
Type
Description
count
Int!
The number of aggregated games.
money
AggregateIntStatistic!
The team's money aggregates.
inventoryValue
AggregateIntStatistic!
The team's inventory value aggregates.
netWorth
AggregateIntStatistic!
The team's net worth aggregates.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The team's games' wins statistics.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the team.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the team.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the team.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the team.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the team.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the team.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the team.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the team.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the team.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the team.
score
AggregateIntStatistic!
The aggregations of team's score.
objectives
[ObjectiveStatistics!]!
The team's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the team first kills.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the player.
players
PlayerGameStatisticsByTeam!
The player specific aggregations.
DefaultTeamSegmentStatistics
The team statistics for aggregated game segments.
Field
Type
Description
type
String!
The type of game segment.
count
Int!
The number of aggregated game segments.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The team's game segments' wins statistics.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the team.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the team.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the team.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the team.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the team.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the team.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the team.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the team.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the team.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the team.
objectives
[ObjectiveStatistics!]!
The team's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the team first kills.
wonFirst
[BooleanOccurrenceStatistic!]!
The aggregation of the first segment wins achieved by the team.
DefaultTeamSeriesStatistics
The team statistics for aggregated series.
Field
Type
Description
count
Int!
The number of aggregated series.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the team.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the team.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the team.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the team.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the team.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the team.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the team.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the team.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the team.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the team.
score
AggregateIntStatistic!
The aggregations of team's score.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The team's series' wins statistics.
objectives
[ObjectiveStatistics!]!
The team's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the team first kills.
DraftActionStatistics
Aggregated draft actions statistics.
Field
Type
Description
draftable
Draftable!
Entity being drafted.
type
[StringOccurrenceStatistic!]!
The draftable occurrence statistics.
Draftable
An entity that can be drafted.
Field
Type
Description
id
ID!
GRID ID of the entity.
type
String!
Type of the entity.
name
String!
Name of the entity.
DurationStatistic
Aggregated duration statistics.
Field
Type
Description
sum
Duration!
The total duration.
min
Duration!
The minimum duration.
max
Duration!
The maximum duration.
avg
Duration!
The average duration.
GameStatistics
The aggregated game statistics.
Field
Type
Description
aggregationGameIds
[ID!]!
The IDs of the games used to calculate the statistics.
count
Int!
The number of aggregated games.
games
GameStatisticsByGame!
The statistics for aggregated games.
segments
[SegmentStatisticsByGame!]!
The aggregated segment statistics.
GameStatisticsByGame
The aggregated game statistics.
Field
Type
Description
draftActions
[DraftActionStatistics!]!
The aggregation of draft actions.
teams
GameTeamsStatisticsByGame!
The aggregated team statistics.
duration
DurationStatistic!
The aggregated duration of the games.
map
[MapOccurrenceStatistic!]!
The played map aggregation.
GameStatisticsBySeries
The aggregated game statistics.
Field
Type
Description
count
AggregateIntStatistic!
The number of aggregated games.
draftActions
[DraftActionStatistics!]!
The aggregation of draft actions.
map
[MapOccurrenceStatistic!]!
The played map aggregation.
teams
TeamGameStatistics!
The aggregated team statistics.
duration
DurationStatistic!
The aggregated duration of the games.
GameTeamsStatisticsByGameCs2
The teams statistics for aggregated games.
Field
Type
Description
money
AggregateIntStatistic!
The teams' money aggregates.
inventoryValue
AggregateIntStatistic!
The teams' inventory value aggregates.
netWorth
AggregateIntStatistic!
The teams' net worth aggregates.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the teams.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the teams.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the teams.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the teams.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the teams.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the teams.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the teams.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the teams.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the teams.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the teams.
score
AggregateIntStatistic!
The aggregations of team's score.
objectives
[ObjectiveStatistics!]!
The teams' accomplished objectives.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the teams.
players
TeamPlayersStatisticsByGame!
The aggregation of team players statistics.
damageDealt
AggregateIntStatistic!
The aggregation of the damage dealt by the teams.
GameTeamsStatisticsByGameCsgo
The teams statistics for aggregated games.
Field
Type
Description
money
AggregateIntStatistic!
The teams' money aggregates.
inventoryValue
AggregateIntStatistic!
The teams' inventory value aggregates.
netWorth
AggregateIntStatistic!
The teams' net worth aggregates.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the teams.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the teams.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the teams.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the teams.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the teams.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the teams.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the teams.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the teams.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the teams.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the teams.
score
AggregateIntStatistic!
The aggregations of teams' score.
objectives
[ObjectiveStatistics!]!
The teams' accomplished objectives.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the player.
players
TeamPlayersStatisticsByGame!
The aggregation of team players statistics.
damageDealt
AggregateIntStatistic!
The aggregation of the damage dealt by the teams.
GameTeamsStatisticsByGameDota
The teams statistics for aggregated games.
Field
Type
Description
money
AggregateIntStatistic!
The teams' money aggregates.
inventoryValue
AggregateIntStatistic!
The teams' inventory value aggregates.
netWorth
AggregateIntStatistic!
The teams' net worth aggregates.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the teams.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the teams.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the teams.
teamkills
AggregateIntStatistic!
The aggregations of teams kills acquired by the teams.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the teams.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the teams.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the teams.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the teams.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the teams.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the teams.
score
AggregateIntStatistic!
The aggregations of teams' score.
objectives
[ObjectiveStatistics!]!
The teams' accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the teams first kills.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the player.
players
TeamPlayersStatisticsByGame!
The aggregation of team players statistics.
experiencePoints
AggregateIntStatistic!
The aggregation of experience points earned by the teams.
GameTeamsStatisticsByGameLol
The teams statistics for aggregated games.
Field
Type
Description
money
AggregateIntStatistic!
The teams' money aggregates.
inventoryValue
AggregateIntStatistic!
The teams' inventory value aggregates.
netWorth
AggregateIntStatistic!
The teams' net worth aggregates.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the teams.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the teams.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the teams.
teamkills
AggregateIntStatistic!
The aggregations of teams kills acquired by the teams.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the teams.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the teams.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the teams.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the teams.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the teams.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the teams.
score
AggregateIntStatistic!
The aggregations of teams' score.
objectives
[ObjectiveStatistics!]!
The teams' accomplished objectives.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the player.
players
TeamPlayersStatisticsByGame!
The aggregation of team players statistics.
experiencePoints
AggregateIntStatistic!
The aggregation of experience points earned by the teams.
totalMoneyEarned
AggregateIntStatistic!
The aggregation of money earned by the player.
GameTeamsStatisticsByGameR6
The teams statistics for aggregated games.
Field
Type
Description
money
AggregateIntStatistic!
The teams' money aggregates.
inventoryValue
AggregateIntStatistic!
The teams' inventory value aggregates.
netWorth
AggregateIntStatistic!
The teams' net worth aggregates.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the teams.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the teams.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the teams.
teamkills
AggregateIntStatistic!
The aggregations of teams kills acquired by the teams.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the teams.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the teams.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the teams.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the teams.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the teams.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the teams.
score
AggregateIntStatistic!
The aggregations of teams' score.
objectives
[ObjectiveStatistics!]!
The teams' accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the teams first kills.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the player.
players
TeamPlayersStatisticsByGame!
The aggregation of team players statistics.
damageDealt
AggregateIntStatistic!
The aggregation of the damage dealt by the teams.
healingDealt
AggregateIntStatistic!
The aggregation of the healing dealt by the teams.
healingReceived
AggregateIntStatistic!
The aggregation of the healing received by the teams.
Map
A game Map.
Field
Type
Description
id
ID!
The ID of the map.
name
String!
The name of the map.
MapOccurrenceStatistic
The aggregated statistics of map occurrences.
Field
Type
Description
map
Map!
The map being aggregated.
count
Int!
The count of the map occurrences.
percentage
Float!
The percentage of the map occurrences.
ObjectiveStatistics
The aggregated objective statistics.
Field
Type
Description
type
String!
The objective statistic type.
completionCount
AggregateIntStatistic!
The aggregated numerical statistics.
completedFirst
[BooleanOccurrenceStatistic!]
The aggregated statistics of the first occurrences of the objective.
OccurrenceStreakStatistic
The streak aggregations of occurrences for the value.
Field
Type
Description
min
Int!
The minimum streak value.
max
Int!
The maximum streak value.
current
Int!
The current streak value.
PlayerGameStatisticsCs2
The player statistics for aggregated games.
Field
Type
Description
count
Int!
The number of aggregated games.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The player's games' wins statistics.
money
AggregateIntStatistic!
The player's money aggregates.
inventoryValue
AggregateIntStatistic!
The player's inventory value aggregates.
netWorth
AggregateIntStatistic!
The player's net worth aggregates.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the player.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the player.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the player.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the player.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the player.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the player.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the player.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the player.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the player.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the player.
objectives
[ObjectiveStatistics!]!
The player's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the player first kills.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the player.
damageDealt
AggregateIntStatistic!
The aggregation of the damage dealt by the player.
PlayerGameStatisticsCsgo
The player statistics for aggregated games.
Field
Type
Description
count
Int!
The number of aggregated games.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The player's games' wins statistics.
money
AggregateIntStatistic!
The player's money aggregates.
inventoryValue
AggregateIntStatistic!
The player's inventory value aggregates.
netWorth
AggregateIntStatistic!
The player's net worth aggregates.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the player.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the player.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the player.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the player.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the player.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the player.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the player.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the player.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the player.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the player.
objectives
[ObjectiveStatistics!]!
The player's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the player first kills.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the player.
damageDealt
AggregateIntStatistic!
The aggregation of the damage dealt by the player.
PlayerGameStatisticsDota
The player statistics for aggregated games.
Field
Type
Description
count
Int!
The number of aggregated games.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The player's games' wins statistics.
money
AggregateIntStatistic!
The player's money aggregates.
inventoryValue
AggregateIntStatistic!
The player's inventory value aggregates.
netWorth
AggregateIntStatistic!
The player's net worth aggregates.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the player.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the player.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the player.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the player.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the player.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the player.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the player.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the player.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the player.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the player.
objectives
[ObjectiveStatistics!]!
The player's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the player first kills.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the player.
experiencePoints
AggregateIntStatistic!
The aggregation of experience points earned by the team.
PlayerGameStatisticsLol
The player statistics for aggregated games.
Field
Type
Description
count
Int!
The number of aggregated games.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The player's games' wins statistics.
money
AggregateIntStatistic!
The player's money aggregates.
inventoryValue
AggregateIntStatistic!
The player's inventory value aggregates.
netWorth
AggregateIntStatistic!
The player's net worth aggregates.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the player.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the player.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the player.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the player.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the player.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the player.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the player.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the player.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the player.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the player.
objectives
[ObjectiveStatistics!]!
The player's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the player first kills.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the player.
experiencePoints
AggregateIntStatistic!
The aggregation of experience points earned by the team.
totalMoneyEarned
AggregateIntStatistic!
The aggregation of money earned by the player.
PlayerGameStatisticsR6
The player statistics for aggregated games.
Field
Type
Description
count
Int!
The number of aggregated games.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The player's games' wins statistics.
money
AggregateIntStatistic!
The player's money aggregates.
inventoryValue
AggregateIntStatistic!
The player's inventory value aggregates.
netWorth
AggregateIntStatistic!
The player's net worth aggregates.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the player.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the player.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the player.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the player.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the player.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the player.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the player.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the player.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the player.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the player.
objectives
[ObjectiveStatistics!]!
The player's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the player first kills.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the player.
damageDealt
AggregateIntStatistic!
The aggregation of the damage dealt by the player.
healingDealt
AggregateIntStatistic!
The aggregation of the healing dealt by the player.
healingReceived
AggregateIntStatistic!
The aggregation of the healing received by the player.
PlayerSegmentStatisticsCs2
The player statistics for aggregated game segments.
Field
Type
Description
type
String!
The type of game segment.
count
Int!
The number of aggregated game segments.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The player's game segments' wins statistics.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the player.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the player.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the player.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the player.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the player.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the player.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the player.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the player.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the player.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the player.
objectives
[ObjectiveStatistics!]!
The player's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the player first kills.
damageDealt
AggregateIntStatistic!
The aggregation of the damage dealt by the player.
PlayerSegmentStatisticsCsgo
The player statistics for aggregated game segments.
Field
Type
Description
type
String!
The type of game segment.
count
Int!
The number of aggregated game segments.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The player's game segments' wins statistics.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the player.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the player.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the player.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the player.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the player.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the player.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the player.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the player.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the player.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the player.
objectives
[ObjectiveStatistics!]!
The player's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the player first kills.
damageDealt
AggregateIntStatistic!
The aggregation of the damage dealt by the player.
PlayerSegmentStatisticsR6
The player statistics for aggregated game segments.
Field
Type
Description
type
String!
The type of game segment.
count
Int!
The number of aggregated game segments.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The player's game segments' wins statistics.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the player.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the player.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the player.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the player.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the player.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the player.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the player.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the player.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the player.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the player.
objectives
[ObjectiveStatistics!]!
The player's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the player first kills.
damageDealt
AggregateIntStatistic!
The aggregation of the damage dealt by the player.
healingDealt
AggregateIntStatistic!
The aggregation of the healing dealt by the player.
healingReceived
AggregateIntStatistic!
The aggregation of the healing received by the team.
PlayerStatistics
The aggregated player statistics.
Field
Type
Description
id
ID!
The ID of the player.
aggregationSeriesIds
[ID!]!
The IDs of the series used to calculate the player's statistics.
series
PlayerSeriesStatistics!
The player statistics for series.
game
PlayerGameStatistics!
The player statistics for games.
segment
[PlayerSegmentStatistics!]!
The player statistics for segments.
PubgTeamSeriesStatistics
The PUBG team statistics for aggregated series.
Field
Type
Description
count
Int!
The number of aggregated series.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the team.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the team.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the team.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the team.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kills given by the team.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kills received by the team.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the team.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the team.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the team.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the team.
score
AggregateIntStatistic!
The aggregations of team's score.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The team's series' wins statistics.
objectives
[ObjectiveStatistics!]!
The team's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the team first kills.
headshots
AggregateIntStatistic!
The aggregations of headshots acquired by the team.
RateStatistic
The aggregated rate statistics.
Field
Type
Description
min
Float!
The minimum statistics numerical value.
max
Float!
The maximum statistics numerical value.
avg
Float!
The average statistics numerical value.
SegmentStatisticsByGame
Aggregated segment statistics.
Field
Type
Description
type
String!
The type of game segment.
count
AggregateIntStatistic!
The segment occurrence aggregation.
SegmentStatisticsBySeries
Aggregated segment statistics.
Field
Type
Description
type
String!
The type of game segment.
count
AggregateIntStatistic!
The segment occurrence aggregation.
SeriesStatistics
The aggregated series statistics.
Field
Type
Description
aggregationSeriesIds
[ID!]!
None
count
Int!
The number of aggregated series.
series
SeriesStatisticsBySeries!
The statistics for aggregated series.
games
GameStatisticsBySeries!
The statistics for aggregated games.
segments
[SegmentStatisticsBySeries!]!
The statistics for aggregated segment.
SeriesStatisticsBySeries
The aggregated series statistics.
Field
Type
Description
draftActions
[DraftActionStatistics!]!
The aggregations of draft actions.
StringOccurrenceStatistic
The aggregated statistics of a string data point occurrences.
Field
Type
Description
value
String!
The string being aggregated.
count
Int!
The number of occurrences of the value.
percentage
Float!
The percentage of statistics occurrences.
TeamGameStatisticsCs2
The team statistics for aggregated games.
Field
Type
Description
count
Int!
The number of aggregated games.
money
AggregateIntStatistic!
The team's money aggregates.
inventoryValue
AggregateIntStatistic!
The team's inventory value aggregates.
netWorth
AggregateIntStatistic!
The team's net worth aggregates.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The team's games' wins statistics.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the team.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the team.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the team.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the team.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the team.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the team.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the team.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the team.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the team.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the team.
score
AggregateIntStatistic!
The aggregations of team's score.
objectives
[ObjectiveStatistics!]!
The team's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the team first kills.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the player.
players
PlayerGameStatisticsByTeam!
The player specific aggregations.
damageDealt
AggregateIntStatistic!
The aggregation of the damage dealt by the team.
TeamGameStatisticsCsgo
The team statistics for aggregated games.
Field
Type
Description
count
Int!
The number of aggregated games.
money
AggregateIntStatistic!
The team's money aggregates.
inventoryValue
AggregateIntStatistic!
The team's inventory value aggregates.
netWorth
AggregateIntStatistic!
The team's net worth aggregates.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The team's games' wins statistics.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the team.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the team.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the team.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the team.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the team.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the team.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the team.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the team.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the team.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the team.
score
AggregateIntStatistic!
The aggregations of team's score.
objectives
[ObjectiveStatistics!]!
The team's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the team first kills.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the player.
players
PlayerGameStatisticsByTeam!
The player specific aggregations.
damageDealt
AggregateIntStatistic!
The aggregation of the damage dealt by the team.
TeamGameStatisticsDota
The team statistics for aggregated games.
Field
Type
Description
count
Int!
The number of aggregated games.
money
AggregateIntStatistic!
The team's money aggregates.
inventoryValue
AggregateIntStatistic!
The team's inventory value aggregates.
netWorth
AggregateIntStatistic!
The team's net worth aggregates.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The team's games' wins statistics.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the team.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the team.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the team.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the team.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the team.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the team.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the team.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the team.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the team.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the team.
score
AggregateIntStatistic!
The aggregations of team's score.
objectives
[ObjectiveStatistics!]!
The team's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the team first kills.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the player.
players
PlayerGameStatisticsByTeam!
The player specific aggregations.
experiencePoints
AggregateIntStatistic!
The aggregation of experience points earned by the team.
TeamGameStatisticsLol
The team statistics for aggregated games.
Field
Type
Description
count
Int!
The number of aggregated games.
money
AggregateIntStatistic!
The team's money aggregates.
inventoryValue
AggregateIntStatistic!
The team's inventory value aggregates.
netWorth
AggregateIntStatistic!
The team's net worth aggregates.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The team's games' wins statistics.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the team.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the team.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the team.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the team.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the team.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the team.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the team.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the team.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the team.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the team.
score
AggregateIntStatistic!
The aggregations of team's score.
objectives
[ObjectiveStatistics!]!
The team's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the team first kills.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the player.
players
PlayerGameStatisticsByTeam!
The player specific aggregations.
experiencePoints
AggregateIntStatistic!
The aggregation of experience points earned by the team.
totalMoneyEarned
AggregateIntStatistic!
The aggregation of money earned by the player.
TeamGameStatisticsR6
The team statistics for aggregated games.
Field
Type
Description
count
Int!
The number of aggregated games.
money
AggregateIntStatistic!
The team's money aggregates.
inventoryValue
AggregateIntStatistic!
The team's inventory value aggregates.
netWorth
AggregateIntStatistic!
The team's net worth aggregates.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The team's games' wins statistics.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the team.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the team.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the team.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the team.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the team.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the team.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the team.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the team.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the team.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the team.
score
AggregateIntStatistic!
The aggregations of team's score.
objectives
[ObjectiveStatistics!]!
The team's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the team first kills.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the player.
players
PlayerGameStatisticsByTeam!
The player specific aggregations.
damageDealt
AggregateIntStatistic!
The aggregation of the damage dealt by the team.
healingDealt
AggregateIntStatistic!
The aggregation of the healing dealt by the team.
healingReceived
AggregateIntStatistic!
The aggregation of the healing received by the team.
TeamPlayersStatisticsByGame
The team players statistics for aggregated games.
Field
Type
Description
character
[CharacterOccurrenceStatistic!]!
The aggregation of character occurrences.
TeamSegmentStatisticsCs2
The team statistics for aggregated game segments.
Field
Type
Description
type
String!
The type of game segment.
count
Int!
The number of aggregated game segments.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The team's game segments' wins statistics.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the team.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the team.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the team.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the team.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the team.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the team.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the team.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the team.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the team.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the team.
objectives
[ObjectiveStatistics!]!
The team's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the team first kills.
wonFirst
[BooleanOccurrenceStatistic!]!
The aggregation of the first segment wins achieved by the team.
damageDealt
AggregateIntStatistic!
The aggregation of the damage dealt by the team.
TeamSegmentStatisticsCsgo
The team statistics for aggregated game segments.
Field
Type
Description
type
String!
The type of game segment.
count
Int!
The number of aggregated game segments.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The team's game segments' wins statistics.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the team.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the team.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the team.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the team.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the team.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the team.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the team.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the team.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the team.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the team.
objectives
[ObjectiveStatistics!]!
The team's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the team first kills.
wonFirst
[BooleanOccurrenceStatistic!]!
The aggregation of the first segment wins achieved by the team.
damageDealt
AggregateIntStatistic!
The aggregation of the damage dealt by the team.
TeamSegmentStatisticsR6
The team statistics for aggregated game segments.
Field
Type
Description
type
String!
The type of game segment.
count
Int!
The number of aggregated game segments.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The team's game segments' wins statistics.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the team.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the team.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the team.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the team.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the team.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the team.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the team.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the team.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the team.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the team.
objectives
[ObjectiveStatistics!]!
The team's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the team first kills.
wonFirst
[BooleanOccurrenceStatistic!]!
The aggregation of the first segment wins achieved by the team.
damageDealt
AggregateIntStatistic!
The aggregation of the damage dealt by the team.
healingDealt
AggregateIntStatistic!
The aggregation of the healing dealt by the team.
healingReceived
AggregateIntStatistic!
The aggregation of the healing received by the team.
TeamStatistics
The aggregated team statistics.
Field
Type
Description
id
ID!
The ID of the team.
aggregationSeriesIds
[ID!]!
The IDs of the series used to calculate the team's statistics.
series
TeamSeriesStatistics!
The team statistics for series.
game
TeamGameStatistics!
The team statistics for games.
segment
[TeamSegmentStatistics!]!
The team statistics for segments.
UnitKillStatistic
Unit kill statistics.
Field
Type
Description
unitName
String!
The name of the unit.
count
AggregateIntStatistic!
The aggregation of the number of units killed.
ValorantPlayerSeriesStatistics
The VALORANT player statistics for aggregated series.
Field
Type
Description
count
Int!
The number of aggregated series.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the player.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the player.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the player.
teamkills
AggregateIntStatistic!
The aggregations of player kills acquired by the player.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kills given by the player.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kills received by the player.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the player.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the player.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the player.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the player.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The player's series' wins statistics.
objectives
[ObjectiveStatistics!]!
The player's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the player first kills.
headshots
AggregateIntStatistic!
The aggregations of headshots acquired by the player.
Inputs
BooleanFilter
Boolean filter for true/false fields.
Field
Type
Description
equals
Boolean
Value to look for, can be nullable.
CharacterFilter
Filter by character.
Field
Type
Description
id
IdFilter
Filter by character ID.
name
StringFilter
Filter by character name.
DateTimeFilter
Filter by datetime range.
Field
Type
Description
period
TimeRangeFilter
A predefined period.
GameOrder
A sort specification.
Field
Type
Description
field
GameOrderField!
The field to sort by.
direction
OrderDirection!
The direction of the sort specification.
GamePlayerStateFilter
Filter by game player state.
Field
Type
Description
character
CharacterFilter
Filter by character.
GameSelection
The selection of games played by a team.
Field
Type
Description
filter
GameStateFilter
The game data points filter criteria.
first
Int
The number of games that should be selected.
orderBy
[GameOrder!]
The order the games should be returned.
GameStateFilter
The filter to apply to a game selection.
Field
Type
Description
map
MapFilter
Filter by map.
teams
GameTeamStateFilter
Filter by participating teams.
titleVersion
TitleVersionFilter
Filter by title version.
segments
SegmentStateFilter
Filter by segment state data points.
tournamentIds
IdFilter
Use tournament id instead
tournament
TeamGameStatisticsTournamentFilter
Filter by tournament data points.
timeWindow
TimeRangeFilter
Time range filter for the given period. This can be specified once in filter
hierarchy and is mutually exclusive with tournamentIds filter.
and
[GameStateFilter!]
The list of filters to apply together with the current one by the AND logical
operator.
or
[GameStateFilter!]
The list of filters to apply together with the current one by the OR logical
operator.
GameStatisticsFilter
The game statistics selection filter.
Field
Type
Description
tournament
GameStatisticsTournamentFilter
Filter by tournament data points.
startedAt
DateTimeFilter
Filter by start date.
version
GameStatisticsVersionFilter
Filter by game version.
GameStatisticsTournamentFilter
Filter game statistics by tournament data points.
Field
Type
Description
id
IdFilter
Filter by tournament IDs.
includeChildren
Boolean!
Include child tournaments in the filter.
GameStatisticsVersionFilter
Filter by game version ID.
Field
Type
Description
id
IdFilter
None
GameTeamStateFilter
Filter by team game state.
Field
Type
Description
id
IdFilter
Filter by team ID.
side
StringFilter
Filter by team side.
objectives
ObjectiveFilter
Filter by objective.
players
GamePlayerStateFilter
Filter by player.
firstKill
BooleanFilter
Filter by first kill.
IdFilter
ID filter for entity identifiers.
Field
Type
Description
in
[ID!]
Array of IDs to look for.
MapFilter
Filter by map.
Field
Type
Description
name
StringFilter
Filter by map name.
ObjectiveFilter
Filter by objective.
Field
Type
Description
type
StringFilter
Filter by objective type.
completedFirst
BooleanFilter
Filter by completed first data point.
PlayerStatisticsFilter
The player statistics selection filter.
Field
Type
Description
tournamentIds
IdFilter
Use tournament id instead
tournament
PlayerStatisticsTournamentFilter
Filter by tournament data points.
timeWindow
TimeRangeFilter
Time range filter for given period.
PlayerStatisticsTournamentFilter
Filter team statistics by tournament data points.
Field
Type
Description
id
IdFilter
Filter by tournament IDs.
includeChildren
Boolean!
Include child tournaments in the filter.
SegmentStateFilter
Filter by segment state data points.
Field
Type
Description
type
StringFilter
Filter by segment type.
wonFirst
BooleanFilter
Filter by won first data point.
SeriesStatisticsFilter
The series statistics selection filter.
Field
Type
Description
tournament
SeriesStatisticsTournamentFilter
Filter by tournament data points.
startedAt
DateTimeFilter
Filter by start date.
SeriesStatisticsTournamentFilter
Filter series statistics by tournament data points.
Field
Type
Description
id
IdFilter
Filter by tournament IDs.
includeChildren
Boolean!
Include child tournaments in the filter.
StringFilter
String filter for character-based fields.
Field
Type
Description
contains
String
Case-insensitive string filter to match field containing it.
equals
String
Case-insensitive string filter to match field exactly it.
TeamGameStatisticsTournamentFilter
Filter team game statistics by tournament data points.
Field
Type
Description
id
IdFilter
Filter by tournament IDs.
includeChildren
Boolean!
Include child tournaments in the filter.
TeamStatisticsFilter
The team statistics selection filter.
Field
Type
Description
tournamentIds
IdFilter
Use tournament id instead
tournament
TeamStatisticsTournamentFilter
Filter by tournament data points.
timeWindow
TimeRangeFilter
Time range filter for given period.
TeamStatisticsTournamentFilter
Filter team statistics by tournament data points.
Field
Type
Description
id
IdFilter
Filter by tournament IDs.
includeChildren
Boolean!
Include child tournaments in the filter.
TitleVersionFilter
Filter by title version.
Field
Type
Description
name
StringFilter
Filter by title version name.
Interfaces
GameTeamsStatisticsByGame
The teams statistics for aggregated games.
Field
Type
Description
money
AggregateIntStatistic!
The teams' money aggregates.
inventoryValue
AggregateIntStatistic!
The teams' inventory value aggregates.
netWorth
AggregateIntStatistic!
The teams' net worth aggregates.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the teams.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the teams.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the teams.
teamkills
AggregateIntStatistic!
The aggregations of teams kills acquired by the teams.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the teams.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the teams.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the teams.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the teams.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the teams.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the teams.
score
AggregateIntStatistic!
The aggregations of teams' score.
objectives
[ObjectiveStatistics!]!
The teams' accomplished objectives.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the player.
players
TeamPlayersStatisticsByGame!
The aggregation of team players statistics.
PlayerGameStatistics
The player statistics for aggregated games.
Field
Type
Description
count
Int!
The number of aggregated games.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The player's games' wins statistics.
money
AggregateIntStatistic!
The player's money aggregates.
inventoryValue
AggregateIntStatistic!
The player's inventory value aggregates.
netWorth
AggregateIntStatistic!
The player's net worth aggregates.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the player.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the player.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the player.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the player.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the player.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the player.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the player.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the player.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the player.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the player.
objectives
[ObjectiveStatistics!]!
The player's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the player first kills.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the player.
PlayerGameStatisticsByTeam
The player statistics for aggregated games by team.
Field
Type
Description
characters
[CharacterOccurrenceStatistic!]!
The aggregation of the characters played.
PlayerSegmentStatistics
The player statistics for aggregated game segments.
Field
Type
Description
type
String!
The type of game segment.
count
Int!
The number of aggregated game segments.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The player's game segments' wins statistics.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the player.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the player.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the player.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the player.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the player.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the player.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the player.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the player.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the player.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the player.
objectives
[ObjectiveStatistics!]!
The player's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the player first kills.
PlayerSeriesStatistics
The team statistics for aggregated series.
Field
Type
Description
count
Int!
The number of aggregated series.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the player.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the player.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the player.
teamkills
AggregateIntStatistic!
The aggregations of player kills acquired by the player.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kills given by the player.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kills received by the player.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the player.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the player.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the player.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the player.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The player's series' wins statistics.
objectives
[ObjectiveStatistics!]!
The player's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the player first kills.
TeamGameStatistics
The team statistics for aggregated games.
Field
Type
Description
count
Int!
The number of aggregated games.
money
AggregateIntStatistic!
The team's money aggregates.
inventoryValue
AggregateIntStatistic!
The team's inventory value aggregates.
netWorth
AggregateIntStatistic!
The team's net worth aggregates.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The team's games' wins statistics.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the team.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the team.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the team.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the team.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the team.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the team.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the team.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the team.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the team.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the team.
score
AggregateIntStatistic!
The aggregations of team's score.
objectives
[ObjectiveStatistics!]!
The team's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the team first kills.
unitKills
[UnitKillStatistic!]!
The aggregation of the unit kills by the player.
players
PlayerGameStatisticsByTeam!
The player specific aggregations.
TeamSegmentStatistics
The team statistics for aggregated game segments.
Field
Type
Description
type
String!
The type of game segment.
count
Int!
The number of aggregated game segments.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The team's game segments' wins statistics.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the team.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the team.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the team.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the team.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kill assists given by the team.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kill assists received by the team.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the team.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the team.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the team.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the team.
objectives
[ObjectiveStatistics!]!
The team's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the team first kills.
wonFirst
[BooleanOccurrenceStatistic!]!
The aggregation of the first segment wins achieved by the team.
TeamSeriesStatistics
The team statistics for aggregated series.
Field
Type
Description
count
Int!
The number of aggregated series.
kills
AggregateIntStatistic!
The aggregations of kills acquired by the team.
killAssistsGiven
AggregateIntStatistic!
The aggregations of enemy kills given by the team.
killAssistsReceived
AggregateIntStatistic!
The aggregations of enemy kills received by the team.
teamkills
AggregateIntStatistic!
The aggregations of team kills acquired by the team.
teamkillAssistsGiven
AggregateIntStatistic!
The aggregations of allied kills given by the team.
teamkillAssistsReceived
AggregateIntStatistic!
The aggregations of allied kills received by the team.
selfkills
AggregateIntStatistic!
The aggregations of self kills committed by the team.
deaths
AggregateIntStatistic!
The aggregations of deaths committed by the team.
structuresDestroyed
AggregateIntStatistic!
The aggregations of structures destroyed by the team.
structuresCaptured
AggregateIntStatistic!
The aggregations of structures captured by the team.
score
AggregateIntStatistic!
The aggregations of team's score.
wins
[BooleanOccurrenceStatistic]!
Use won instead
won
[BooleanOccurrenceStatistic]!
The team's series' wins statistics.
objectives
[ObjectiveStatistics!]!
The team's accomplished objectives.
firstKill
[BooleanOccurrenceStatistic!]!
The aggregation of the team first kills.
Enums
ErrorDetail
Field
Description
UNKNOWN
Unknown error. This error should only be returned when no other error detail
applies. If a client sees an unknown errorDetail, it will be interpreted as
UNKNOWN. HTTP Mapping: 500 Internal Server Error
FIELD_NOT_FOUND
The requested field is not found in the schema. This differs from
INVALID_CURSOR
The provided cursor is not valid. The most common usage for this error is when a
client is paginating through a list that uses stateful cursors. In that case, the
provided cursor may be expired. HTTP Mapping: 404 Not Found Error Type: NOT_FOUND
UNIMPLEMENTED
The operation is not implemented or is not currently supported/enabled. HTTP
Mapping: 501 Not Implemented Error Type: BAD_REQUEST
INVALID_ARGUMENT
The client specified an invalid argument. Note that this differs from
DEADLINE_EXCEEDED
The deadline expired before the operation could complete. For operations that
change the state of the system, this error may be returned even if the operation
has completed successfully. For example, a successful response from a server could
have been delayed long enough for the deadline to expire. HTTP Mapping: 504 Gateway
Timeout Error Type: UNAVAILABLE
SERVICE_ERROR
Service Error. There is a problem with an upstream service. This may be returned if
a gateway receives an unknown error from a service or if a service is unreachable.
If a request times out which waiting on a response from a service,
THROTTLED_CPU
Request throttled based on server CPU limits HTTP Mapping: 503 Unavailable. Error
Type: UNAVAILABLE
THROTTLED_CONCURRENCY
Request throttled based on server concurrency limits. HTTP Mapping: 503 Unavailable
Error Type: UNAVAILABLE
ENHANCE_YOUR_CALM
The server detected that the client is exhibiting a behavior that might be
generating excessive load. HTTP Mapping: 429 Too Many Requests or 420 Enhance Your
Calm Error Type: UNAVAILABLE
TCP_FAILURE
Request failed due to network errors. HTTP Mapping: 503 Unavailable Error Type:
UNAVAILABLE
MISSING_RESOURCE
Unable to perform operation because a required resource is missing. Example: Client
is attempting to refresh a list, but the specified list is expired. This requires
an action by the client to get a new list. If the user is simply trying GET a
resource that is not found, use the NOT_FOUND error type.
FAILED_PRECONDITION.MISSING_RESOURCE is to be used particularly when the user is
performing an operation that requires a particular resource to exist. HTTP Mapping:
400 Bad Request or 500 Internal Server Error Error Type: FAILED_PRECONDITION
ErrorType
Field
Description
UNKNOWN
Unknown error. For example, this error may be returned when an error code received
from another address space belongs to an error space that is not known in this
address space. Also errors raised by APIs that do not return enough error
information may be converted to this error. If a client sees an unknown errorType,
it will be interpreted as UNKNOWN. Unknown errors MUST NOT trigger any special
behavior. These MAY be treated by an implementation as being equivalent to
INTERNAL. When possible, a more specific error should be provided. HTTP Mapping:
520 Unknown Error
INTERNAL
Internal error. An unexpected internal error was encountered. This means that some
invariants expected by the underlying system have been broken. This error code is
reserved for serious errors. HTTP Mapping: 500 Internal Server Error
NOT_FOUND
The requested entity was not found. This could apply to a resource that has never
existed (e.g. bad resource id), or a resource that no longer exists (e.g. cache
expired.) Note to server developers: if a request is denied for an entire class of
users, such as gradual feature rollout or undocumented allowlist,
UNAUTHENTICATED
The request does not have valid authentication credentials. This is intended to be
returned only for routes that require authentication. HTTP Mapping: 401
Unauthorized
PERMISSION_DENIED
The caller does not have permission to execute the specified operation.
BAD_REQUEST
Bad Request. There is a problem with the request. Retrying the same request is not
likely to succeed. An example would be a query or argument that cannot be
deserialized. HTTP Mapping: 400 Bad Request
UNAVAILABLE
Currently Unavailable. The service is currently unavailable. This is most likely a
transient condition, which can be corrected by retrying with a backoff. HTTP
Mapping: 503 Unavailable
FAILED_PRECONDITION
The operation was rejected because the system is not in a state required for the
operation's execution. For example, the directory to be deleted is non-empty, an
rmdir operation is applied to a non-directory, etc. Service implementers can use
the following guidelines to decide between
GameOrderField
Fields to sort by.
Field
Description
STARTED_AT
-
OrderDirection
Sort direction.
Field
Description
ASC
-
DESC
-
TimeRangeFilter
The predefined periods for time ranged statistics aggregations.
Field
Description
LAST_WEEK
Last week period.
LAST_MONTH
Last month period.
LAST_3_MONTHS
Last three months period.
LAST_6_MONTHS
Last six months period.
LAST_YEAR
Last year period.
Scalars
Boolean
The Boolean scalar type represents true or false.
Duration
Float
The Float scalar type represents signed double-precision fractional values as
specified by IEEE 754.
ID
The ID scalar type represents a unique identifier, often used to refetch an object
or as key for a cache. The ID type appears in a JSON response as a String; however,
it is not intended to be human-readable. When expected as an input type, any string
(such as "4") or integer (such as 4) input value will be accepted as an ID.
Int
The Int scalar type represents non-fractional signed whole numeric values. Int can
represent values between -(2^31) and 2^31 - 1.
String
The String scalar type represents textual data, represented as UTF-8 character
sequences. The String type is most often used by GraphQL to represent free-form
human-readable text.