Skip to main content
GET
/
fixture
/
active
Get active fixtures
curl --request GET \
  --url https://api.sx.bet/fixture/active
{
  "status": "success",
  "data": [
    {
      "participantOneName": "Nevada Wolf Pack",
      "participantTwoName": "North Dakota State",
      "startDate": "2020-11-25T20:00:00.000Z",
      "status": 1,
      "leagueId": 2,
      "leagueLabel": "NCAA",
      "sportId": 1,
      "eventId": "L6206070"
    }
  ]
}
This endpoint only returns fixtures that have a status of either 1, 2, 6, 7, 8, or 9. See the fixture statuses page for more details.

Query Parameters

leagueId
integer
required

The ID of the league

Response

200 - application/json
status
string

success or failure if the request succeeded or not

data
object[]