list_variables
Get a game's leaderboard variables, including IDs and value labels, to filter by subcategory like difficulty or star count. Use these to request specific leaderboards or world records.
Instructions
List a game's variables — the subcategories and filters a leaderboard accepts.
Each variable has an id and a values map of {value_id: label}. Pass these
to get_leaderboard/get_world_record as variables={variable_id: value_id}
to target a specific subcategory (e.g. '16 Star', difficulty 'Hard').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | Game id or abbreviation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |