WebAPI/GetScheduledLeagueGames

From Team Fortress Wiki
< WebAPI
Revision as of 04:21, 21 October 2014 by Darkid (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.