• Register

API Data Dictionary - Toss Win Type

Toss Win Types

Toss Win Types identify the type of the toss result.(e.g line 9)

<cricket>
    <match id="2bf02afa-d744-f756-c793-cd7ae43367fd">
        <dateTime>2010-10-08T16:00:00</dateTime> 
        <status>result</status>
        <currentDay>1</currentDay>
        <totalDays>1</totalDays>
        <toss>
            <description>Zimbabwe won the toss and elected to field</description>
            <winner type="field">
                <team id="45df02c4-1a79-eda4-292b-36fae063d8c3">
                    <name>Zimbabwe</name>
                </team>
            </winner>
        </toss>
        ...
    </match>
</cricket>    

List of available types for a toss result.

Type(s) Description
field  
bat

Docs Navigation