An example from the Tournaments Live Events end point in December 2024
New URL: https://dde-api.data.imgarena.com/tournaments/liveevents
Live Event: Note: api will return a list of LiveEvent when hitting LiveEvents endpoint.
This endpoint lists the currently live booked events for which you are licenced. This allows you to determine which events have live streams available.
URL: https://dde-api.data.imgarena.com/tournaments/liveevents
We recommend that you request this REST endpoint every 10 seconds so that you have the most up-to-date information on the events that are currently live on the DDE.
You will use the response from this end point to decide which live streams that you should connect to. As soon as you see a live stream available on this end point you should commence connecting to the websocket for that individual live stream event.
This endpoint currently takes no request parameters, we aim to add them, and once we have they will be detailed here.
An array of live event objects.
Field Name
Type
Description
tournamentName
string
Name of the tournament
eventId
string
Unique identifier for this event
startTime
object
StartTime object indicating when the match was scheduled to start
teamA
object
A team status object describing the first team taking part
teamB
object
A team object describing the second team taking part