This endpoint get user’s list of favorite tv shows.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
user's account id
langaugae based on region
page number to retrieve specific paginated results.
session ID for authentication or tracking purposes
Sort the results either in ascending order or descending order
Favorite TV
1
[
{
"adult": false,
"backdrop_path": "/fQsIJQxE1D0Y0NpWSKwo489y5px.jpg",
"first_air_date": "2023-11-22",
"genre_ids": [10764],
"id": 204082,
"name": "Squid Game: The Challenge",
"origin_country": ["GB"],
"original_language": "en",
"original_name": "Squid Game: The Challenge",
"overview": "In this reality competition show inspired by \"Squid Game,\" 456 players put their skills to the ultimate test for a life-changing $4.56 million prize.",
"popularity": 1656.181,
"poster_path": "/y85L9DWoaM2MYNg1p8QRywxXJsa.jpg",
"vote_average": 6.5,
"vote_count": 369
}
]1
1