Lists
curl --request GET \
--url https://api.themoviedb.org/3/tv/{series_id}/lists \
--header 'Authorization: Bearer <token>'import requests
url = "https://api.themoviedb.org/3/tv/{series_id}/lists"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.themoviedb.org/3/tv/{series_id}/lists', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.themoviedb.org/3/tv/{series_id}/lists",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"Authorization: Bearer <token>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://api.themoviedb.org/3/tv/{series_id}/lists"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("Authorization", "Bearer <token>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.get("https://api.themoviedb.org/3/tv/{series_id}/lists")
.header("Authorization", "Bearer <token>")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.themoviedb.org/3/tv/{series_id}/lists")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["Authorization"] = 'Bearer <token>'
response = http.request(request)
puts response.read_body{
"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
}Lists
This endpoint get the list a TV series is added to.
GET
/
3
/
tv
/
{series_id}
/
lists
Lists
curl --request GET \
--url https://api.themoviedb.org/3/tv/{series_id}/lists \
--header 'Authorization: Bearer <token>'import requests
url = "https://api.themoviedb.org/3/tv/{series_id}/lists"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.themoviedb.org/3/tv/{series_id}/lists', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.themoviedb.org/3/tv/{series_id}/lists",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"Authorization: Bearer <token>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://api.themoviedb.org/3/tv/{series_id}/lists"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("Authorization", "Bearer <token>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.get("https://api.themoviedb.org/3/tv/{series_id}/lists")
.header("Authorization", "Bearer <token>")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.themoviedb.org/3/tv/{series_id}/lists")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["Authorization"] = 'Bearer <token>'
response = http.request(request)
puts response.read_body{
"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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
a uniques identifier for a tv serie
Response
200 - application/json
Lists
Example:
1433
Example:
1
Show child attributes
Show child attributes
Example:
[
{
"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
}
]
Example:
16
Example:
319
⌘I