---
title: "Get fixture status"
method: GET
path: "/fixture/status"
tags: ["Sports Data"]
---

# Get fixture status

`GET /fixture/status`

This endpoint returns the status of the passed event IDs.

## Query parameters

- `sportXEventIds` string[], required

## Response `200`

- object
  - `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.

## Other responses

- `400` — Bad request — `sportXEventIds` is empty or contains more than 30 event IDs

---

[API](https://skmtc.net/sx/apis/sx-bet-api.md) · [All operations](https://skmtc.net/sx/apis/sx-bet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sx/sx-bet-api/versions/eb2c05c3a98e/schema)
