Overview

API requests for managing game player data, including profile information, virtual currencies, statistics, custom metadata, inventory, and social interactions such as friends, groups, and segments.

OperationCode
NameCodeDescription
Add Player FriendaddPlayerFriendSend a friend request from one player to another.
Add SegmentaddSegmentAssign a player to a specific segment for grouping or analysis.
Change Player CurrencychangePlayerCurrencyModify a player's virtual currency balance.
Change Player StatisticschangePlayerStatisticsAdjust one or more statistical values for the player.
Create GroupcreateGroupCreate a new player group with specified members.
Create Player CharactercreatePlayerCharacterInitialize a new character associated with the player.
Create Player ItemcreatePlayerItemAdd a new item to the player’s inventory.
Get AvatargetAvatarRetrieve the player’s avatar image URL.
Get Country CodegetCountryCodeGet the country code associated with the player’s IP address.
Get Create LeaderboardgetCreateLeaderboardFetch data used to generate a leaderboard for player creation times.
Get Currency LeaderboardgetCurrencyLeaderboardRetrieve a leaderboard based on players’ currency balances.
Get Currency LoggetCurrencyLogView historical records of currency transactions for a player.
Get Custom DatagetCustomDataRetrieve custom key-value data stored for a player.
Get Display NamegetDisplayNameRetrieve the player's current display name.
Get Friend Statistics Leaderboard Around PlayergetFriendStatisticsLeaderboardAroundPlayerGet the leaderboard centered on the player's ranking among friends for a specific statistic.
Get Friend Statistics LeaderboardgetFriendStatisticsLeaderboardGet the full leaderboard among a player’s friends for a given statistic.
Get Ip Address CreategetIpAddressCreateReturn the IP address used when the player's account was created.
Get Last Login LeaderboardgetLastLoginLeaderboardGet a leaderboard sorted by the most recent player login times.
Get Online StatusgetOnlineStatusCheck whether a specific player is currently online.
Get Player BangetPlayerBanRetrieve ban status and details for a specific player.
Get Player CharactergetPlayerCharacterGet all characters created by a player.
Get Player CurrencygetPlayerCurrencyRetrieve the current currency balances for a player.
Get Player DatagetPlayerDataRetrieve player-specific key-value data entries.
Get Player FriendgetPlayerFriendRetrieve the player’s full friend list.
Get Player GroupgetPlayerGroupGet all groups that the player is currently a member of.
Get Player InformationgetPlayerInformationFetch high-level metadata and profile information for a player.
Get Player InventorygetPlayerInventoryRetrieve the player’s current inventory of items.
Get Player StatisticsgetPlayerStatisticsReturn a list of the player’s statistics and their values.
Get Players With Display NamegetPlayersWithDisplayNameFind players with an exact or partial match on display name.
Get Players With SegmentgetPlayersWithSegmentGet all players who belong to a specific segment.
Get Players With TaggetPlayersWithTagList all players who have been assigned a specific tag.
Get SegmentgetSegmentRetrieve a list of all available player segments.
Get Statistics Leaderboard Around PlayergetStatisticsLeaderboardAroundPlayerGet a leaderboard centered on the player’s position for a given statistic.
Get Statistics LeaderboardgetStatisticsLeaderboardRetrieve the full leaderboard for a given statistic.
Get Statistics LoggetStatisticsLogGet the full history of updates made to a player's statistics.
Get TaggetTagReturn a list of all custom tags currently assigned to the player.
Get Ts CreategetTsCreateGet the timestamp when the player’s account was created.
Get Ts Last LogingetTsLastLoginGet the timestamp of the player's most recent login.
Join GroupjoinGroupAdd a player to a group as a member.
Leave GroupleaveGroupRemove a player from a group.
Remove Player CharacterremovePlayerCharacterDelete a character previously created by the player.
Remove Player FriendremovePlayerFriendRemove another player from the player’s friend list.
Remove Player ItemremovePlayerItemDelete an item from the player’s inventory.
Remove SegmentremoveSegmentRemove the player from a previously assigned segment.
Remove TagremoveTagDelete a tag that was assigned to the player.
Set AvatarsetAvatarUpdate the player’s avatar image.
Set Country CodesetCountryCodeManually set the player’s country code.
Set Custom DatasetCustomDataUpdate or create key-value custom data entries for a player.
Set Display NamesetDisplayNameChange the player’s display name.
Set Player BansetPlayerBanApply a ban to a player with specific reason and duration.
Set Player DatasetPlayerDataReplace or modify structured player data.
Set TagsetTagAssign a custom tag to the player for classification or filtering.