GET
/
3
/
person
/
{person_id}
/
tv_credits
curl --request GET \
  --url https://api.themoviedb.org/3/person/%7B{person_id}%7D/tv_credits \
  --header 'Authorization: Bearer <token>'
{
  "cast": [],
  "crew": [],
  "id": 128
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

person_id
string
required

Response

200 - application/json

TV Credits

The response is of type object.