v2

latestOpenAPI 3.0.3Proprietary2026-07-26232599.0 KB
Title

Get title seasons

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

get/title/{title_id}/seasons

Path parameters

title_idstring required
Example:3173903

Title identifier. Accepts:

  • Watchmode ID (e.g., 345534) - 1 credit
  • IMDB ID (e.g., tt0903747) - 2 credits
  • TMDB format (e.g., movie-278 or tv-1396) - 2 credits

Response

List of seasons

idinteger
poster_urlstring uri nullable

Season poster image URL. May point to a third-party host. Watchmode does not grant any license to the underlying image.

namestring nullable
overviewstring nullable
numberinteger nullable

Season number

air_datestring date nullable
episode_countinteger nullable

Example response

[
  {
    "id": 12345,
    "name": "Season 1",
    "number": 1,
    "air_date": "2008-01-20",
    "episode_count": 7
  }
]