WebAPI/GetScheduledLeagueGames
< WebAPI
URL
GET http://api.steampowered.com/IDOTA2Match_<ID>/GetScheduledLeagueGames/v1/
Method-specific Parameters
- date_min (Optional) (uint32)
- Unix timestamp
- date_max (Optional) (uint32)
- Unix timestamp
Result Data
- result
-
- league_id
- Unique ID for the league of the match being played. A list of league IDs can be found via the GetLeagueListing method.
- game_id
- Unique ID of the game scheduled.
- teams
- List of participating teams; empty if not known.
- team_id
- team_name
- team_logo
- The UGC id for the team logo. You can resolve this with the GetUGCFileDetails method.
- starttime
- Unix timestamp.
- comment
- Description of the game.
- final
- Whether the game is a final or not.