v1
latestOpenAPI 3.1.02026-07-24270489.8 KBFavorite TV
Get a users list of favourite TV shows.
get/3/account/{account_id}/favorite/tv
Path parameters
account_idinteger required
Query parameters
languagestring
pageinteger
session_idstring
sort_by'created_at.asc' | 'created_at.desc'
Response
200
Example response
{
"page": 1,
"results": [
{
"backdrop_path": "/bsNm9z2TJfe0WO3RedPGWQ8mG1X.jpg",
"genre_ids": [
18
],
"id": 1396,
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "Breaking Bad",
"overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.",
"popularity": 292.904,
"poster_path": "/ggFHVNu6YYI5L9pCfOacjizRGt.jpg",
"first_air_date": "2008-01-20",
"name": "Breaking Bad",
"vote_average": 8.878,
"vote_count": 11548
}
],
"total_pages": 4,
"total_results": 68
}