GET
/
3
/
tv
/
{series_id}
/
lists
curl --request GET \
  --url https://api.themoviedb.org/3/tv/{series_id}/lists \
  --header 'Authorization: Bearer <token>'
{
  "id": 1433,
  "page": 1,
  "results": [
    {
      "description": "",
      "favorite_count": 0,
      "id": 8502088,
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "item_count": 18,
      "name": "got",
      "poster_path": null
    },
    {
      "description": "",
      "favorite_count": 0,
      "id": 8234063,
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "item_count": 4884,
      "name": "Favorite Actors",
      "poster_path": null
    },
    {
      "description": "over 1000 votes",
      "favorite_count": 0,
      "id": 8264773,
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "item_count": 399,
      "name": "tv shows",
      "poster_path": null
    },
    {
      "description": "",
      "favorite_count": 0,
      "id": 8502175,
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "item_count": 9,
      "name": "favs",
      "poster_path": null
    },
    {
      "description": "",
      "favorite_count": 0,
      "id": 8234057,
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "item_count": 2545,
      "name": "Favorite Actresses",
      "poster_path": null
    },
    {
      "description": "",
      "favorite_count": 0,
      "id": 8228031,
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "item_count": 645,
      "name": "Watched",
      "poster_path": null
    },
    {
      "description": "",
      "favorite_count": 0,
      "id": 8234052,
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "item_count": 468,
      "name": "Favorite Writers",
      "poster_path": null
    },
    {
      "description": "",
      "favorite_count": 0,
      "id": 8503014,
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "item_count": 13,
      "name": "watching",
      "poster_path": null
    },
    {
      "description": "",
      "favorite_count": 0,
      "id": 8428167,
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "item_count": 148,
      "name": "TV Shows",
      "poster_path": null
    },
    {
      "description": "",
      "favorite_count": 0,
      "id": 40743,
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "item_count": 103,
      "name": "Sitcoms",
      "poster_path": null
    },
    {
      "description": "TV SERIES BALISTAR LIST\r\nJl. Sahadewa No.13C, Legian, Kec kuta, Kabupaten Badung, Bali. “In front of The Local Restaurant”",
      "favorite_count": 0,
      "id": 8226356,
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "item_count": 2341,
      "name": "TV SERIES 2024 UPDATE",
      "poster_path": null
    },
    {
      "description": "",
      "favorite_count": 0,
      "id": 8193344,
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "item_count": 158,
      "name": "ST6Shows",
      "poster_path": null
    },
    {
      "description": "Very few of way too many films I have seen. I have watched classics, epics, great comedies, foreign films, superb horror, fine series both domestic & foreign, & of course movies that were just garbage. LOL Low brow writing is one of the worst forms of art.   ",
      "favorite_count": 0,
      "id": 8495447,
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "item_count": 176,
      "name": "Anything Good Worth Watching",
      "poster_path": null
    },
    {
      "description": "",
      "favorite_count": 0,
      "id": 8500176,
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "item_count": 98,
      "name": "Watched",
      "poster_path": null
    },
    {
      "description": "",
      "favorite_count": 0,
      "id": 6608629,
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "item_count": 4034,
      "name": "Emmy Award Nominated Titles - IMDb",
      "poster_path": null
    },
    {
      "description": "",
      "favorite_count": 0,
      "id": 8499551,
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "item_count": 4,
      "name": "watching currently",
      "poster_path": null
    },
    {
      "description": "",
      "favorite_count": 0,
      "id": 8209189,
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "item_count": 48,
      "name": "Animation",
      "poster_path": null
    },
    {
      "description": "",
      "favorite_count": 0,
      "id": 8231754,
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "item_count": 248,
      "name": "TV Series",
      "poster_path": null
    },
    {
      "description": "The BEST of the BEST!!!",
      "favorite_count": 0,
      "id": 8299280,
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "item_count": 8,
      "name": "Tv Shows",
      "poster_path": null
    },
    {
      "description": "W L",
      "favorite_count": 0,
      "id": 8222038,
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "item_count": 1807,
      "name": "R-C |•| P-M/S",
      "poster_path": null
    }
  ],
  "total_pages": 16,
  "total_results": 319
}

Authorizations

Authorization
string
header
required

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

Path Parameters

series_id
integer
required

a uniques identifier for a tv serie

Query Parameters

language
string
default:en-US
page
integer
default:1

Response

200 - application/json

Lists

The response is of type object.