players.getStatistics


Description

Gives matchmaker statistics about the players in game.


Code Examples

Request

GET
https://api.rivet.gg/matchmaker/players/statistics
curl -X GET 'https://api.rivet.gg/matchmaker/players/statistics'

Request Parameters


Response Body

game_modes

map<string, object> (required)

game_modes.<game_mode>.player_count

integer (required)

game_modes.<game_mode>.regions

map<string, object> (required)

game_modes.<game_mode>.regions.<region>.player_count

integer (required)

player_count

integer (required)

Was this page helpful?

Edit Page