Edit

Share via


Limits on statistics

The purpose of this guide is to detail the limits that are enforced when creating, updating, and reading from your statistics on the Statistic service.

  • Caller: This type of limit is enforced on the caller of the API. This constraint could be either a player or a title.
  • Target: This type of limit is enforced on the target of the API, in our specific case an entity.

The following table defines the limits for the various APIs available in the Statistics service. If an API isn't explicitly listed here, the default behavior is going to be applied.

API Limit Caller Target entity
Default 50 requests per 120 seconds Player title_player_account, master_player_account , group, character
GetStatistics 30 requests per 120 seconds / 1,200 requests per 120 seconds Player / Title title_player_account, master_player_account , group, character
UpdateStatistics 30 requests per 120 seconds Title/Player title_player_account, master_player_account , group, character
DeleteStatistics 30 requests per 120 seconds Title title_player_account , master_player_account , group, character
CreateStatisticDefinition 30 requests per 120 seconds Title N/A
GetStatisticDefinition 30 requests per 120 seconds Title N/A
ListStatisticDefinitions 30 requests per 120 seconds Title N/A
DeleteStatisticsDefinition 30 requests per 120 seconds Title N/A
IncrementStatisticVersion 30 requests per 120 seconds Title N/A

See also