ACCOUNT
- Endpoints
AUTHENTICATION
- Endpoints
CERTIFICATIONS
- Endpoints
CHANGES
- Endpoints
COLLECTIONS
- Endpoints
COMPANIES
- Endpoints
CONFIGURATION
- Endpoints
CREDITS
FIND
GENRES
GUEST-SESSIONS
KEYWORDS
MOVIES
PEOPLE
PEOPLE-LISTS
REVIEWS
TV-EPISODE-GROUPS
TV-EPISODES
TV-SEASONS
TV-SERIES
TV-SERIES-LISTS
WATCH-PROVIDERS
TV-SERIES
Lists
This endpoint gets the lists that a TV series has been added to.
GET
/
3
/
tv
/
{series_id}
/
lists
Copy
curl --request GET \
--url https://api.themoviedb.org/3/tv/%7B{series_id}%7D/lists \
--header 'Authorization: Bearer <token>'
Copy
{
"id": 1399,
"page": 1,
"results": [
{
"description": "",
"favorite_count": 0,
"id": 8506676,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 6,
"name": "series ",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8504015,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 16,
"name": "zzz",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8503540,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 17,
"name": "Favorite",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8500907,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 407,
"name": "Watched",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8250820,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 746,
"name": "watched",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8502269,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 8,
"name": "WÃF",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8257231,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 193,
"name": "Done",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8258601,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 218,
"name": "All",
"poster_path": null
},
{
"description": "hamza",
"favorite_count": 0,
"id": 8505875,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 11,
"name": "movie and series ",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8173010,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 618,
"name": "SERIES",
"poster_path": null
},
{
"description": "Denisse no sabe que ver ",
"favorite_count": 0,
"id": 8505748,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 36,
"name": "Movies for Denisse",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8505843,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 75,
"name": "Series I've watched",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 94505,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 161,
"name": "Television Shows I've Seen",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8504740,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 16,
"name": "best ",
"poster_path": null
},
{
"description": "winter is coming ",
"favorite_count": 0,
"id": 8502009,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 13,
"name": "🌕",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8214785,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 52,
"name": "TV series",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8430281,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 9,
"name": "AMLASHI",
"poster_path": null
},
{
"description": "Television Series of which I have watched one or more complete seasons.",
"favorite_count": 0,
"id": 8193811,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 555,
"name": "Television Series",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8504261,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 75,
"name": "TV SHOWS Library",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 38085,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 34,
"name": "TV Series",
"poster_path": null
}
],
"total_pages": 104,
"total_results": 2077
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
Lists Example
The response is of type object
.
Copy
curl --request GET \
--url https://api.themoviedb.org/3/tv/%7B{series_id}%7D/lists \
--header 'Authorization: Bearer <token>'
Copy
{
"id": 1399,
"page": 1,
"results": [
{
"description": "",
"favorite_count": 0,
"id": 8506676,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 6,
"name": "series ",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8504015,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 16,
"name": "zzz",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8503540,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 17,
"name": "Favorite",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8500907,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 407,
"name": "Watched",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8250820,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 746,
"name": "watched",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8502269,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 8,
"name": "WÃF",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8257231,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 193,
"name": "Done",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8258601,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 218,
"name": "All",
"poster_path": null
},
{
"description": "hamza",
"favorite_count": 0,
"id": 8505875,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 11,
"name": "movie and series ",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8173010,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 618,
"name": "SERIES",
"poster_path": null
},
{
"description": "Denisse no sabe que ver ",
"favorite_count": 0,
"id": 8505748,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 36,
"name": "Movies for Denisse",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8505843,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 75,
"name": "Series I've watched",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 94505,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 161,
"name": "Television Shows I've Seen",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8504740,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 16,
"name": "best ",
"poster_path": null
},
{
"description": "winter is coming ",
"favorite_count": 0,
"id": 8502009,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 13,
"name": "🌕",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8214785,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 52,
"name": "TV series",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8430281,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 9,
"name": "AMLASHI",
"poster_path": null
},
{
"description": "Television Series of which I have watched one or more complete seasons.",
"favorite_count": 0,
"id": 8193811,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 555,
"name": "Television Series",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 8504261,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 75,
"name": "TV SHOWS Library",
"poster_path": null
},
{
"description": "",
"favorite_count": 0,
"id": 38085,
"iso_3166_1": "US",
"iso_639_1": "en",
"item_count": 34,
"name": "TV Series",
"poster_path": null
}
],
"total_pages": 104,
"total_results": 2077
}
Assistant
Responses are generated using AI and may contain mistakes.