WebAPI/GetScheduledLeagueGames

From Team Fortress Wiki
< WebAPI
Revision as of 17:33, 8 May 2013 by RJackson (talk | contribs) (Created page with "== URL == <nowiki>GET http://api.steampowered.com/IDOTA2Match_<ID>/GetScheduledLeagueGames/v1/</nowiki> == Method-specific Parameters == ;{{API optional|date_min}}: Unix timesta...")
(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)
Unix timestamp
date_max (Optional)
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.