GET
/
tv
/
season
/
{season_id}
/
changes
curl --request GET \
  --url https://api.themoviedb.org/3/tv/season/%7B{season_id}%7D/changes \
  --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

season_id
string
required

Query Parameters

end_date
string
Example:

"string"

page
string

Defaults to 1

Example:

"int32"

start_date
string
Example:

"string"