Events

Modified on Tue, 01 Mar 2022 at 04:49 PM

Events an array of Event elements. Every Event element holds Fixture, Markets, Livescore, OutrightFixture, OutrightLeague, OutrightScore elements. It is structured as follows:

XML Example

<Events>
  <Event FixtureId="1385821">
      <Fixture>
        ...
      </Fixture>
      <Markets>
        ...
      </Markets>
      <Livescore>
        ...
      </Livescore>
      <OutrightFixture>
        ...
      </OutrightFixture>
      <OutrightLeague>
        ...
      </OutrightLeague>
      <OutrightScore>
        ...
      </OutrightScore>
  </Event>
  <Event FixtureId="1385822">
    ...
  </Event>
  <Event FixtureId="1385823">
    ...
  </Event>
</Events>

Json Example

{
    "Events": [
      {
        "FixtureId": 1385821,
        "Fixture": {
        ...
        },
        "Markets": {
        ...
        },
        "Livescore": {
        ...
        },
        "OutrightFixture": {
        ...
        },
        "OutrightLeague": {
        ...
        },
        "OutrightScore": {
        ...
        }
      },
      {
        "FixtureId": 1385822
      },
      {
        "FixtureId": 1385823
      }
    ]
}

Model

ElementData TypeDescription
Event.FixtureIdintThe unique ID of the fixture.
Event.FixtureintFixture
Event.MarketsintMarkets
Event.LivescoreintLivescore
Event.OutrightFixtureintOutrightFixture
Event.OutrightLeagueintOutrightLeague
Event.OutrightLivescoreintOutrightLivescore

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article