v1

latestOpenAPI 3.1.02026-07-22123157.1 KB

List Tournaments API

Lists tournaments accessible to your token, optionally filtered by status and game. Rate limit: 10 requests per minute, per token.

get/v2/tournaments

Query parameters

status'future' | 'live' | 'past'

Filter by tournament state. If omitted, tournaments in all states are returned.

game_codestring

Filter by a specific game. Use the code value from the All Games API. If omitted, tournaments for all games are returned.

langstring

ISO 639-1 language code. Defaults to en. Localizes game.name and game.url in the response, with English as the fallback where a translation is unavailable.

Response

List of tournaments accessible to your token. An empty match returns an empty tournaments array.

successboolean