GET LiveInPlay/GetFixtures

Get all active fixtures that have inrunning betting. Status key: 1=inrunning, 3=Closed

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

GetFixturesResponse
NameDescriptionTypeAdditional information
ResponseObject

Collection of GetWebApiFixtures

None.

ResponseType

Gets or sets the type of the response.

integer

None.

ResponseMessage

Gets or sets the response message.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseObject": [
    {
      "Sport": "sample string 1",
      "Tournament": "sample string 2",
      "EventName": "sample string 3",
      "StartTime": "2025-12-06T06:55:19.3073791+02:00",
      "Country": "sample string 5",
      "FixtureId": "sample string 6",
      "GameState": [
        {
          "SportName": "sample string 1",
          "GameTime": "sample string 2",
          "MatchSummary": "sample string 3",
          "ConciseMatchSummary": "sample string 4",
          "Home": {
            "Goals": 1,
            "Penalties": 2,
            "YellowCards": 3,
            "RedCards": 4,
            "Corners": 5
          },
          "Away": {
            "Goals": 1,
            "Penalties": 2,
            "YellowCards": 3,
            "RedCards": 4,
            "Corners": 5
          },
          "Sets": [
            {
              "SetNumber": 1,
              "SetResult": "sample string 2"
            },
            {
              "SetNumber": 1,
              "SetResult": "sample string 2"
            }
          ],
          "SetsPlayed": 5,
          "Points": "sample string 6",
          "otherGameStates": [
            {
              "GameStateName": "sample string 1",
              "GameStateValue": "sample string 2"
            },
            {
              "GameStateName": "sample string 1",
              "GameStateValue": "sample string 2"
            }
          ]
        },
        {
          "SportName": "sample string 1",
          "GameTime": "sample string 2",
          "MatchSummary": "sample string 3",
          "ConciseMatchSummary": "sample string 4",
          "Home": {
            "Goals": 1,
            "Penalties": 2,
            "YellowCards": 3,
            "RedCards": 4,
            "Corners": 5
          },
          "Away": {
            "Goals": 1,
            "Penalties": 2,
            "YellowCards": 3,
            "RedCards": 4,
            "Corners": 5
          },
          "Sets": [
            {
              "SetNumber": 1,
              "SetResult": "sample string 2"
            },
            {
              "SetNumber": 1,
              "SetResult": "sample string 2"
            }
          ],
          "SetsPlayed": 5,
          "Points": "sample string 6",
          "otherGameStates": [
            {
              "GameStateName": "sample string 1",
              "GameStateValue": "sample string 2"
            },
            {
              "GameStateName": "sample string 1",
              "GameStateValue": "sample string 2"
            }
          ]
        }
      ],
      "Status": 7,
      "StatscoreEventID": 8,
      "StatscoreIsMapped": true
    },
    {
      "Sport": "sample string 1",
      "Tournament": "sample string 2",
      "EventName": "sample string 3",
      "StartTime": "2025-12-06T06:55:19.3073791+02:00",
      "Country": "sample string 5",
      "FixtureId": "sample string 6",
      "GameState": [
        {
          "SportName": "sample string 1",
          "GameTime": "sample string 2",
          "MatchSummary": "sample string 3",
          "ConciseMatchSummary": "sample string 4",
          "Home": {
            "Goals": 1,
            "Penalties": 2,
            "YellowCards": 3,
            "RedCards": 4,
            "Corners": 5
          },
          "Away": {
            "Goals": 1,
            "Penalties": 2,
            "YellowCards": 3,
            "RedCards": 4,
            "Corners": 5
          },
          "Sets": [
            {
              "SetNumber": 1,
              "SetResult": "sample string 2"
            },
            {
              "SetNumber": 1,
              "SetResult": "sample string 2"
            }
          ],
          "SetsPlayed": 5,
          "Points": "sample string 6",
          "otherGameStates": [
            {
              "GameStateName": "sample string 1",
              "GameStateValue": "sample string 2"
            },
            {
              "GameStateName": "sample string 1",
              "GameStateValue": "sample string 2"
            }
          ]
        },
        {
          "SportName": "sample string 1",
          "GameTime": "sample string 2",
          "MatchSummary": "sample string 3",
          "ConciseMatchSummary": "sample string 4",
          "Home": {
            "Goals": 1,
            "Penalties": 2,
            "YellowCards": 3,
            "RedCards": 4,
            "Corners": 5
          },
          "Away": {
            "Goals": 1,
            "Penalties": 2,
            "YellowCards": 3,
            "RedCards": 4,
            "Corners": 5
          },
          "Sets": [
            {
              "SetNumber": 1,
              "SetResult": "sample string 2"
            },
            {
              "SetNumber": 1,
              "SetResult": "sample string 2"
            }
          ],
          "SetsPlayed": 5,
          "Points": "sample string 6",
          "otherGameStates": [
            {
              "GameStateName": "sample string 1",
              "GameStateValue": "sample string 2"
            },
            {
              "GameStateName": "sample string 1",
              "GameStateValue": "sample string 2"
            }
          ]
        }
      ],
      "Status": 7,
      "StatscoreEventID": 8,
      "StatscoreIsMapped": true
    }
  ],
  "ResponseType": 1,
  "ResponseMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<GetFixturesResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models">
  <ResponseMessage>sample string 2</ResponseMessage>
  <ResponseType>1</ResponseType>
  <ResponseObject xmlns:d2p1="http://schemas.datacontract.org/2004/07/Live.In.Play.Models">
    <d2p1:GetWebApiFixtures>
      <d2p1:Country>sample string 5</d2p1:Country>
      <d2p1:EventName>sample string 3</d2p1:EventName>
      <d2p1:FixtureId>sample string 6</d2p1:FixtureId>
      <d2p1:GameState>
        <d2p1:FixtureGameState>
          <d2p1:Away>
            <d2p1:Corners>5</d2p1:Corners>
            <d2p1:Goals>1</d2p1:Goals>
            <d2p1:Penalties>2</d2p1:Penalties>
            <d2p1:RedCards>4</d2p1:RedCards>
            <d2p1:YellowCards>3</d2p1:YellowCards>
          </d2p1:Away>
          <d2p1:ConciseMatchSummary>sample string 4</d2p1:ConciseMatchSummary>
          <d2p1:GameTime>sample string 2</d2p1:GameTime>
          <d2p1:Home>
            <d2p1:Corners>5</d2p1:Corners>
            <d2p1:Goals>1</d2p1:Goals>
            <d2p1:Penalties>2</d2p1:Penalties>
            <d2p1:RedCards>4</d2p1:RedCards>
            <d2p1:YellowCards>3</d2p1:YellowCards>
          </d2p1:Home>
          <d2p1:MatchSummary>sample string 3</d2p1:MatchSummary>
          <d2p1:Points>sample string 6</d2p1:Points>
          <d2p1:Sets>
            <d2p1:Sets>
              <d2p1:SetNumber>1</d2p1:SetNumber>
              <d2p1:SetResult>sample string 2</d2p1:SetResult>
            </d2p1:Sets>
            <d2p1:Sets>
              <d2p1:SetNumber>1</d2p1:SetNumber>
              <d2p1:SetResult>sample string 2</d2p1:SetResult>
            </d2p1:Sets>
          </d2p1:Sets>
          <d2p1:SetsPlayed>5</d2p1:SetsPlayed>
          <d2p1:SportName>sample string 1</d2p1:SportName>
          <d2p1:otherGameStates>
            <d2p1:FixtureGameStateOther>
              <d2p1:GameStateName>sample string 1</d2p1:GameStateName>
              <d2p1:GameStateValue>sample string 2</d2p1:GameStateValue>
            </d2p1:FixtureGameStateOther>
            <d2p1:FixtureGameStateOther>
              <d2p1:GameStateName>sample string 1</d2p1:GameStateName>
              <d2p1:GameStateValue>sample string 2</d2p1:GameStateValue>
            </d2p1:FixtureGameStateOther>
          </d2p1:otherGameStates>
        </d2p1:FixtureGameState>
        <d2p1:FixtureGameState>
          <d2p1:Away>
            <d2p1:Corners>5</d2p1:Corners>
            <d2p1:Goals>1</d2p1:Goals>
            <d2p1:Penalties>2</d2p1:Penalties>
            <d2p1:RedCards>4</d2p1:RedCards>
            <d2p1:YellowCards>3</d2p1:YellowCards>
          </d2p1:Away>
          <d2p1:ConciseMatchSummary>sample string 4</d2p1:ConciseMatchSummary>
          <d2p1:GameTime>sample string 2</d2p1:GameTime>
          <d2p1:Home>
            <d2p1:Corners>5</d2p1:Corners>
            <d2p1:Goals>1</d2p1:Goals>
            <d2p1:Penalties>2</d2p1:Penalties>
            <d2p1:RedCards>4</d2p1:RedCards>
            <d2p1:YellowCards>3</d2p1:YellowCards>
          </d2p1:Home>
          <d2p1:MatchSummary>sample string 3</d2p1:MatchSummary>
          <d2p1:Points>sample string 6</d2p1:Points>
          <d2p1:Sets>
            <d2p1:Sets>
              <d2p1:SetNumber>1</d2p1:SetNumber>
              <d2p1:SetResult>sample string 2</d2p1:SetResult>
            </d2p1:Sets>
            <d2p1:Sets>
              <d2p1:SetNumber>1</d2p1:SetNumber>
              <d2p1:SetResult>sample string 2</d2p1:SetResult>
            </d2p1:Sets>
          </d2p1:Sets>
          <d2p1:SetsPlayed>5</d2p1:SetsPlayed>
          <d2p1:SportName>sample string 1</d2p1:SportName>
          <d2p1:otherGameStates>
            <d2p1:FixtureGameStateOther>
              <d2p1:GameStateName>sample string 1</d2p1:GameStateName>
              <d2p1:GameStateValue>sample string 2</d2p1:GameStateValue>
            </d2p1:FixtureGameStateOther>
            <d2p1:FixtureGameStateOther>
              <d2p1:GameStateName>sample string 1</d2p1:GameStateName>
              <d2p1:GameStateValue>sample string 2</d2p1:GameStateValue>
            </d2p1:FixtureGameStateOther>
          </d2p1:otherGameStates>
        </d2p1:FixtureGameState>
      </d2p1:GameState>
      <d2p1:Sport>sample string 1</d2p1:Sport>
      <d2p1:StartTime>2025-12-06T06:55:19.3073791+02:00</d2p1:StartTime>
      <d2p1:StatscoreEventID>8</d2p1:StatscoreEventID>
      <d2p1:StatscoreIsMapped>true</d2p1:StatscoreIsMapped>
      <d2p1:Status>7</d2p1:Status>
      <d2p1:Tournament>sample string 2</d2p1:Tournament>
    </d2p1:GetWebApiFixtures>
    <d2p1:GetWebApiFixtures>
      <d2p1:Country>sample string 5</d2p1:Country>
      <d2p1:EventName>sample string 3</d2p1:EventName>
      <d2p1:FixtureId>sample string 6</d2p1:FixtureId>
      <d2p1:GameState>
        <d2p1:FixtureGameState>
          <d2p1:Away>
            <d2p1:Corners>5</d2p1:Corners>
            <d2p1:Goals>1</d2p1:Goals>
            <d2p1:Penalties>2</d2p1:Penalties>
            <d2p1:RedCards>4</d2p1:RedCards>
            <d2p1:YellowCards>3</d2p1:YellowCards>
          </d2p1:Away>
          <d2p1:ConciseMatchSummary>sample string 4</d2p1:ConciseMatchSummary>
          <d2p1:GameTime>sample string 2</d2p1:GameTime>
          <d2p1:Home>
            <d2p1:Corners>5</d2p1:Corners>
            <d2p1:Goals>1</d2p1:Goals>
            <d2p1:Penalties>2</d2p1:Penalties>
            <d2p1:RedCards>4</d2p1:RedCards>
            <d2p1:YellowCards>3</d2p1:YellowCards>
          </d2p1:Home>
          <d2p1:MatchSummary>sample string 3</d2p1:MatchSummary>
          <d2p1:Points>sample string 6</d2p1:Points>
          <d2p1:Sets>
            <d2p1:Sets>
              <d2p1:SetNumber>1</d2p1:SetNumber>
              <d2p1:SetResult>sample string 2</d2p1:SetResult>
            </d2p1:Sets>
            <d2p1:Sets>
              <d2p1:SetNumber>1</d2p1:SetNumber>
              <d2p1:SetResult>sample string 2</d2p1:SetResult>
            </d2p1:Sets>
          </d2p1:Sets>
          <d2p1:SetsPlayed>5</d2p1:SetsPlayed>
          <d2p1:SportName>sample string 1</d2p1:SportName>
          <d2p1:otherGameStates>
            <d2p1:FixtureGameStateOther>
              <d2p1:GameStateName>sample string 1</d2p1:GameStateName>
              <d2p1:GameStateValue>sample string 2</d2p1:GameStateValue>
            </d2p1:FixtureGameStateOther>
            <d2p1:FixtureGameStateOther>
              <d2p1:GameStateName>sample string 1</d2p1:GameStateName>
              <d2p1:GameStateValue>sample string 2</d2p1:GameStateValue>
            </d2p1:FixtureGameStateOther>
          </d2p1:otherGameStates>
        </d2p1:FixtureGameState>
        <d2p1:FixtureGameState>
          <d2p1:Away>
            <d2p1:Corners>5</d2p1:Corners>
            <d2p1:Goals>1</d2p1:Goals>
            <d2p1:Penalties>2</d2p1:Penalties>
            <d2p1:RedCards>4</d2p1:RedCards>
            <d2p1:YellowCards>3</d2p1:YellowCards>
          </d2p1:Away>
          <d2p1:ConciseMatchSummary>sample string 4</d2p1:ConciseMatchSummary>
          <d2p1:GameTime>sample string 2</d2p1:GameTime>
          <d2p1:Home>
            <d2p1:Corners>5</d2p1:Corners>
            <d2p1:Goals>1</d2p1:Goals>
            <d2p1:Penalties>2</d2p1:Penalties>
            <d2p1:RedCards>4</d2p1:RedCards>
            <d2p1:YellowCards>3</d2p1:YellowCards>
          </d2p1:Home>
          <d2p1:MatchSummary>sample string 3</d2p1:MatchSummary>
          <d2p1:Points>sample string 6</d2p1:Points>
          <d2p1:Sets>
            <d2p1:Sets>
              <d2p1:SetNumber>1</d2p1:SetNumber>
              <d2p1:SetResult>sample string 2</d2p1:SetResult>
            </d2p1:Sets>
            <d2p1:Sets>
              <d2p1:SetNumber>1</d2p1:SetNumber>
              <d2p1:SetResult>sample string 2</d2p1:SetResult>
            </d2p1:Sets>
          </d2p1:Sets>
          <d2p1:SetsPlayed>5</d2p1:SetsPlayed>
          <d2p1:SportName>sample string 1</d2p1:SportName>
          <d2p1:otherGameStates>
            <d2p1:FixtureGameStateOther>
              <d2p1:GameStateName>sample string 1</d2p1:GameStateName>
              <d2p1:GameStateValue>sample string 2</d2p1:GameStateValue>
            </d2p1:FixtureGameStateOther>
            <d2p1:FixtureGameStateOther>
              <d2p1:GameStateName>sample string 1</d2p1:GameStateName>
              <d2p1:GameStateValue>sample string 2</d2p1:GameStateValue>
            </d2p1:FixtureGameStateOther>
          </d2p1:otherGameStates>
        </d2p1:FixtureGameState>
      </d2p1:GameState>
      <d2p1:Sport>sample string 1</d2p1:Sport>
      <d2p1:StartTime>2025-12-06T06:55:19.3073791+02:00</d2p1:StartTime>
      <d2p1:StatscoreEventID>8</d2p1:StatscoreEventID>
      <d2p1:StatscoreIsMapped>true</d2p1:StatscoreIsMapped>
      <d2p1:Status>7</d2p1:Status>
      <d2p1:Tournament>sample string 2</d2p1:Tournament>
    </d2p1:GetWebApiFixtures>
  </ResponseObject>
</GetFixturesResponse>