• Register

API Data Dictionary - Standings

Standings

Example of a standings element. 

<olympics>
  <event identifier="FBM400">
    <teamEvent>Yes</teamEvent>
    <gender>Men</gender>
    <description>Men</description>
    <disciplineDescription identifier="football">Football</disciplineDescription>
    <phase identifier="FBM400C">
      <code>C</code>
      <type>Competition</type>
      <description>Group C</description>
      <standings>
        <entrant order="1" type="Team">
          <rank>1</rank>
          <statistic type="Against">6</statistic>
          <statistic type="Diff">3</statistic>                    
	  <statistic type="Drawn">1</statistic>                    
	  <statistic type="For">9</statistic>                    
	  <statistic type="Lost">0</statistic>                    
	  <statistic type="Played">3</statistic>                    
	  <statistic type="Points Won">7</statistic>                    
	  <statistic type="Won">2</statistic>
          <country identifier="ITA">
            <name>Italy</name>
            <longName>Italy</longName>
          </country>
        </entrant>
        <entrant order="2" type="Team">
          <rank>2</rank>
          <statistic type="Against">6</statistic>                    
 	  <statistic type="Diff">3</statistic>                    
	  <statistic type="Drawn">1</statistic>                    
	  <statistic type="For">9</statistic>                    
          <statistic type="Lost">0</statistic>                    
	  <statistic type="Played">3</statistic>                    
	  <statistic type="Points Won">7</statistic>                    
	  <statistic type="Won">2</statistic>
          <country identifier="BEL">
            <name>Belgium</name>
            <longName>Belgium</longName>
          </country>
        </entrant>

 

Global Standings statistics

Global Standing statistics which will appear in standing endpoints.

<statistic type="Drawn">1</statistic>
Standings statistic   Types(s) Value(s)   Description    
Games Played
Won
Overtime Won Overtime Won is sport dependant (e.g. Ice Hockey but not Football)
Overtime Lost Overtime Lost is sport dependant (e.g. Ice Hockey but not Football)
Drawn
Lost
Result Points Points Won
Actions For
Against
Diff
Sets Ratio

Docs Navigation