List Leagues

Update Time: 2021-08-05 17:28

Introduction

List leagues,including upcoming, running, past, delayed and deleted leagues

Request

  • Path: /esport/lol/league/list
  • Method: GET
  • Calls: Unlimited calls for paid plans, 200 calls per day for free trial.
  • Recommend Calls: 1 day/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

Response

ParameterValueDescription
league_id long
name stringFull name
start_time longValue in milliseconds
end_time longValue in milliseconds
logo string
team_ids long[]
status int0Upcoming 1Ongoing 2Finished 3Delayed 4Deleted

Example Request

Example Response

{}
    List leagues,including upcoming, running, past, delayed and deleted leagues

    List LeaguesiSportsAPI

    Contact