Viewer API Legacy

The Viewer API is in legacy mode. Access to public data will soon be forbidden and the Viewer API deprecated. If you start a new project or are using the Viewer API to access your own competition data, you have to use the current API (previously named Organizer API).

API tournament ›

Overview

The Viewer API allows you to view the public information of a tournament. It focuses on reading information and does not create or modify data. You do not need any special permission from the organizer to access public information.

The Viewer API is appropriate if you want to:

  • List tournaments from a playlist.
  • Provide detailed information about a tournament.
  • List the participants of a tournament.
  • Provide a tournament schedule.
  • Display match results, brackets and rankings.
  • Show streams or videos of a match.

The API is divided into several sections. Each section provides the different access points related to a single entity.

Sections

OpenAPI 3.0 specification

We also provide you with the OpenAPI 3.0 specification schema of our API. This specification allows us to describe our API with a standard format. Developers can import these files into interactive REST clients (such as Postman or Insomnia) or use these files to generate code and quickly perform calls to our API.

You can find more information on the OpenAPI initiative website.

You can also find a list of tools developed for OpenAPI on the OpenAPI tools website.