---
title: "Get Tournaments"
method: GET
path: "/tournaments"
tags: ["common"]
---

# Get Tournaments

`GET /tournaments`

List tournaments.

Lookup mode: `sportId` OR `tournamentIds`.

Default: if neither is provided, the API uses `sportId=11`.

## Query parameters

- `sportId` integer, nullable
- `tournamentIds` string, nullable

## Response `200`

Returns Tournament[]

- Tournament[]
  - `tournamentId` integer, required
  - `sportId` integer, required
  - `tournamentSlug` string, nullable
  - `categorySlug` string, nullable
  - `tournamentName` string, required
  - `categoryName` string, nullable

## Other responses

- `400` — API error
- `401` — API error
- `403` — API error
- `422` — Validation Error (framework-level)
- `429` — API error

---

[API](https://skmtc.net/oddspapi/apis/odds-api-v5.md) · [All operations](https://skmtc.net/oddspapi/apis/odds-api-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oddspapi/odds-api-v5/versions/5fe687d7c592/schema)
