GET
/
3
/
tv
/
season
/
{season_id}
/
changes
curl --request GET \
  --url https://api.themoviedb.org/3/tv/season/%7B{season_id}%7D/changes
{
  "changes": []
}

Path Parameters

season_id
string
required

Query Parameters

end_date
string
Example:

"14-10-2012"

page
string
Example:

"1"

start_date
string
Example:

"5-10-2012"

Response

200 - application/json

Changes

The response is of type object.