GET
/
3
/
account
/
{account_id}
/
favorite
/
tv
curl --request GET \
  --url https://api.themoviedb.org/3/account/%7B{account_id}%7D/favorite/tv
{
  "page": 1,
  "results": [],
  "total_pages": 0,
  "total_results": 0
}

Path Parameters

account_id
string
required

Query Parameters

language
string
Example:

"en-US"

page
string
Example:

"1"

sort_by
string
Example:

"created_at.asc"

Response

200 - application/json

Favorite TV

The response is of type object.