Get Upcoming Matches

Update Time: 2021-08-05 17:48

Introduction

List upcoming matches

Request

  • Path: /esport/lol/match/recently
  • Method: GET
  • Calls: Unlimited calls for paid plans, 200 calls per day for free trial.
  • Recommend Calls: 6 hours/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 long
league_id long
status int0Upcoming 1Ongoing 2Finished 3Delayed 4Deleted
start_time longValue in milliseconds
bo int Best of X (Example: bo 3 = best of 3)
battle_ids list[]Only in-play match or finished match will return battle id
team_a_score int Only in-play match or finished match will return the score
team_a_id long
team_b_score intOnly in-play match or finished match will return the score
team_b_id long

Example Request

Example Response

{}
    List upcoming matches

    Get Upcoming MatchesiSportsAPI

    Contact