WebAPI/GetLeagueListing

From Team Fortress Wiki
< WebAPI
Revision as of 19:59, 3 February 2013 by RJackson (talk | contribs) (Git some league.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

URL

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

Supported IDs: 570, 205790.

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