search_championships
Find and filter World Cube Association championship competitions by type, including World Championships, Continental Championships, and National Championships.
Instructions
Search for WCA championships with optional filtering.
Returns championship competitions which are the most prestigious competitions in speedcubing including World Championships, Continental Championships, and National Championships.
Args:
page: Page number for pagination (default: 1)
championship_type: Filter by championship type:
- "world" for World Championships
- continent codes like "Europe", "Asia", "North America" for Continental Championships
- country ISO2 codes like "US", "CN", "DE" for National Championships
- None for all championships (default)
Returns: Paginated championship data with competition details
Example: search_championships(championship_type="world") - World Championships only search_championships(championship_type="US") - US National Championships
Input Schema
Name | Required | Description | Default |
---|---|---|---|
championship_type | No | ||
page | No |