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"
}
]
}Fixtures
Fixtures
Retrieve active fixtures (games and events) for a league on SX Bet.
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.
Last modified on April 14, 2026
⌘I
