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

# Get sports

`GET /sports`

This endpoint retrieves all sports available on the exchange

## Response `200`

- object
  - `status` string — `success` or `failure` if the request succeeded or not
  - `data` Sport[]
    - `sportId` integer — Unique identifier for the sport
    - `label` string — Human-readable sport name

---

[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/revisions/eb2c05c3a98e/schema)
