GET
/
3
/
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>'
{
  "changes": []
}

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

This represents the season ID. Get it here

Query Parameters

end_date
string

This represents the end date.

Example:

"29-12-2024"

page
string

This represents the page number.

Example:

"1"

start_date
string

This represents the end date.

Example:

"25-12-2024"

Response

200 - application/json

Changes

The response is of type object.