---
title: "Get title seasons"
method: GET
path: "/title/{title_id}/seasons"
tags: ["Title"]
---

# Get title seasons

`GET /title/{title_id}/seasons`

Get all seasons for a TV series or mini-series.

## Path parameters

- `title_id` string, required

## Response `200`

List of seasons

- Season[]
  - `id` integer
  - `poster_url` string, uri, nullable — Season poster image URL. May point to a third-party host. Watchmode does not grant any license to the underlying image.
  - `name` string, nullable
  - `overview` string, nullable
  - `number` integer, nullable — Season number
  - `air_date` string, date, nullable
  - `episode_count` integer, nullable

## Other responses

- `401` — Invalid or missing API key
- `404` — Resource not found

---

[API](https://skmtc.dev/watchmode/apis/watchmode-api.md) · [All operations](https://skmtc.dev/watchmode/apis/watchmode-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/watchmode/watchmode-api/revisions/3215d2b959fa/schema)
