Get Upcoming Matches

Update Time: 2021-08-06 10:46

Introduction

List upcoming matches

Request

  • Path: /esport/dota/match/recently
  • Method: GET
  • Calls: Unlimited calls for paid plans, 200 calls per day for free trial.
  • Recommend Calls: 1 hour/call
  • Parameters:
ParameterValueRequiredDescription
offsetinttrueOptions to select results from where you want it to startExampleoffset=2 means you can get the results from the 2nd data
limitinttrueThe size of per page (1000

Response

ParameterValueDescription
match_id string
league_id string
match_time longValue in milliseconds
status int0Upcoming 1Ongoing 2Finished 3Delayed 4Deleted
round stringCurrent round
round_name string
bo intBest of X (Example: bo 3 = best of 3)
team_a_id long
team_b_id long
team_a_score int
team_b_score int

Example Request

Example Response

{}
    List upcoming matches

    Get Upcoming MatchesiSportsAPI

    Contact