> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Limits on statistics

> Review PlayFab Statistics service limits including maximum definitions per title, values per player, and other bounds that shape progression design.

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                                                                     |

## Limit on statistics events

* `playfab.statistic.statistic_updated`, will not work with statistics that use the entity type `master_player_account` or `external`

## See also

* [Create basic statistics](/services/playfab/player-progression/statistics/create-basic-statistics)
* [Doing more with statistics](/services/playfab/player-progression/statistics/doing-more-statistics)
* [Seasonal statistics](/services/playfab/player-progression/statistics/seasonal-statistics)
* [Add contextual data to statistics](/services/playfab/player-progression/statistics/metadata-statistics)
* [Transactional writes](/services/playfab/player-progression/statistics/transactional-writes)
* [API reference](/services/playfab/player-progression/statistics/api-reference)
* [Statistics meters](/services/playfab/pricing/meters/statistics-meters)
* [Quota](/services/playfab/player-progression/statistics/quota-statistics)


## Related topics

- [PlayFab Player progression documentation](/services/playfab/player-progression/index.md)
- [Statistics with PlayStream and Telemetry](/services/playfab/player-progression/statistics/statistics-with-playstream-and-telemetry.md)
- [Quota Statistics](/services/playfab/player-progression/statistics/quota-statistics.md)
- [Limits on Leaderboards](/services/playfab/community/leaderboards/limits-leaderboards.md)
- [Metadata statistics](/services/playfab/player-progression/statistics/metadata-statistics.md)
