faceit_getChampionship
Retrieve full championship details using a championship ID, with optional inline expansion of organizer and game.
Instructions
Retrieve championship details
Use when you already have a championship_id and want the full championship record. Use the expanded parameter to include the organizer and game inline in a single call.
Endpoint: GET /championships/{championship_id}
Parameters:
championship_id (path, str, required): The id of the championship
expanded (query, list[str] | None): List of entity names to expand in request
Returns: Championship details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| championship_id | Yes | ||
| expanded | No |