get_competition_results
Retrieve comprehensive competition results from the World Cube Association, including event outcomes, competitor performances, rankings, and solve details for any WCA competition.
Instructions
Get all results for a WCA competition.
Returns comprehensive results data for all events in a competition, including competitor performances, solve breakdowns, round information, and final rankings. This provides complete competition outcome data.
Args: competition_id: WCA competition ID (e.g., "WC2023", "CubingUSANationals2024")
Returns: Complete results data for all events in the competition including: - Individual solve times and averages - Round-by-round progression - Final rankings and positions - DNF/DNS information - Competitor details
Example: get_competition_results("WC2023") - All results from World Championship 2023
Input Schema
Name | Required | Description | Default |
---|---|---|---|
competition_id | Yes |