API:getTeamStandings

Gibt die Mannschaftstabelle einer Liga aus.

URL

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

Parameter

leagueId Liga, deren Mannschaftstabelle geliefert werden soll
minPeriod Filtert Spiele nach Durchgang (optional)
maxPeriod  Filtert Spiele nach Durchgang (optional)
minRound Filtert Spiele nach Runde (optional)
maxRound FiltertSpiele nach Runde (optional)

Hinweis: leagueId kann mit getLeagues, Durchgangs-/Rundendaten mit getRounds ermittelt werden. Durch die Angabe eines Filters können spezielle Tabellen, wie z.B. eine Herbsttabelle bzw. Hinspieltabelle berechnet werden.

Variablen

<rank> UINT Platzierung
<rank_effect STRING Auf-/Abstiegsmarkierung:
<team_id> STRING Name des Verbandes
<team_short_name> STRING Kurzname der Mannschaft
<team_code> STRING Abkürzung der Mannschaft
<club_id> UINT eindeutige ID des Vereins
<club_name> STRING Bezeichnung des Vereins
<games_played> UINT gespielte Partien
<games_won> UINT gewonne Partien
<games_drawn> UINT unentschiedene Partien
<games_lost> UINT verlorene Partien
<matches_won> UINT gewonnene Spiele
<matches_lost> UINT verlorene Spiele
<sets_won> UINT gewonnene Sätze
<sets_lost> UINT verlorene Sätze
<points> UINT Punkte

Beispiele

Ausgabe der Rangliste der Salzburger Landesliga 2013/2014
https://oettv.xttv.at/xml/v1/getTeamStandings.php?apikey=<apikey>&leagueId=1739
<?xml version="1.0" encoding="UTF-8"?>
<team_standing>
 <standing_row>
  <rank>1</rank>
  <rank_effect>must_promote</rank_effect>
  <team_id>13404</team_id>
  <team_short_name>Neumarkt 1</team_short_name>
  <team_code>NEUM1</team_code>
  <club_id>254</club_id>
  <club_name>UTTC Neumarkt</club_name>
  <games_played>11</games_played>
  <games_won>9</games_won>
  <games_drawn>1</games_drawn>
  <games_lost>1</games_lost>
  <matches_won>81</matches_won>
  <matches_lost>29</matches_lost>
  <sets_won>281</sets_won>
  <sets_lost>164</sets_lost>
  <points>19</points>
 </standing_row>
 <standing_row>
  <rank>2</rank>
  <rank_effect>must_promote</rank_effect>
  <team_id>13330</team_id>
  <team_short_name>Oberndorf 1</team_short_name>
  <team_code>OBED1</team_code>
  <club_id>246</club_id>
  <club_name>TTC Oberndorf</club_name>
  <games_played>11</games_played>
  <games_won>9</games_won>
  <games_drawn>0</games_drawn>
  <games_lost>2</games_lost>
  <matches_won>83</matches_won>
  <matches_lost>27</matches_lost>
  <sets_won>277</sets_won>
  <sets_lost>145</sets_lost>
  <points>18</points>
 </standing_row>
 <standing_row>
  <rank>3</rank>
  <rank_effect>must_promote</rank_effect>
  <team_id>12913</team_id>
  <team_short_name>Salzburg UTTC 2</team_short_name>
  <team_code>SALZ2</team_code>
  <club_id>163</club_id>
  <club_name>UTTC Sparkasse Salzburg</club_name>
  <games_played>11</games_played>
  <games_won>8</games_won>
  <games_drawn>0</games_drawn>
  <games_lost>3</games_lost>
  <matches_won>65</matches_won>
  <matches_lost>45</matches_lost>
  <sets_won>241</sets_won>
  <sets_lost>181</sets_lost>
  <points>16</points>
 </standing_row>
 <standing_row>
  <rank>4</rank>
  <rank_effect>must_promote</rank_effect>
  <team_id>13420</team_id>
  <team_short_name>St. Georgen 1</team_short_name>
  <team_code>GEOR1</team_code>
  <club_id>250</club_id>
  <club_name>USV St. Georgen</club_name>
  <games_played>11</games_played>
  <games_won>5</games_won>
  <games_drawn>3</games_drawn>
  <games_lost>3</games_lost>
  <matches_won>59</matches_won>
  <matches_lost>51</matches_lost>
  <sets_won>231</sets_won>
  <sets_lost>213</sets_lost>
  <points>13</points>
 </standing_row>
 <standing_row>
  <rank>5</rank>
  <rank_effect>must_promote</rank_effect>
  <team_id>13088</team_id>
  <team_short_name>Kuchl 2</team_short_name>
  <team_code>KUCH2</team_code>
  <club_id>150</club_id>
  <club_name>TTC Raiffeisen Kuchl</club_name>
  <games_played>11</games_played>
  <games_won>6</games_won>
  <games_drawn>1</games_drawn>
  <games_lost>4</games_lost>
  <matches_won>56</matches_won>
  <matches_lost>54</matches_lost>
  <sets_won>229</sets_won>
  <sets_lost>218</sets_lost>
  <points>13</points>
 </standing_row>
 <standing_row>
  <rank>6</rank>
  <rank_effect>must_promote</rank_effect>
  <team_id>13250</team_id>
  <team_short_name>Saalfelden 2</team_short_name>
  <team_code>SAAL2</team_code>
  <club_id>162</club_id>
  <club_name>ASVÖ Tischtennis Ohlicher Saalfelden</club_name>
  <games_played>11</games_played>
  <games_won>5</games_won>
  <games_drawn>2</games_drawn>
  <games_lost>4</games_lost>
  <matches_won>54</matches_won>
  <matches_lost>56</matches_lost>
  <sets_won>209</sets_won>
  <sets_lost>224</sets_lost>
  <points>12</points>
 </standing_row>
 <standing_row>
  <rank>7</rank>
  <rank_effect></rank_effect>
  <team_id>12586</team_id>
  <team_short_name>Mattsee 1</team_short_name>
  <team_code>MATT1</team_code>
  <club_id>253</club_id>
  <club_name>UTTC Mattsee</club_name>
  <games_played>11</games_played>
  <games_won>4</games_won>
  <games_drawn>3</games_drawn>
  <games_lost>4</games_lost>
  <matches_won>58</matches_won>
  <matches_lost>52</matches_lost>
  <sets_won>223</sets_won>
  <sets_lost>211</sets_lost>
  <points>11</points>
 </standing_row>
 <standing_row>
  <rank>8</rank>
  <rank_effect></rank_effect>
  <team_id>13398</team_id>
  <team_short_name>Tamsweg 1</team_short_name>
  <team_code>TAMS1</team_code>
  <club_id>245</club_id>
  <club_name>TTC Intersport Frühstückl Tamsweg</club_name>
  <games_played>11</games_played>
  <games_won>4</games_won>
  <games_drawn>2</games_drawn>
  <games_lost>5</games_lost>
  <matches_won>50</matches_won>
  <matches_lost>60</matches_lost>
  <sets_won>211</sets_won>
  <sets_lost>226</sets_lost>
  <points>10</points>
 </standing_row>
 <standing_row>
  <rank>9</rank>
  <rank_effect></rank_effect>
  <team_id>13408</team_id>
  <team_short_name>Salzburg ATSV 1</team_short_name>
  <team_code>ATSV1</team_code>
  <club_id>235</club_id>
  <club_name>ATSV Salzburg</club_name>
  <games_played>11</games_played>
  <games_won>2</games_won>
  <games_drawn>4</games_drawn>
  <games_lost>5</games_lost>
  <matches_won>51</matches_won>
  <matches_lost>59</matches_lost>
  <sets_won>203</sets_won>
  <sets_lost>223</sets_lost>
  <points>8</points>
 </standing_row>
 <standing_row>
  <rank>10</rank>
  <rank_effect></rank_effect>
  <team_id>13106</team_id>
  <team_short_name>Bischofshofen 1</team_short_name>
  <team_code>BHOF1</team_code>
  <club_id>238</club_id>
  <club_name>ESV Bischofshofen</club_name>
  <games_played>11</games_played>
  <games_won>3</games_won>
  <games_drawn>1</games_drawn>
  <games_lost>7</games_lost>
  <matches_won>42</matches_won>
  <matches_lost>68</matches_lost>
  <sets_won>178</sets_won>
  <sets_lost>247</sets_lost>
  <points>7</points>
 </standing_row>
 <standing_row>
  <rank>11</rank>
  <rank_effect></rank_effect>
  <team_id>13405</team_id>
  <team_short_name>Neumarkt 2</team_short_name>
  <team_code>NEUM2</team_code>
  <club_id>254</club_id>
  <club_name>UTTC Neumarkt</club_name>
  <games_played>11</games_played>
  <games_won>1</games_won>
  <games_drawn>1</games_drawn>
  <games_lost>9</games_lost>
  <matches_won>27</matches_won>
  <matches_lost>83</matches_lost>
  <sets_won>143</sets_won>
  <sets_lost>282</sets_lost>
  <points>3</points>
 </standing_row>
 <standing_row>
  <rank>12</rank>
  <rank_effect></rank_effect>
  <team_id>13160</team_id>
  <team_short_name>Wals 1</team_short_name>
  <team_code>WALS1</team_code>
  <club_id>240</club_id>
  <club_name>HSV Wals</club_name>
  <games_played>11</games_played>
  <games_won>1</games_won>
  <games_drawn>0</games_drawn>
  <games_lost>10</games_lost>
  <matches_won>34</matches_won>
  <matches_lost>76</matches_lost>
  <sets_won>173</sets_won>
  <sets_lost>265</sets_lost>
  <points>2</points>
 </standing_row>
</team_standing>