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
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.sx.bet/llms.txt

Use this file to discover all available pages before exploring further.

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.

Last modified on April 14, 2026