get_world_record
Fetch the current world record for a specified game and category. Returns leaderboard metadata, the fastest run, and any tied first-place runs.
Instructions
Get the current world record (place 1) for a game/category.
A convenience wrapper over get_leaderboard. Returns the leaderboard
metadata plus world_record (the single fastest run, or None if the
leaderboard is empty) and tied (any other runs also at place 1; usually
empty).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | Game id or abbreviation. | |
| level | No | Level id for an IL world record. | |
| category | Yes | Category id or URL slug (e.g. '120_Star'). | |
| variables | No | Subcategory/variable filters as {variable_id: value_id}. |