Difference between revisions of "WebAPI/GetScheduledLeagueGames"

From Team Fortress Wiki
Jump to: navigation, search
m (Method-specific Parameters: Param types)
 
Line 18: Line 18:
 
:;final: Whether the game is a final or not.
 
:;final: Whether the game is a final or not.
  
{{Languages|WebAPI/GetScheduledLeagueGames}}
 
 
[[Category:WebAPI|GetScheduledLeagueGames]]
 
[[Category:WebAPI|GetScheduledLeagueGames]]

Latest revision as of 04:21, 21 October 2014

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.