Difference between revisions of "WebAPI/GetLeagueListing"

From Team Fortress Wiki
Jump to: navigation, search
m (Minor tweaks)
m (IDOTA2Match_<id> is now supported on 816.)
Line 15: Line 15:
  
 
== Notes ==
 
== Notes ==
* The interface IDOTA2Match_<ID> does not support app id 816.
 
 
<references/>
 
<references/>
  
 
{{Languages|WebAPI/GetLeagueListing}}
 
{{Languages|WebAPI/GetLeagueListing}}
 
[[Category:WebAPI|GetLeagueListing]]
 
[[Category:WebAPI|GetLeagueListing]]

Revision as of 04:52, 7 February 2013

URL

GET http://api.steampowered.com/IDOTA2Match_<ID>/GetLeagueListing/v1/

Method-specific Parameters

language (Optional)
The ISO639-1 language code for the language all tokenized strings should be returned in. Not all strings have been translated to every language. If a language does not have a string, the English string will be returned instead. If this parameter is omitted the string token will be returned for the strings.

Result Data

result
leagues
A list of leagues supported in-game via DotaTV.
name
The name of the league.
leagueid
The league's unique ID.
description
A description of the league.
tournament_url
The league's website.

Notes