• Register

API Data Dictionary - Event Units

Scheduled Event Unit

Example of a scheduled event unit element. 

<olympics>   
  <eventUnit identifier="SWW054101">       
    <description>Women's 400m Individual Medley Final</description>       
    <unitType>Individuals</unitType>       
    <medalEvent>Yes</medalEvent>       
    <scheduleInfo>           
      <start date="2016-04-15" time="18:24:00" utc="2016-04-15T21:24:00Z"/>         
      <end date="2016-04-15" time="18:30:00" utc="2016-04-15T21:30:00Z"/>           
      <status>Finished</status>            
      <session>Evening</session>           
      <venue identifier="olympic-aquatics-stadium">               
        <name>Olympic Aquatics Stadium</name>           
      </venue>           
      <description>Women's 400m Individual Medley Final</description>           
      <startListAvailable>Yes</startListAvailable>           
      <resultAvailable>Yes</resultAvailable>       
    </scheduleInfo>   
  </eventUnit>
</olympics>

 

Schedule Info Session

Schedule info session types e.g.

<session>Morning</session>
Schedule Info Sessions   Value(s)   Description    
Afternoon
All Day
Early Afternoon
Evening
Late Afternoon
Morning

Schedule Status Types

Schedule status types which appear under event-units e.g.

<status>Official</status>
Schedule Status Types   Value(s)   Games     Description
  Planned <= 2014
Scheduled
Unit to be conducted
Scheduled Break Since 2016

Planned break in competition

Getting Ready Since 2016

Start of competition is imminent

Running
Competition in progress
Unofficial <= 2014
Offical <= 2014
Finished Since 2016 All play is completed
Interrupted Since 2016

Competition has started but is now stopped temporarily

Delayed

Competition has not started and start is late (no new time)

Cancelled

Competition unit was schedule and will not now take place

Protested
Postponed

Competition has stopped and will take place at a new time (to be determined)

Rescheduled

The start (or re-start) of the competition has changed to a new time (new time is known)

Event Unit Types

Event Unit Types which appear under event-units e.g.

<unitType>Individuals Head to Head</unitType>
Event Unit Types   Value(s)   Description    
  Couples
Couples Head to Head
Individuals
Individuals Head to Head
NOC
NOC Head to Head
Not Applicable
Team
Team Head to Head

Start Lists

Start lists contain entrant types

Entrant type value  Value        Description
AA01 Athlete       
P01 Alternate Athlete
UM Umpire
COACH Coach
AST_COA Assistant Coach
CMM Commissioner
JUR_ME Jury Member
RE Referee
Line_Judge Line judge
OFFIC Official
R1 First Referee
R2 Second Referee
J1 - J7 Judge 1 - Judge 7
SK Scorer
JU Chief/Judge
CHOR Choreographer
UR Chair Umpire

Results

Example of a result type element. 

<olympics>    
  <eventUnit identifier="GOM001102">       
    ...    
    <result type="Offical" timestamp="2016-04-09T09:05:44Z">            
      <entrant order="1" type="Individual" code="7360055">
      ...
      </entrant>
      ... 
    </result> 
  </eventUnit>
</olympics>   

Result types which appear under event-units e.g.

<result type="Official" timestamp="2016-04-09T09:05:44Z">

Result Types   Value(s)   Description    
  Intermediate

When competition is stopped, used at pre-defined points

Partial

Incomplete list, Final Ranking

Real-Time Results of unit before it is completed - running results
Unconfirmed

When the unit is over but not yet unofficial or official

Unofficial

Results of the competition released as soon as the event is over, not waiting any official decision of the International Federation.

Official

Results of the competition released as soon as the event is officially confirmed taking into account the resolution of the protests, etc           .

Protested

After the competition is no longer LIVE and a protest has been lodged

 

Event Wrappers

‘Wrapper’ events signify a group or section of events. The ‘wrapper’ events update during the progress of the rest of the events within the session, displaying the same status values as the schedules. 

Docs Navigation