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="Drawn">0</statistic>
          <statistic type="Lost">0</statistic>
          <statistic type="Played">2</statistic>
          <statistic type="Points Won">5</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="Drawn">0</statistic>
          <statistic type="Lost">1</statistic>
          <statistic type="Played">2</statistic>
          <statistic type="Points Won">1</statistic>
          <statistic type="Won">1</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
Drawn
Lost
Result Points Points Won

Docs Navigation