---
title: "Get Seasons"
method: GET
path: "/seasons"
tags: ["common"]
---

# Get Seasons

`GET /seasons`

List seasons.

Lookup mode: `seasonIds` OR `tournamentId`.

## Query parameters

- `seasonIds` string, nullable
- `tournamentId` integer, nullable

## Response `200`

Returns Season[]

- Season[]
  - `seasonId` integer, required
  - `tournamentId` integer, required
  - `sportId` integer, nullable
  - `seasonSlug` string, nullable
  - `seasonName` string, required

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