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

# Get active fixtures

`GET /fixture/active`

This endpoint returns current active fixtures for a particular league. A fixture can also be thought of as an event and multiple markets are under a particular event.

## Query parameters

- `leagueId` integer, required

## Response `200`

- object
  - `status` string — `success` or `failure` if the request succeeded or not
  - `data` Fixture[]
    - `participantOneName` string — The first participant in the fixture. Present if it's a two-participant event.
    - `participantTwoName` string — The second participant in the fixture. Present if it's a two-participant event.
    - `participants` string[] — All the participants in the fixture. Present if it's an n-participant event.
    - `startDate` string — The start date of the event in UTC time
    - `status` number — The status of the fixture. See the [status table](/api-reference/get-fixture-status) for more details.
    - `leagueId` number — The ID of the league this fixture belongs to
    - `leagueLabel` string — The name of the league this fixture belongs to
    - `sportId` number — The ID of the sport this fixture belongs to
    - `eventId` string — The ID of this fixture

---

[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)
