Get upcoming tournaments
get_upcoming_tournamentsList ongoing and upcoming tournaments, filtered by game, country, state, and time window, sorted by start date.
Instructions
List tournaments that have not ended yet (including ones in progress), soonest first. Filter by videogame id (get it from search_videogames), country/state, and a time window in days.
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". | |
| withinDays | No | Only tournaments starting within this many days from now. Default 30. | |
| countryCode | No | Two-letter ISO country code, e.g. "US", "JP". | |
| videogameId | No | Videogame id, e.g. 1386 for Smash Ultimate. | |
| videogameIds | No |