Get Categories
get_categoriesList the run categories for a game (e.g. "Any%", "100%", "Glitchless"). Use the game ID from search_games. Each category has an ID needed to fetch a leaderboard via get_leaderboard. Example: get_categories({ game_id: "o1y9wo6q" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _apiKey | No | Optional speedrun.com API key for authenticated access; omit to use the shared platform key | |
| game_id | Yes | Speedrun.com game ID, as returned by search_games (e.g. "o1y9wo6q") |