Skip to main content
GET
List Tournaments API
Tournaments module is only available with paid plans. Contact us to know more.

About this API

Returns all tournaments accessible to your token. Both query parameters are optional and can be combined to filter the list.
There is no pagination on this API. The response is a finite list, and an empty match returns "tournaments": [].

API specification

Authorizations

Authorization
string
header
required

You can find the Bearer token for this API under Settings & Admin > API Tokens within the Gamezop Business Dashboard.

Query Parameters

status
enum<string>

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

Available options:
future,
live,
past
game_code
string

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

lang
string

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.

Required string length: 2

Response

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

success
boolean
data
object