Events
Introduction#
Below is an overview on how to fetch public event data for your events.
note
All APIs are current in beta and are subject to breaking changes
Collect Scores#
To retrieve the current live scores for your event you can create the following request:
where {event_id} is the unique id of the current event you wish to query
This API returns the followig format:
- An
arrayof the following typeteam: name of the team in the eventplacement: current placement for this team in the event (0 indexed)score: a score objectscore: the calculated score for this team in this event. THis is based on the scoring algorithm that is selected when the event was createdrecords: a list of metadata about the matches that attributed to their current score