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

Path Parameters

series_id
string
required

Query Parameters

page
string
Example:

"1"

Response

200 - application/json

Changes

The response is of type object.