Skip to main content
GET
/
fixture
/
status
Get fixture status
curl --request GET \
  --url https://api.sx.bet/fixture/status
{
  "status": "success",
  "data": {
    "L18016511": {
      "status": 1
    }
  }
}

Query Parameters

sportXEventIds
string[]
required

An array of event IDs (comma separated)

Response

status
string

success or failure if the request succeeded or not

data
object

Mapping from event ID to an object containing the fixture status code.