List Tournaments API
Tournaments
List Tournaments API
Lists tournaments accessible to your token, optionally filtered by status and game. Rate limit: 10 requests per minute, per token.
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
You can find the Bearer token for this API under Settings & Admin > API Tokens within the Gamezop Business Dashboard.
Query Parameters
Filter by tournament state. If omitted, tournaments in all states are returned.
Available options:
future, live, past Filter by a specific game. Use the code value from the All Games API. If omitted, tournaments for all games are returned.
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