faceit_getHubStats
Fetch aggregate hub-wide statistics, such as matches played and top players, by providing a hub ID. Supports pagination with offset and limit parameters.
Instructions
Retrieve statistics of a hub
Use to fetch aggregate hub-wide statistics (matches played, top players, etc.).
Endpoint: GET /hubs/{hub_id}/stats
Parameters:
hub_id (path, str, required): The id of the hub
offset (query, int | None (min 0)): The starting item position
limit (query, int | None (min 1, max 100)): The number of items to return
Returns: Hub stats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hub_id | Yes | ||
| offset | No | ||
| limit | No |