Skip to main content

Tournament endpoints

Information on existing tournaments

Tournament details by id

Explanation: Returns information about tournament by it’s id.

  • Path: https://api.elympics.cc/v2/tournament/tournament?tournamentId=(tournament-id)
  • Method: GET
  • Query params:
    • tournamentId - id of the tournament
  • Headers:
    • Elympics-Publisher-API-Key: YOUR_API_KEY
    • Authorization: Bearer PLAYER_JWT_TOKEN

Create tournament

Create casual tournament

Explanation: Creates free to play tournament for selected game.

  • Path: https://api.elympics.cc/v2/tournament/tournament/tournament-v2
  • Method: POST
  • Headers:
    • Elympics-Publisher-API-Key: YOUR_API_KEY
    • Authorization: Bearer PLAYER_JWT_TOKEN

Create pay per play tournament

Explanation: Creates tournament for selected game where every game costs player entry fee.

  • Path: https://api.elympics.cc/v2/tournament/tournament/tournament-v2
  • Method: POST
  • Headers:
    • Elympics-Publisher-API-Key: YOUR_API_KEY
    • Authorization: Bearer PLAYER_JWT_TOKEN

Create pass tournament

Explanation: Creates tournament for selected game where entrance to it costs one time entry fee. After payment player can enter the tournament unlimited number of times.

  • Path: https://api.elympics.cc/v2/tournament/tournament/tournament-v2
  • Method: POST
  • Headers:
    • Elympics-Publisher-API-Key: YOUR_API_KEY
    • Authorization: Bearer PLAYER_JWT_TOKEN