Get Past Matches

Update Time: 2021-08-05 17:53

Introduction

List past matches, you can get the whole historical data by using this endpoint

Request

  • Path: /esport/lol/match/final_score
  • Method: GET
  • Calls: Unlimited calls for paid plans, 200 calls per day for free trial.
  • Recommend Calls: 3 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
date stringfalseOptions to search by dateExample2020-01-01
dayintfalseOptions to search the data that changed by a specific number of days

Response

ParameterValueDescription
match_id long
league_id long
status int0Upcoming 1Ongoing 2Finished 3Delayed 4Deleted
start_time long
bo intBest of X (Example: bo 3 = best of 3)
battle_ids long[]Only in-play match or finished match will return battle id
team_a_score intOnly 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 past matches, you can get the whole historical data by using this endpoint

    Get Past MatchesiSportsAPI

    Contact