Get Upcoming Matches

Update Time: 2021-08-10 09:30

Introduction

List upcoming matches

Request

  • Path: /esport/csgo/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 long
league_id long
bo int
status int0Upcoming 1Ongoing 2Finished 3Delayed 4Deleted
match_time longValue in milliseconds
stage string
map_bp string[]
battle_ids long[]
is_forfeit boolTrue or false
live_battle_index intThe current round that are ongingExamplelive_battle_index=0 means the game have not yet started or no data for this gamelive_battle_index=1means the game is in round1
team_a_id long
team_a_score int
team_b_id long
team_b_score int

Example Request

Example Response

{}
    List upcoming matches

    Get Upcoming MatchesiSportsAPI

    Contact