API:getDoubleTeamStandings

Gibt die Team-Doppelrangliste einer Liga zurück.

URL

https://oettv.xttv.at/xml/v1/getDoubleTeamStandings.php

Parameter

leagueId  Id der Liga, deren Team-Doppelrangliste ausgegeben werden soll
minSeason
minRound
maxSeason
maxRound

Hinweis:

Variablen

Beispiele

Team-Doppelrangliste der Liga 7366 (leagueId=7366)
https://oettv.xttv.at/xml/v1/getDoubleTeamStandings.php?apikey=<apikey>&leagueId=7366
<double_standing>
<league_id>7366</league_id>
<type>team</type>
<standing_row>
<rank>1</rank>
<team_id>45328</team_id>
<team_short_name>Neulengbach 4</team_short_name>
<team_code>NEUL4</team_code>
<club_id>69</club_id>
<club_name>UTTV Raiffeisenbank Neulengbach</club_name>
<games_played>8</games_played>
<matches_won>7</matches_won>
<matches_lost>1</matches_lost>
<sets_won>22</sets_won>
<sets_lost>9</sets_lost>
</standing_row>
<standing_row>
...