Skip to main content

PandascoreClient TypeScript SDK 1.0.0

Welcome to the PandascoreClient SDK documentation. This guide will help you get started with integrating and using the PandascoreClient SDK in your project.

Versions

  • API version: 2.53.0
  • SDK version: 1.0.0

About the API

The PandaScore API offers real-time data, statistics, and odds for esports competitions, providing comprehensive information for developers building esports-related applications.

Table of Contents

Setup & Configuration

Supported Language Versions

This SDK is compatible with the following versions: TypeScript >= 4.8.4

Installation

To get started with the SDK, we recommend installing using npm:

npm install pandascore_client

Authentication

Access Token Authentication

The PandascoreClient API uses an Access Token for authentication.

This token must be provided to authenticate your requests to the API.

Setting the Access Token

When you initialize the SDK, you can set the access token as follows:

const sdk = new PandascoreClient({ token: 'YOUR_TOKEN' });

If you need to set or update the access token after initializing the SDK, you can use:

const sdk = new PandascoreClient();
sdk.token = 'YOUR_TOKEN';

Setting a Custom Timeout

You can set a custom timeout for the SDK's HTTP requests as follows:

const pandascoreClient = new PandascoreClient({ timeout: 10000 });

Services

The SDK provides various services to interact with the API.

Below is a list of all available services with links to their detailed documentation:
Name
IncidentsService
CodmwLeaguesService
CodmwMatchesService
CodmwPlayersService
CodmwSeriesService
CodmwTeamsService
CodmwTournamentsService
CounterStrikeGamesService
CounterStrikeLeaguesService
CounterStrikeMapsService
CounterStrikeMatchesService
CounterStrikeStatsService
CounterStrikePlayersService
CounterStrikeSeriesService
CounterStrikeTeamsService
CounterStrikeTournamentsService
CounterStrikeWeaponsService
Dota2AbilitiesService
Dota2GamesService
Dota2HeroesService
Dota2ItemsService
Dota2LeaguesService
Dota2MatchesService
Dota2StatsService
Dota2PlayersService
Dota2SeriesService
Dota2TeamsService
Dota2TournamentsService
EaSportsFcLeaguesService
EaSportsFcMatchesService
EaSportsFcPlayersService
EaSportsFcSeriesService
EaSportsFcTeamsService
EaSportsFcTournamentsService
KogLeaguesService
KogMatchesService
KogPlayersService
KogSeriesService
KogTeamsService
KogTournamentsService
LeaguesService
LivesService
LoLWildRiftLeaguesService
LoLWildRiftMatchesService
LoLWildRiftPlayersService
LoLWildRiftSeriesService
LoLWildRiftTeamsService
LoLWildRiftTournamentsService
LoLChampionsService
LoLGamesService
LoLItemsService
LoLLeaguesService
LoLMasteriesService
LoLMatchesService
LoLStatsService
LoLPlayersService
LoLRunesService
LoLSeriesService
LoLTeamsService
LoLSpellsService
LoLTournamentsService
MatchesService
OwGamesService
OwStatsService
OwHeroesService
OwLeaguesService
OwMapsService
OwMatchesService
OwPlayersService
OwSeriesService
OwTeamsService
OwTournamentsService
PlayersService
PubgLeaguesService
PubgMatchesService
PubgPlayersService
PubgSeriesService
PubgTeamsService
PubgTournamentsService
R6SiegeLeaguesService
R6SiegeMatchesService
R6SiegePlayersService
R6SiegeSeriesService
R6SiegeTeamsService
R6SiegeTournamentsService
RlLeaguesService
RlMatchesService
RlPlayersService
RlSeriesService
RlTeamsService
RlTournamentsService
SeriesService
StarCraft2LeaguesService
StarCraft2MatchesService
StarCraft2PlayersService
StarCraft2SeriesService
StarCraft2TeamsService
StarCraft2TournamentsService
StarCraftBroodWarLeaguesService
StarCraftBroodWarMatchesService
StarCraftBroodWarPlayersService
StarCraftBroodWarSeriesService
StarCraftBroodWarTeamsService
StarCraftBroodWarTournamentsService
TeamsService
TournamentsService
ValorantAbilitiesService
ValorantAgentsService
ValorantGamesService
ValorantLeaguesService
ValorantMapsService
ValorantMatchesService
ValorantStatsService
ValorantPlayersService
ValorantSeriesService
ValorantTeamsService
ValorantTournamentsService
ValorantWeaponsService
VideogamesService

Models

The SDK includes several models that represent the data structures used in API requests and responses. These models help in organizing and managing the data efficiently.

Below is a list of all available models with links to their detailed documentation:
NameDescription
NonDeletionIncident
FilterOverAdditionIncidents
RangeOverAdditionIncidents
FilterOverChangeIncidents
RangeOverChangeIncidents
DeletionIncident
FilterOverDeletionIncidents
RangeOverDeletionIncidents
FilterOverIncidents
RangeOverIncidents
League
FilterOverCodmwLeagues
RangeOverCodmwLeagues
SearchOverCodmwLeagues
Match
FilterOverCodmwMatches
RangeOverCodmwMatches
SearchOverCodmwMatches
Player
FilterOverCodmwPlayers
RangeOverCodmwPlayers
SearchOverCodmwPlayers
SerieA serie, an occurrence of a league event
FilterOverCodmwSeries
RangeOverCodmwSeries
SearchOverCodmwSeries
Team
FilterOverCodmwTeams
RangeOverCodmwTeams
SearchOverCodmwTeams
ShortTournament
FilterOverCodmwShortTournaments
RangeOverCodmwShortTournaments
SearchOverCodmwShortTournaments
CsgoGame
CsgoEvent
CsgoFullRound
FilterOverCsgoGames
RangeOverCsgoGames
SearchOverCsgoGames
FilterOverCsgoLeagues
RangeOverCsgoLeagues
SearchOverCsgoLeagues
CsgoMap
FilterOverCsgoMaps
RangeOverCsgoMaps
SearchOverCsgoMaps
FilterOverCsgoMatches
RangeOverCsgoMatches
SearchOverCsgoMatches
CsgoMatch
CsgoStatsForAllPlayersByMatch
CsgoStatsForPlayerByMatchPlayer's aggregated statistics for a match
CsgoStatsForTeamByMatchTeam's aggregated statistics for a match
CsgoStatsForPlayerPlayer's aggregated statistics
CsgoStatsForPlayerBySeriePlayer's aggregated statistics for a serie
CsgoStatsForTeamBySerieTeam's aggregated statistics for a serie
CsgoStatsForTeamTeam's aggregated statistics
CsgoStatsForPlayerByTournamentPlayer's aggregated statistics for a tournament
CsgoStatsForTeamByTournamentTeam's aggregated statistics for a tournament
FilterOverCsgoPlayers
RangeOverCsgoPlayers
SearchOverCsgoPlayers
FilterOverCsgoSeries
RangeOverCsgoSeries
SearchOverCsgoSeries
FilterOverCsgoTeams
RangeOverCsgoTeams
SearchOverCsgoTeams
FilterOverCsgoShortTournaments
RangeOverCsgoShortTournaments
SearchOverCsgoShortTournaments
CsgoWeapon
FilterOverCsgoWeapons
RangeOverCsgoWeapons
SearchOverCsgoWeapons
Dota2Ability
FilterOverDota2Abilities
RangeOverDota2Abilities
SearchOverDota2Abilities
Dota2Game
Dota2Frame
FilterOverDota2Games
RangeOverDota2Games
SearchOverDota2Games
BaseDota2Game
Dota2Hero
FilterOverDota2Heroes
RangeOverDota2Heroes
SearchOverDota2Heroes
Dota2Item
FilterOverDota2Items
RangeOverDota2Items
SearchOverDota2Items
FilterOverDota2Leagues
RangeOverDota2Leagues
SearchOverDota2Leagues
FilterOverDota2Matches
RangeOverDota2Matches
SearchOverDota2Matches
Dota2StatsForAllPlayersByMatch
Dota2StatsForPlayerAggregated statistics for a player grouped by serie
GetDota2PlayersPlayerIdOrSlugStatsSide
Dota2StatsForPlayerBySeriePlayer's aggregated statistics for a serie
Dota2StatsForTeamBySerieTeam's aggregated statistics for a serie
Dota2StatsForTeamAggregated statistics for a team grouped by serie
Dota2StatsForPlayerByTournamentPlayer's aggregated statistics for a tournament
Dota2StatsForTeamByTournamentTeam's aggregated statistics for a tournament
FilterOverDota2Players
RangeOverDota2Players
SearchOverDota2Players
FilterOverDota2Series
RangeOverDota2Series
SearchOverDota2Series
FilterOverDota2Teams
RangeOverDota2Teams
SearchOverDota2Teams
FilterOverDota2ShortTournaments
RangeOverDota2ShortTournaments
SearchOverDota2ShortTournaments
FilterOverFifaLeagues
RangeOverFifaLeagues
SearchOverFifaLeagues
FilterOverFifaMatches
RangeOverFifaMatches
SearchOverFifaMatches
FilterOverFifaPlayers
RangeOverFifaPlayers
SearchOverFifaPlayers
FilterOverFifaSeries
RangeOverFifaSeries
SearchOverFifaSeries
FilterOverFifaTeams
RangeOverFifaTeams
SearchOverFifaTeams
FilterOverFifaShortTournaments
RangeOverFifaShortTournaments
SearchOverFifaShortTournaments
FilterOverKogLeagues
RangeOverKogLeagues
SearchOverKogLeagues
FilterOverKogMatches
RangeOverKogMatches
SearchOverKogMatches
FilterOverKogPlayers
RangeOverKogPlayers
SearchOverKogPlayers
FilterOverKogSeries
RangeOverKogSeries
SearchOverKogSeries
FilterOverKogTeams
RangeOverKogTeams
SearchOverKogTeams
FilterOverKogShortTournaments
RangeOverKogShortTournaments
SearchOverKogShortTournaments
FilterOverLeagues
RangeOverLeagues
SearchOverLeagues
FilterOverMatches
RangeOverMatches
SearchOverMatches
FilterOverSeries
RangeOverSeries
SearchOverSeries
FilterOverShortTournaments
RangeOverShortTournaments
SearchOverShortTournaments
Live
FilterOverLolWildRiftLeagues
RangeOverLolWildRiftLeagues
SearchOverLolWildRiftLeagues
FilterOverLolWildRiftMatches
RangeOverLolWildRiftMatches
SearchOverLolWildRiftMatches
FilterOverLolWildRiftPlayers
RangeOverLolWildRiftPlayers
SearchOverLolWildRiftPlayers
FilterOverLolWildRiftSeries
RangeOverLolWildRiftSeries
SearchOverLolWildRiftSeries
FilterOverLolWildRiftTeams
RangeOverLolWildRiftTeams
SearchOverLolWildRiftTeams
FilterOverLolWildRiftShortTournaments
RangeOverLolWildRiftShortTournaments
SearchOverLolWildRiftShortTournaments
LoLChampion
FilterOverLoLChampions
RangeOverLoLChampions
SearchOverLoLChampions
LoLGame
LoLGameEvent
LoLGameFrame
FilterOverLoLGames
RangeOverLoLGames
SearchOverLoLGames
LoLTeamLastGameA team's last game
FilterOverLoLTeamLastGames
RangeOverLoLTeamLastGames
SearchOverLoLTeamLastGames
LoLItem
FilterOverLoLItems
RangeOverLoLItems
SearchOverLoLItems
FilterOverLoLLeagues
RangeOverLoLLeagues
SearchOverLoLLeagues
LoLMastery
FilterOverLoLMasteries
RangeOverLoLMasteries
SearchOverLoLMasteries
FilterOverLoLMatches
RangeOverLoLMatches
SearchOverLoLMatches
LoLMatch
LoLStatsForAllPlayersByMatch
LoLStatsForPlayerAggregated statistics for a player grouped by serie
GetLolPlayersPlayerIdOrSlugStatsSide
LoLStatsForPlayerBySeriePlayer's aggregated statistics for a serie
LoLStatsForTeamBySerieTeam's aggregated statistics for a serie
LoLStatsForTeamAggregated statistics for a team grouped by serie
LoLStatsForPlayerByTournamentPlayer's aggregated statistics for a tournament
LoLStatsForTeamByTournamentTeam's aggregated statistics for a tournament
FilterOverLoLPlayers
RangeOverLoLPlayers
SearchOverLoLPlayers
LoLRune
FilterOverLoLRunes
RangeOverLoLRunes
SearchOverLoLRunes
LoLRuneReforged
FilterOverLoLRunesReforged
RangeOverLoLRunesReforged
SearchOverLoLRunesReforged
LoLRunePath
FilterOverLoLRunePaths
RangeOverLoLRunePaths
SearchOverLoLRunePaths
FilterOverLoLSeries
RangeOverLoLSeries
SearchOverLoLSeries
FilterOverLoLTeams
RangeOverLoLTeams
SearchOverLoLTeams
LoLSpell
FilterOverLoLSpells
RangeOverLoLSpells
SearchOverLoLSpells
FilterOverLoLShortTournaments
RangeOverLoLShortTournaments
SearchOverLoLShortTournaments
OwGameA game
FilterOverOwGames
RangeOverOwGames
SearchOverOwGames
OwStatsForPlayerByGamePlayer's aggregated statistics for a game
OwStatsForAllPlayersByMatch
OwStatsForPlayerByMatchPlayer's aggregated statistics for a match
OwStatsForPlayerAggregated statistics for a player
OwStatsForPlayerBySeriePlayer's aggregated statistics for a serie
OwStatsForPlayerByTournamentPlayer's aggregated statistics for a tournament
OwHero
FilterOverOwHeroes
RangeOverOwHeroes
SearchOverOwHeroes
FilterOverOwLeagues
RangeOverOwLeagues
SearchOverOwLeagues
OwMap
FilterOverOwMaps
RangeOverOwMaps
SearchOverOwMaps
FilterOverOwMatches
RangeOverOwMatches
SearchOverOwMatches
FilterOverOwPlayers
RangeOverOwPlayers
SearchOverOwPlayers
FilterOverOwSeries
RangeOverOwSeries
SearchOverOwSeries
FilterOverOwTeams
RangeOverOwTeams
SearchOverOwTeams
FilterOverOwShortTournaments
RangeOverOwShortTournaments
SearchOverOwShortTournaments
FilterOverPlayers
RangeOverPlayers
SearchOverPlayers
FilterOverPubgLeagues
RangeOverPubgLeagues
SearchOverPubgLeagues
FilterOverPubgMatches
RangeOverPubgMatches
SearchOverPubgMatches
FilterOverPubgPlayers
RangeOverPubgPlayers
SearchOverPubgPlayers
FilterOverPubgSeries
RangeOverPubgSeries
SearchOverPubgSeries
FilterOverPubgTeams
RangeOverPubgTeams
SearchOverPubgTeams
FilterOverPubgShortTournaments
RangeOverPubgShortTournaments
SearchOverPubgShortTournaments
FilterOverR6SiegeLeagues
RangeOverR6SiegeLeagues
SearchOverR6SiegeLeagues
FilterOverR6SiegeMatches
RangeOverR6SiegeMatches
SearchOverR6SiegeMatches
FilterOverR6SiegePlayers
RangeOverR6SiegePlayers
SearchOverR6SiegePlayers
FilterOverR6SiegeSeries
RangeOverR6SiegeSeries
SearchOverR6SiegeSeries
FilterOverR6SiegeTeams
RangeOverR6SiegeTeams
SearchOverR6SiegeTeams
FilterOverR6SiegeShortTournaments
RangeOverR6SiegeShortTournaments
SearchOverR6SiegeShortTournaments
FilterOverRlLeagues
RangeOverRlLeagues
SearchOverRlLeagues
FilterOverRlMatches
RangeOverRlMatches
SearchOverRlMatches
FilterOverRlPlayers
RangeOverRlPlayers
SearchOverRlPlayers
FilterOverRlSeries
RangeOverRlSeries
SearchOverRlSeries
FilterOverRlTeams
RangeOverRlTeams
SearchOverRlTeams
FilterOverRlShortTournaments
RangeOverRlShortTournaments
SearchOverRlShortTournaments
FilterOverStarcraft2Leagues
RangeOverStarcraft2Leagues
SearchOverStarcraft2Leagues
FilterOverStarcraft2Matches
RangeOverStarcraft2Matches
SearchOverStarcraft2Matches
FilterOverStarcraft2Players
RangeOverStarcraft2Players
SearchOverStarcraft2Players
FilterOverStarcraft2Series
RangeOverStarcraft2Series
SearchOverStarcraft2Series
FilterOverStarcraft2Teams
RangeOverStarcraft2Teams
SearchOverStarcraft2Teams
FilterOverStarcraft2ShortTournaments
RangeOverStarcraft2ShortTournaments
SearchOverStarcraft2ShortTournaments
FilterOverStarcraftBroodWarLeagues
RangeOverStarcraftBroodWarLeagues
SearchOverStarcraftBroodWarLeagues
FilterOverStarcraftBroodWarMatches
RangeOverStarcraftBroodWarMatches
SearchOverStarcraftBroodWarMatches
FilterOverStarcraftBroodWarPlayers
RangeOverStarcraftBroodWarPlayers
SearchOverStarcraftBroodWarPlayers
FilterOverStarcraftBroodWarSeries
RangeOverStarcraftBroodWarSeries
SearchOverStarcraftBroodWarSeries
FilterOverStarcraftBroodWarTeams
RangeOverStarcraftBroodWarTeams
SearchOverStarcraftBroodWarTeams
FilterOverStarcraftBroodWarShortTournaments
RangeOverStarcraftBroodWarShortTournaments
SearchOverStarcraftBroodWarShortTournaments
FilterOverTeams
RangeOverTeams
SearchOverTeams
Tournament
Bracket
FilterOverBrackets
RangeOverBrackets
SearchOverBrackets
ValorantAbility
FilterOverValorantAbilities
RangeOverValorantAbilities
SearchOverValorantAbilities
ValorantAgent
FilterOverValorantAgents
RangeOverValorantAgents
SearchOverValorantAgents
ValorantGame
ValorantGameEvent
ValorantFullRound
FilterOverValorantGames
RangeOverValorantGames
SearchOverValorantGames
FilterOverValorantLeagues
RangeOverValorantLeagues
SearchOverValorantLeagues
ValorantMapAn object that represents a Valorant map
FilterOverValorantMaps
RangeOverValorantMaps
SearchOverValorantMaps
FilterOverValorantMatches
RangeOverValorantMatches
SearchOverValorantMatches
ValorantStatsForPlayersByMatch
ValorantStatsForTeamByMatch
ValorantStatsForPlayer
ValorantStatsForPlayerBySerie
ValorantStatsForTeamBySerie
ValorantStatsForTeam
ValorantStatsForPlayerByTournament
ValorantStatsForTeamByTournament
FilterOverValorantPlayers
RangeOverValorantPlayers
SearchOverValorantPlayers
FilterOverValorantSeries
RangeOverValorantSeries
SearchOverValorantSeries
FilterOverValorantTeams
RangeOverValorantTeams
SearchOverValorantTeams
FilterOverValorantShortTournaments
RangeOverValorantShortTournaments
SearchOverValorantShortTournaments
ValorantWeapon
FilterOverValorantWeapons
RangeOverValorantWeapons
SearchOverValorantWeapons
ShortVideogameTitle
ShortVideogameVersion
IncidentChangeType
IncidentIdAn incident ID
IncidentType
BaseSerie
LeagueVideogameLoL
LeagueVideogameCsgo
LeagueVideogameDota2
LeagueVideogameOverwatch
LeagueVideogamePubg
LeagueVideogameRocketLeague
LeagueVideogameCodmw
LeagueVideogameR6siege
LeagueVideogameFifa
LeagueVideogameValorant
LeagueVideogameKog
LeagueVideogameLolWildRift
LeagueVideogameStarcraft2
LeagueVideogameStarcraftBroodWar
LeagueVideogameEBasketball
LeagueVideogameECricket
LeagueVideogameESoccer
BaseLeague
BaseTournament
VideogameIdA videogame ID
TournamentRosterItem
BaseMatch
BaseTeam
BasePlayer
MatchLive
MatchType
MatchStatus
Stream
MatchWinnerType
StreamLanguageLanguage alpha-2 code according to ISO 649-1 standard.
Game
Opponent
MatchResult
ValorantMapPick
GameIdID of the game.
IDs are video game-specific, ie. a Valorant game and an Overwatch game can have the same game ID.
GameStatusThe game status
GameWinner
OpponentType
MatchTeamResult
MatchPlayerResult
VideogameSlugA videogame slug
DeletionIncidentChangeType
DeletionObject
IncidentDeletionReasonDeletedThe entity no longer exists.
OpponentId
SearchOverValorantShortTournamentsTier2The tier of the tournament, ranging from 'S' to 'Unranked'. Ranking 'S' > 'A' > 'B' > 'C' > 'D' > 'Unranked'
FullGameMatchA match
CsgoGamePlayerPlayer's data for a game
CsgoRound
CsgoRoundsScore
CsgoOutcome
CsgoSide
CsgoRoundStartEvent
CsgoRoundEndEvent
CsgoKillEvent
CsgoRoundStartEventDetails
CsgoEventType
CsgoRoundEndEventDetails
CsgoRoundWinner
CsgoRoundSide
CsgoKillEventDetails
CsgoRoundPlayer
CsgoFullRoundTeam
CsgoFullRoundMapThe location selected during the picks and bans phase for the game.
CsgoFullRoundWinner
CsgoFullRoundTeamPlayer
CsgoFullRoundPlayerEconomy
CsgoFullRoundUtility
CsgoMatchGame
CsgoMatchPlayerPlayer's data for a CSGO Match
CsgoMatchGamePlayerPlayer's data for a Game in a CSGO Match
CsgoTeamForAllStatsPlayers
CsgoPlayerForAllStatsPlayers
CsgoPlayerStatsForAllPlayersByMatchStatistics for all players for a match
CsgoStatsCountsForMatch
CsgoPlayerStatsGameAverages
CsgoStatsRoundAverages
CsgoPlayerStatsByMatchStatistics for a match
BaseCsgoGameA game
CsgoTeamStatsByMatchStatistics for a match
CsgoTeamMapStatsStatistics for a map
CsgoTeamStatsGameAverages
CsgoPlayerStatsStatistics for all matches
CsgoStatsCounts
CsgoPlayerStatsBySerieStatistics for a serie
CsgoTeamStatsBySerieStatistics for a serie
CsgoTeamStatsStatistics for all matches
CsgoPlayerStatsByTournamentStatistics for a tournament
CsgoTeamStatsByTournamentStatistics for a tournament
CsgoWeaponKind
Dota2GameMatch
Dota2FullGamePlayerPlayer's data for a game
Dota2GameTeamTeam's data for a game
Dota2PerHeroAbilityAn ability used by a hero in a game
Dota2Faction
Dota2FrameTeam
Dota2FramePlayer
Dota2FrameHero
Dota2TeamForAllStatsPlayers
Dota2PlayerForAllStatsPlayers
Dota2PlayerStatsForAllPlayersByMatchStatistics for all players for a match
Dota2PlayerAverages
Dota2PlayerStatsTotals
Dota2FavoriteHeroPlayer's favorite heroes
Dota2GamePlayerPlayer's data for a game
Dota2PlayerBySerieStatPlayer's statistics for a serie
Dota2TotalPlayerStatTotal Player's statistics
Dota2UsedItemAn item used by a hero
Dota2BannedHero
Dota2PickedHero
Dota2TeamBySerieStatTeam's statistics for a serie
Dota2TeamAverages
Dota2TeamStatsTotals
Dota2TeamRatios
Dota2TotalTeamStatTotal Team's statistics
Dota2PlayerByTournamentStatPlayer's statistics for a tournament
Dota2TeamByTournamentStatTeam's statistics for a tournament
LiveEndpoint
LiveType
LoLGamePlayerPlayer's data for a Game
LoLGameTeamTeam's data for a Game
LoLFlags
BaseLoLItem
LoLKillCounters
LoLKillsSeries
LoLMagicDamage
LoLPhysicalDamage
LoLPlayerRunesReforged
LoLTotalDamage
LoLTrueDamage
LoLWards
LoLPlayerRuneShards
LoLRuneReforgedType
LoLTeamColor
LoLEventPayload
LoLEventType
LoLEventPlayer
LoLEventPlayerObject
LoLEventChampion
LoLEventDrake
LoLEventHerald
LoLEventMinion
LoLEventNashor
LoLEventTower
LoLEventNeutralMinion
LoLEventVoidgrub
LoLEventUnknown
LoLEventDrakeObject
LoLDrakeName
LoLDrakeType
LoLEventHeraldObject
LoLEventHeraldValue
LoLEventMinionObject
LoLEventMinionValue
LoLEventNashorObject
LoLEventNashorValue
LoLEventTowerObject
LoLEventTowerValue
LoLEventNeutralMinionObject
LoLEventNeutralMinionValue
LoLEventVoidgrubObject
LoLEventVoidgrubValue
LoLEventInhibitor
LoLEventInhibitorObject
LoLEventInhibitorValue
LoLFrameTeam
LoLPlayersRole
LoLPlayersRoleDetail
BaseLoLChampion
BaseLoLSpell
LoLMatchGame
LoLMatchPlayerPlayer's data for a LoL Match
LoLMatchGamePlayerPlayer's data for a Game in a LoL Match
LoLTeamForAllStatsPlayers
LoLPlayerForAllStatsPlayers
LoLPlayerStatsForAllPlayersByMatchStatistics for all players for a match
LoLPlayerAverages
LoLPlayerStatsTotals
LoLAverageKillCounters
LoLAverageMagicDamage
LoLAveragePhysicalDamage
LoLAverageTotalDamage
LoLAverageTrueDamage
LoLPlayerTotalKillCounters
LoLFavoriteChampionA player's most used champion
LoLGamePlayerForStatsPlayer's data for a Game
LoLPlayerBySerieStatPlayer's statistics for a serie
LoLTotalPlayerStatTotal Player's statistics
LoLUsedItemAn item used by a champion
LoLGamePlayerDamageForStats
LoLBannedChampionA team's banned champion
LoLPickedChampionA team's picked champion
LoLTeamBySerieStatTeam's statistics for a serie
LoLTeamAverages
LoLTeamStatsTotals
LoLTeamRatios
LoLTotalTeamStatTotal Team's statistics
LoLPlayerByTournamentStatPlayer's statistics for a tournament
LoLTeamByTournamentStatTeam's statistics for a tournament
LoLRunePathRunesObject
MatchTeamOpponentsObject
MatchPlayerOpponentsObject
OpponentTypeTeam
OpponentTypePlayer
MatchOpponentBasePlayer
OwGameRound
OwMapGameMode
OwGameRoundTeam
OwGameRoundPlayer
OwGameRoundPlayerHero
OwHeroRole
OwPlayerStatsByGamePlayer's statistics for a game
OwPlayerAverages
OwGameStatsGameA game
OwPlayer10MinAverages
OwPlayerGameAverages
OwPlayerGameTotalsForGame
GamelessFullGameMatchA match
OwTeamForAllStatsPlayers
OwPlayerForAllStatsPlayers
OwPlayerStatsForAllPlayersByMatchStatistics for all players for a match
OwPlayerTotals
OwFavoriteHero
OwPlayerStatsByMatchPlayer's statistics for a match
OwPlayerStatsPlayer's statistics
OwPlayerStatsBySeriePlayer's statistics for a serie
OwPlayerStatsByTournamentPlayer's statistics for a tournament
PreviousMatch
PreviousMatchType
TeamRostersRosters for a a series or a tournament with team participants
PlayerRostersRosters for a series or a tournament with player participants
BracketStanding
GroupStanding
ValorantAbilityTypeAbility type
ValorantGameRound
ValorantGameTeam
ValorantGameRoundAttacker
ValorantGameRoundDefender
ValorantGameRoundOutcomeHow was the round finished.
spike_exploded: spike exploded
defenders_eliminated: attackers killed all defenders
spike_defused: spike defused
attack_timeout: attackers failed to plant the spike in time
attackers_eliminated: defenders killed all attackers
ValorantGameRoundWinner
ValorantTeamSideTeam side in the round
ValorantGamePlayer
ValorantShortAgent
ValorantPlayerClutchWinsRound wins when the player was the last team member alive
ValorantPlayerStreaksStreaks done by the player (in a given round)
ValorantKillEvent
ValorantSpikePlantedEvent
ValorantSpikeDefusedEvent
ValorantKillEventDetails
ValorantEventType
ValorantEventKiller
ValorantEventVictim
BaseValorantAgent
ValorantSpikeEventPlayer
ValorantEventPlayer
ValorantFullRoundAttackerTeam
ValorantFullRoundDefenderTeam
ValorantFullRoundPlayer
ValorantPlayerShield
BaseValorantWeapon
ValorantPlayerMatchStats
ValorantAgentStats
ValorantTeamClutchWinsRounds wins with a single team member alive
BaseValorantGameA game
ValorantTeamMapStats
ValorantTeamStreaksStreaks done by a team member (in a given round)
BaseValorantTeam
VideogameLoL
VideogameCsgo
VideogameDota2
VideogameOverwatch
VideogamePubg
VideogameRocketLeague
VideogameCodmw
VideogameR6siege
VideogameFifa
VideogameValorant
VideogameKog
VideogameLolWildRift
VideogameStarcraft2
VideogameStarcraftBroodWar
VideogameESoccer
VideogameEBasketball
VideogameECricket
VideogameLeague

License

This SDK is licensed under the MIT License.

See the LICENSE file for more details.

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →