get_leaderboard
Fetch ranked speedrun leaderboards for a game and category, with player names and subcategory labels resolved. Filter by level, region, platform, timing, or date to view top runs.
Instructions
Get a ranked leaderboard for a game/category (full-game or individual level).
Players, subcategory labels and the category name are resolved for you. For
subcategory filters, discover ids with list_variables first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Return the top N places. | |
| date | No | ISO date; only runs on or before this date. | |
| game | Yes | Game id or abbreviation. | |
| level | No | Level id for an individual-level (IL) leaderboard. | |
| region | No | Region id to filter by. | |
| timing | No | Sort by 'realtime', 'realtime_noloads', or 'ingame'. | |
| category | Yes | Category id or URL slug (e.g. '120_Star'). | |
| platform | No | Platform id to filter by. | |
| emulators | No | True = emulators only, False = real devices only. | |
| variables | No | Subcategory/variable filters as {variable_id: value_id}. |