GET
/
3
/
tv
/
{series_id}
/
season
/
{season_number}
/
credits
curl --request GET \
  --url https://api.themoviedb.org/3/tv/%7B{series_id}%7D/season/%7B{season_number}%7D/credits \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

series_id
string
required

This represents the series ID. Get it here

season_number
string
required

This represents the season number of the TV show.

Query Parameters

language
string

This represents the language.

Example:

"en"