get_rankings
Retrieve current world rankings and records for WCA speedcubing events. Filter results by region and ranking type to access top performers and official records.
Instructions
Get current world rankings and records for a specific event.
Returns the current rankings for any WCA event, which includes world records and top performers. Can filter by region (world, continent, or country).
Args: event_id: WCA event ID (e.g., "333" for 3x3x3 Cube, "222" for 2x2x2) region: Region code - "world" for world rankings, continent codes like "Europe", or country ISO2 codes like "US", "CN" (default: "world") ranking_type: Type of ranking - "single" for single solve records or "average" for average records (default: "single") page: Page number (1-based, default: 1) per_page: Items per page (max 100, default: 25)
Returns: Paginated ranking data with current records and top performers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| region | No | world | |
| ranking_type | No | single | |
| page | No | ||
| per_page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||