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

episode_id
string
required

This represents the episode ID.

Response

200 - application/json

Changes

The response is of type object.