Get tournaments by videogame
get_tournaments_by_videogameFind tournaments for a specific game by ID, filtering by timeframe, date range, or location, to plan participation or track events.
Instructions
List tournaments for a specific videogame id. timeframe selects upcoming (default), past, or all; combine with afterDate/beforeDate and location filters as needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based. Default 1. | |
| perPage | No | Results per page, max 100. Default 25. | |
| addrState | No | State/province code as used by start.gg, e.g. "CA", "TX". | |
| afterDate | No | ISO-8601 date/time (e.g. "2026-08-24" or "2026-08-24T00:00:00Z") or Unix epoch seconds. | |
| timeframe | No | Which tournaments to include. Default upcoming. | |
| beforeDate | No | ISO-8601 date/time (e.g. "2026-08-24" or "2026-08-24T00:00:00Z") or Unix epoch seconds. | |
| countryCode | No | Two-letter ISO country code, e.g. "US", "JP". | |
| videogameId | Yes | Videogame id from search_videogames. |