1. Home
  2. Docs
  3. XML (Old API) – Will be deprecated soon
  4. XML API Changelog

XML API Changelog

21st April, 2021: Tennis “Gamescore” addition

Tennis “gamescore” addition to <results> element. The additional element is visible only when the Tennis games have statusType “live”.

Example:

<Results>
        <Result id="1" name="CURRENT" value="2-0"/>
        <Result id="2" name="GAMESCORE" value="15-30"/>
        <Period id="1" name="S1">
            <Detail name="SCORE" value="6-0"/>
        </Period>
        <Period id="2" name="S2">
            <Detail name="SCORE" value="7-6"/>
            <Detail name="TIEBREAK" value="10-8"/>
        </Period>
        <Period id="3" name="S3">
            <Detail name="SCORE" value="0-0"/>
        </Period>
        <Period id="4" name="S4">
            <Detail name="SCORE" value="0-0"/>
        </Period>
        <Period id="5" name="S5">
            <Detail name="SCORE" value="0-0"/>
        </Period>
    </Results>

Sports affected: Tennis

Calls affected:

  • type=1
  • type=2
  • type=3
  • type=5
  • type=6
  • type=10

Structure: The “gamescore” value is offered as <home>-<away> score.

Possible values: 0, 15, 30, 40, A (Advantage), – (dash only when the game is “live” and the gamescore is 0-0)

28th February, 2022: New match status “TF” (To Finish)

As of February 28th 2022 we are going to use a new match status. The new status will be shown as “TF” which means “TO FINISH”.

This status will be used when a match is Interrupted or Abandoned (it also applies for Tennis RAIN statuses that never start on that day) and the date of the match is set to the future with the Status “TF” meaning that is “To Finish a game that started in the past”.

Our statustype will be “sched” since the game is again Scheduled.

Example: