Skip to main content
GET
/
tv
/
{series_id}
/
season
/
{season_number}
/
episode
/
{episode_number}
Details
curl --request GET \
  --url https://api.themoviedb.org/3/tv/{series_id}/season/{season_number}/episode/{episode_number} \
  --header 'Authorization: Bearer <token>'
{
  "air_date": "1975-11-05",
  "crew": [
    {
      "department": "Directing",
      "job": "Director",
      "credit_id": "5253853d19c29579402067a6",
      "adult": false,
      "gender": 0,
      "id": 1218302,
      "known_for_department": "Production",
      "name": "Dennis Main Wilson",
      "original_name": "Dennis Main Wilson",
      "popularity": 0.52,
      "profile_path": null
    }
  ],
  "episode_number": 1,
  "guest_stars": [
    {
      "character": "",
      "credit_id": "5253853b19c2957940206734",
      "order": 500,
      "adult": false,
      "gender": 2,
      "id": 30119,
      "known_for_department": "Acting",
      "name": "Alfie Bass",
      "original_name": "Alfie Bass",
      "popularity": 13.416,
      "profile_path": "/1LnDvjwwtiQTrcaHGPDLsF9f3rq.jpg"
    },
    {
      "character": "",
      "credit_id": "5253853b19c2957940206776",
      "order": 502,
      "adult": false,
      "gender": 1,
      "id": 12658,
      "known_for_department": "Acting",
      "name": "Patricia Hayes",
      "original_name": "Patricia Hayes",
      "popularity": 13.884,
      "profile_path": "/6XFwNMFX81TJOvY5k5V0rUANQL.jpg"
    }
  ],
  "name": "Moving in with Min",
  "overview": "With it clear Else isn't returning, Alf considers sale of the house and moving in with Min and Reed next door.",
  "id": 31095,
  "production_code": "",
  "runtime": 30,
  "season_number": 7,
  "still_path": null,
  "vote_average": 0,
  "vote_count": 0
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

series_id
integer
required

The series ID of the tv

season_number
integer
required

The season number of the tv series

season_episode
integer
required

The season episode of tv series

Query Parameters

append_to_response
string

comma separated list of endpoints within this namespace, 20 items max

language
string

Defaults to en-US

Response

200 - application/json

Successful

air_date
string

The date when the season first aired. YYYY-MM-DD.

crew
object[]

List of crew members involved in the season’s production.

episode_number
string

The number of episodes.

guest_stars
object[]

List of guest actors who appeared in one or more episodes.

name
string

The title of the season.

overview
string

A brief summary or description of the season’s plot.

id
integer

A unique numerical identifier for the season.

runtime
integer

The file path to the season’s poster image.

season_number
integer

The season’s number within the series.

vote_average
number

The average user rating for the season.