Difference between revisions of "WebAPI/GetScheduledLeagueGames"
< WebAPI
(Created page with "== URL == <nowiki>GET http://api.steampowered.com/IDOTA2Match_<ID>/GetScheduledLeagueGames/v1/</nowiki> == Method-specific Parameters == ;{{API optional|date_min}}: Unix timesta...") |
m (→Method-specific Parameters: Param types) |
||
Line 3: | Line 3: | ||
== Method-specific Parameters == | == Method-specific Parameters == | ||
− | ;{{API optional|date_min}}: Unix timestamp | + | ;{{API optional|date_min}} ''(uint32)'': Unix timestamp |
− | ;{{API optional|date_max}}: Unix timestamp | + | ;{{API optional|date_max}} ''(uint32)'': Unix timestamp |
== Result Data == | == Result Data == |
Revision as of 20:13, 8 May 2013
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.
Languages: | English |