GET
/
3
/
tv
/
episode
/
{episode_id}
/
changes
curl --request GET \
  --url https://api.themoviedb.org/3/tv/episode/{episode_id}/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

episode_number
integer
required

This refers to the unique number assigned to a specific episode within a season of a television series.

Example:

""

Response

200 - application/json

changes

The response is of type object.