faceit_getChampionshipResults
Retrieve all final match results from a FACEIT championship by providing its ID. Optionally set offset and limit for pagination.
Instructions
Retrieve all results of a championship
Use when you only care about the final results of a championship's matches. For live/upcoming match details use getChampionshipMatches.
Endpoint: GET /championships/{championship_id}/results
Parameters:
championship_id (path, str, required): The id of the championship
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: Championship results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| championship_id | Yes | ||
| offset | No | ||
| limit | No |