faceit_getHubRanking
Retrieve the all-time ranking of a FACEIT hub across every season. Paginate results with offset and limit parameters.
Instructions
Retrieve all time ranking of a hub
Use for the hub's all-time ranking across every season. Use getHubSeasonRanking for a specific season.
Endpoint: GET /leaderboards/hubs/{hub_id}/general
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 ranking
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hub_id | Yes | ||
| offset | No | ||
| limit | No |