<tournament>

What is tournament Element?

The tournament element provides information about a particular tournament and contains 2 sub-elements

Example XML Response Snippet

Here is an example of the tournament element shown in the fixture endpoint.

<tournament id="sr:tournament:132" name="NBA">            <sport id="sr:sport:2" name="Basketball"/>            <category id="sr:category:15" name="USA" country_code="USA"/></tournament>

Element Attributes

List of attributes in the tournament element:

Attribute

Meaning

Possible values

id

Unique ID of the competition the fixture belongs in

String value,

Example: id="sr:tournament:132"

name

Name of the tournament (main competition) the fixture belongs in

String value,

Example: name="NBA"

Last updated

Was this helpful?