get_game_records
Retrieve every category's world record for a game in one request; optionally include individual-level leaderboards.
Instructions
Get a game's records across all its categories in one call.
With top=1 (default) this is every category's world record at once —
handy for "show me all the records for ". include_levels=True also
pulls every individual-level board, which can be large for level-heavy games.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Places per category (1 = world records). | |
| game | Yes | Game id or abbreviation. | |
| include_levels | No | Include individual-level boards as well as full-game. |