Similar
curl --request GET \
--url 'https://api.themoviedb.org/3/tv/{series_id}/similar?%7B%7Bkey%7D%7D='import requests
url = "https://api.themoviedb.org/3/tv/{series_id}/similar?%7B%7Bkey%7D%7D="
response = requests.get(url)
print(response.text)const options = {method: 'GET'};
fetch('https://api.themoviedb.org/3/tv/{series_id}/similar?%7B%7Bkey%7D%7D=', 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}/similar?%7B%7Bkey%7D%7D=",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
]);
$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}/similar?%7B%7Bkey%7D%7D="
req, _ := http.NewRequest("GET", url, nil)
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}/similar?%7B%7Bkey%7D%7D=")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.themoviedb.org/3/tv/{series_id}/similar?%7B%7Bkey%7D%7D=")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
response = http.request(request)
puts response.read_body{
"page": 1,
"results": [
{
"adult": false,
"backdrop_path": null,
"first_air_date": "",
"genre_ids": [
9648,
18
],
"id": 248852,
"name": "UNTAMED",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "UNTAMED",
"overview": "Eric Inman is a special agent for the National Parks Service who works to enforce human law in nature's vast wilderness. The investigation of a brutal death sends Inman on a collision course with the dark secrets within the park, and in his own past.",
"popularity": 3.367,
"poster_path": null,
"vote_average": 0,
"vote_count": 0
},
{
"adult": false,
"backdrop_path": "/v5CxVbD9mwjRcgST82YWQRelv53.jpg",
"first_air_date": "2023-03-07",
"genre_ids": [
80
],
"id": 222011,
"name": "66th North Precinct",
"origin_country": [
"FI"
],
"original_language": "fi",
"original_name": "Pohjoisen tähti",
"overview": "Police work, boxing and family life in Lapland! Maria Pudas (Saara Kotkaniemi), a former boxing world champion, investigates crimes with her partner Samu Pajala (Karim Rapatti) in Lapland. The life of Maria's cordial and slightly chaotic family (Iina Kuustonen, Eero Saarinen, Katariina Kaitue and Heikki Ranta) changes when Maria's father Esko has a seizure and it is revealed that he has debts of 500,000 euros. In order to save her family, Maria decides to return to the ring once more, and to resolve the situation, only victory matters.",
"popularity": 6.694,
"poster_path": "/z5GzBBZxbbI3pdC52ScShJCh5EE.jpg",
"vote_average": 5,
"vote_count": 3
},
{
"adult": false,
"backdrop_path": "/NNC08YmJFFlLi1prBkK8quk3dp.jpg",
"first_air_date": "2022-09-01",
"genre_ids": [
10759,
10765,
18
],
"id": 84773,
"name": "The Lord of the Rings: The Rings of Power",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "The Lord of the Rings: The Rings of Power",
"overview": "Beginning in a time of relative peace, we follow an ensemble cast of characters as they confront the re-emergence of evil to Middle-earth. From the darkest depths of the Misty Mountains, to the majestic forests of Lindon, to the breathtaking island kingdom of Númenor, to the furthest reaches of the map, these kingdoms and characters will carve out legacies that live on long after they are gone.",
"popularity": 360.056,
"poster_path": "/mYLOqiStMxDK3fYZFirgrMt8z5d.jpg",
"vote_average": 7.3,
"vote_count": 3101
},
{
"adult": false,
"backdrop_path": "/sqtSI7uHhFSCvTx60pdqPXGhYCF.jpg",
"first_air_date": "2002-07-12",
"genre_ids": [
35,
80,
18,
9648
],
"id": 1695,
"name": "Monk",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "Monk",
"overview": "Adrian Monk was once a rising star with the San Francisco Police Department, legendary for using unconventional means to solve the department's most baffling cases. But after the tragic (and still unsolved) murder of his wife Trudy, he developed an extreme case of obsessive-compulsive disorder. Now working as a private consultant, Monk continues to investigate cases in the most unconventional ways.",
"popularity": 314.765,
"poster_path": "/3axGMbUecXXOPSeG47v2i9wK5y5.jpg",
"vote_average": 7.948,
"vote_count": 1070
},
{
"adult": false,
"backdrop_path": "/dHMJFx5QAgNQ7BA349sk94KmFuh.jpg",
"first_air_date": "2003-06-03",
"genre_ids": [
18,
35
],
"id": 1721,
"name": "Keen Eddie",
"origin_country": [
"US",
"GB"
],
"original_language": "en",
"original_name": "Keen Eddie",
"overview": "Keen Eddie is an American action, comedy-drama television series that aired in 2003 on the Fox Network. The series follows a brash NYPD detective who goes to London when one of his cases goes sour and remains to work with New Scotland Yard. The basic premise of the show bears a close resemblance to the popular 1980s British series Dempsey & Makepeace, the only notable difference being that the female partner has been replaced by a female housemate. Stylistically, the series derived inspiration from British feature films by Guy Ritchie, such as Lock, Stock and Two Smoking Barrels and Snatch. The soundtrack and incidental music for the first episode was provided by British techno duo Orbital. Daniel Ash of Love and Rockets scored the rest of the series.",
"popularity": 10.475,
"poster_path": "/fpvxhAkMkK7Fb59myLDb9KoqA0z.jpg",
"vote_average": 8.5,
"vote_count": 13
},
{
"adult": false,
"backdrop_path": "/nCkVxiwGKZ9FdlNhLG7rpld6Jvt.jpg",
"first_air_date": "2022-01-31",
"genre_ids": [
80,
35
],
"id": 156089,
"name": "Hotel Margaret",
"origin_country": [
"HU"
],
"original_language": "hu",
"original_name": "Hotel Margaret",
"overview": "Hungary's favorite influencers arrive at a prestigious awards ceremony in Tihany to find out who has become the most successful videographer of the year. During the award ceremony, after the shooting of a faulty confetti cannon, the winner collapses on stage. Was there an accident or an intentional murder?",
"popularity": 7.007,
"poster_path": "/zW0lRsItyDuHxAZgEGC3PiAzFwf.jpg",
"vote_average": 2.4,
"vote_count": 5
},
{
"adult": false,
"backdrop_path": "/iprMfJ9VHS4wMhBXyHtN7l9d2hP.jpg",
"first_air_date": "2006-10-01",
"genre_ids": [
80,
18,
9648
],
"id": 1405,
"name": "Dexter",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "Dexter",
"overview": "Dexter Morgan, a blood spatter pattern analyst for the Miami Metro Police also leads a secret life as a serial killer, hunting down criminals who have slipped through the cracks of justice.",
"popularity": 623.154,
"poster_path": "/q8dWfc4JwQuv3HayIZeO84jAXED.jpg",
"vote_average": 8.194,
"vote_count": 4339
},
{
"adult": false,
"backdrop_path": "/AuQGIa3ZarPdS0bhWjQWJR0mhJj.jpg",
"first_air_date": "2002-03-12",
"genre_ids": [
80,
18,
10759
],
"id": 1414,
"name": "The Shield",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "The Shield",
"overview": "The story of an inner-city Los Angeles police precinct where some of the cops aren't above breaking the rules or working against their associates to both keep the streets safe and their self-interests intact.",
"popularity": 115.349,
"poster_path": "/AfdZXqqlFsPUEfi6kWWWthxw7Nz.jpg",
"vote_average": 8.1,
"vote_count": 726
},
{
"adult": false,
"backdrop_path": "/xEtiiv2uhGr9IPgeruuECIfyfin.jpg",
"first_air_date": "2009-03-09",
"genre_ids": [
18,
80
],
"id": 1419,
"name": "Castle",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "Castle",
"overview": "After a serial killer imitates the plots of his novels, successful mystery novelist Richard \"Rick\" Castle receives permission from the Mayor of New York City to tag along with an NYPD homicide investigation team for research purposes.",
"popularity": 330.546,
"poster_path": "/diXBeMzvfJb2iJg3G0kCUaMCzEc.jpg",
"vote_average": 8,
"vote_count": 1863
},
{
"adult": false,
"backdrop_path": "/plfXpAXENjbDcnFFWdLTPfpmeaL.jpg",
"first_air_date": "2022-01-13",
"genre_ids": [
99,
80,
9648
],
"id": 155546,
"name": "Ordre du Temple solaire : L'enquête impossible",
"origin_country": [
"FR"
],
"original_language": "fr",
"original_name": "Ordre du Temple solaire : L'enquête impossible",
"overview": "",
"popularity": 1.768,
"poster_path": "/nFNhUXwhW3Us9h2Zx4hRVA8Sbi4.jpg",
"vote_average": 8,
"vote_count": 2
},
{
"adult": false,
"backdrop_path": "/hWIX9XkqnO0P1U92et7eOr1QXZD.jpg",
"first_air_date": "2022-01-13",
"genre_ids": [
99,
80
],
"id": 155567,
"name": "Polosvět",
"origin_country": [
"CZ"
],
"original_language": "cs",
"original_name": "Polosvět",
"overview": "",
"popularity": 2.157,
"poster_path": "/oDCOJtWG04TYFtgAL20klmb7ow9.jpg",
"vote_average": 10,
"vote_count": 1
},
{
"adult": false,
"backdrop_path": "/A2qdFRq9oJDC5E7fbgSS4POUMDF.jpg",
"first_air_date": "2010-05-04",
"genre_ids": [
80,
18,
9648
],
"id": 1426,
"name": "Luther",
"origin_country": [
"GB"
],
"original_language": "en",
"original_name": "Luther",
"overview": "A dark psychological crime drama starring Idris Elba as Luther, a man struggling with his own terrible demons, who might be as dangerous as the depraved murderers he hunts.",
"popularity": 60.721,
"poster_path": "/hDxOMX8zzH1FiqKWVBzNaYGBkle.jpg",
"vote_average": 7.851,
"vote_count": 1039
},
{
"adult": false,
"backdrop_path": "/vZePKXaSO3537aJTxifE3Rrwobb.jpg",
"first_air_date": "2000-10-06",
"genre_ids": [
80,
18,
9648
],
"id": 1431,
"name": "CSI: Crime Scene Investigation",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "CSI: Crime Scene Investigation",
"overview": "A Las Vegas team of forensic investigators are trained to solve criminal cases by scouring the crime scene, collecting irrefutable evidence and finding the missing pieces that solve the mystery.",
"popularity": 325.165,
"poster_path": "/i5hmoRjHNWady4AtAGICTUXknKH.jpg",
"vote_average": 7.625,
"vote_count": 1246
},
{
"adult": false,
"backdrop_path": "/zHA6kd8INvqMfGR9vDrn1GATKxs.jpg",
"first_air_date": "2006-07-07",
"genre_ids": [
35,
18,
9648,
80
],
"id": 1447,
"name": "Psych",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "Psych",
"overview": "Thanks to his police officer father's efforts, Shawn Spencer spent his childhood developing a keen eye for detail (and a lasting dislike of his dad). Years later, Shawn's frequent tips to the police lead to him being falsely accused of a crime he solved.\n\nNow, Shawn has no choice but to use his abilities to perpetuate his cover story: psychic crime-solving powers, all the while dragging his best friend, his dad, and the police along for the ride.",
"popularity": 268.795,
"poster_path": "/fDI15gTVbtW5Sbv5QenqecRxWKJ.jpg",
"vote_average": 7.872,
"vote_count": 803
},
{
"adult": false,
"backdrop_path": "/mL5qHLgVWqeoH5bbj6Q1gdyldhM.jpg",
"first_air_date": "2005-06-13",
"genre_ids": [
80,
18,
9648
],
"id": 1450,
"name": "The Closer",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "The Closer",
"overview": "Deputy Police Chief Brenda Leigh Johnson transfers from Atlanta to LA to head up a special unit of the LAPD that handles sensitive, high-profile murder cases. Johnson's quirky personality and hard-nosed approach often rubs her colleagues the wrong way, but her reputation as one of the world's best interrogator eventually wins over even her toughest critics.",
"popularity": 132.258,
"poster_path": "/sVE1SSDlXNCBh3sPYkIUTKfxOAk.jpg",
"vote_average": 7.9,
"vote_count": 293
},
{
"adult": false,
"backdrop_path": "/j3s3M2RbIiIEtCtl5SsPqBMGDO8.jpg",
"first_air_date": "2004-07-11",
"genre_ids": [
18,
10765
],
"id": 1481,
"name": "The 4400",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "The 4400",
"overview": "4400 centers on the return of 4400 people who, previously presumed dead or reported missing, reappear on Earth. Though they have not aged physically, some of them seem to have deeper alterations ranging from superhuman strength to an unexplained healing touch. A government agency is formed to track the 4400 people after one of them commits a murder.",
"popularity": 59.877,
"poster_path": "/nWpatnVtPVxjsn7mMiRZNAalEMf.jpg",
"vote_average": 7.2,
"vote_count": 657
},
{
"adult": false,
"backdrop_path": "/59q9Fna0HAEihEXULm6YCsfR5rr.jpg",
"first_air_date": "1987-04-12",
"genre_ids": [
80,
9648,
18
],
"id": 1486,
"name": "21 Jump Street",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "21 Jump Street",
"overview": "21 Jump Street revolves around a group of young cops who would use their youthful appearance to go undercover and solve crimes involving teenagers and young adults.",
"popularity": 79.577,
"poster_path": "/9w2y0146P5EjLw63FHGWRRpqQ6v.jpg",
"vote_average": 7.1,
"vote_count": 158
},
{
"adult": false,
"backdrop_path": "/cfpEjMTT3BZxa7ohtK4fY7ETL81.jpg",
"first_air_date": "1994-09-22",
"genre_ids": [
18,
80,
35
],
"id": 1527,
"name": "Due South",
"origin_country": [
"CA"
],
"original_language": "en",
"original_name": "Due South",
"overview": "Constable Benton Fraser, an officer of the Royal Canadian Mounted Police, is attached to the Canadian consulate but works with Chicago Police Department to solve crimes.",
"popularity": 77.146,
"poster_path": "/6VhCmn2YPhFyK2SjMb5Px9shxD4.jpg",
"vote_average": 7.589,
"vote_count": 73
},
{
"adult": false,
"backdrop_path": "/cl36yfpaGw0emRdzPANsxqoiA4y.jpg",
"first_air_date": "2003-09-28",
"genre_ids": [
80,
18,
9648
],
"id": 2171,
"name": "Cold Case",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "Cold Case",
"overview": "The Philadelphia homicide squad's lone female detective finds her calling when she is assigned cases that have never been solved. Detective Lilly Rush combines her natural instincts with the updated technology available today to bring about justice for all the victims she can.",
"popularity": 107.357,
"poster_path": "/vVYi4meH1UGGpvgxZ9M9Ez9MUt0.jpg",
"vote_average": 7.766,
"vote_count": 387
},
{
"adult": false,
"backdrop_path": "/e9n87p3Ax67spq3eUgLB6rjIEow.jpg",
"first_air_date": "2005-09-13",
"genre_ids": [
80,
18
],
"id": 1911,
"name": "Bones",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "Bones",
"overview": "Dr. Temperance Brennan and her colleagues at the Jeffersonian's Medico-Legal Lab assist Special Agent Seeley Booth with murder investigations when the remains are so badly decomposed, burned or destroyed that the standard identification methods are useless.",
"popularity": 366.143,
"poster_path": "/eyTu5c8LniVciRZIOSHTvvkkgJa.jpg",
"vote_average": 8.228,
"vote_count": 3184
}
],
"total_pages": 2429,
"total_results": 48569
}TV Series
Similar
This endpoint is used to get similar TV shows.
GET
/
3
/
tv
/
{series_id}
/
similar
Similar
curl --request GET \
--url 'https://api.themoviedb.org/3/tv/{series_id}/similar?%7B%7Bkey%7D%7D='import requests
url = "https://api.themoviedb.org/3/tv/{series_id}/similar?%7B%7Bkey%7D%7D="
response = requests.get(url)
print(response.text)const options = {method: 'GET'};
fetch('https://api.themoviedb.org/3/tv/{series_id}/similar?%7B%7Bkey%7D%7D=', 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}/similar?%7B%7Bkey%7D%7D=",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
]);
$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}/similar?%7B%7Bkey%7D%7D="
req, _ := http.NewRequest("GET", url, nil)
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}/similar?%7B%7Bkey%7D%7D=")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.themoviedb.org/3/tv/{series_id}/similar?%7B%7Bkey%7D%7D=")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
response = http.request(request)
puts response.read_body{
"page": 1,
"results": [
{
"adult": false,
"backdrop_path": null,
"first_air_date": "",
"genre_ids": [
9648,
18
],
"id": 248852,
"name": "UNTAMED",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "UNTAMED",
"overview": "Eric Inman is a special agent for the National Parks Service who works to enforce human law in nature's vast wilderness. The investigation of a brutal death sends Inman on a collision course with the dark secrets within the park, and in his own past.",
"popularity": 3.367,
"poster_path": null,
"vote_average": 0,
"vote_count": 0
},
{
"adult": false,
"backdrop_path": "/v5CxVbD9mwjRcgST82YWQRelv53.jpg",
"first_air_date": "2023-03-07",
"genre_ids": [
80
],
"id": 222011,
"name": "66th North Precinct",
"origin_country": [
"FI"
],
"original_language": "fi",
"original_name": "Pohjoisen tähti",
"overview": "Police work, boxing and family life in Lapland! Maria Pudas (Saara Kotkaniemi), a former boxing world champion, investigates crimes with her partner Samu Pajala (Karim Rapatti) in Lapland. The life of Maria's cordial and slightly chaotic family (Iina Kuustonen, Eero Saarinen, Katariina Kaitue and Heikki Ranta) changes when Maria's father Esko has a seizure and it is revealed that he has debts of 500,000 euros. In order to save her family, Maria decides to return to the ring once more, and to resolve the situation, only victory matters.",
"popularity": 6.694,
"poster_path": "/z5GzBBZxbbI3pdC52ScShJCh5EE.jpg",
"vote_average": 5,
"vote_count": 3
},
{
"adult": false,
"backdrop_path": "/NNC08YmJFFlLi1prBkK8quk3dp.jpg",
"first_air_date": "2022-09-01",
"genre_ids": [
10759,
10765,
18
],
"id": 84773,
"name": "The Lord of the Rings: The Rings of Power",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "The Lord of the Rings: The Rings of Power",
"overview": "Beginning in a time of relative peace, we follow an ensemble cast of characters as they confront the re-emergence of evil to Middle-earth. From the darkest depths of the Misty Mountains, to the majestic forests of Lindon, to the breathtaking island kingdom of Númenor, to the furthest reaches of the map, these kingdoms and characters will carve out legacies that live on long after they are gone.",
"popularity": 360.056,
"poster_path": "/mYLOqiStMxDK3fYZFirgrMt8z5d.jpg",
"vote_average": 7.3,
"vote_count": 3101
},
{
"adult": false,
"backdrop_path": "/sqtSI7uHhFSCvTx60pdqPXGhYCF.jpg",
"first_air_date": "2002-07-12",
"genre_ids": [
35,
80,
18,
9648
],
"id": 1695,
"name": "Monk",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "Monk",
"overview": "Adrian Monk was once a rising star with the San Francisco Police Department, legendary for using unconventional means to solve the department's most baffling cases. But after the tragic (and still unsolved) murder of his wife Trudy, he developed an extreme case of obsessive-compulsive disorder. Now working as a private consultant, Monk continues to investigate cases in the most unconventional ways.",
"popularity": 314.765,
"poster_path": "/3axGMbUecXXOPSeG47v2i9wK5y5.jpg",
"vote_average": 7.948,
"vote_count": 1070
},
{
"adult": false,
"backdrop_path": "/dHMJFx5QAgNQ7BA349sk94KmFuh.jpg",
"first_air_date": "2003-06-03",
"genre_ids": [
18,
35
],
"id": 1721,
"name": "Keen Eddie",
"origin_country": [
"US",
"GB"
],
"original_language": "en",
"original_name": "Keen Eddie",
"overview": "Keen Eddie is an American action, comedy-drama television series that aired in 2003 on the Fox Network. The series follows a brash NYPD detective who goes to London when one of his cases goes sour and remains to work with New Scotland Yard. The basic premise of the show bears a close resemblance to the popular 1980s British series Dempsey & Makepeace, the only notable difference being that the female partner has been replaced by a female housemate. Stylistically, the series derived inspiration from British feature films by Guy Ritchie, such as Lock, Stock and Two Smoking Barrels and Snatch. The soundtrack and incidental music for the first episode was provided by British techno duo Orbital. Daniel Ash of Love and Rockets scored the rest of the series.",
"popularity": 10.475,
"poster_path": "/fpvxhAkMkK7Fb59myLDb9KoqA0z.jpg",
"vote_average": 8.5,
"vote_count": 13
},
{
"adult": false,
"backdrop_path": "/nCkVxiwGKZ9FdlNhLG7rpld6Jvt.jpg",
"first_air_date": "2022-01-31",
"genre_ids": [
80,
35
],
"id": 156089,
"name": "Hotel Margaret",
"origin_country": [
"HU"
],
"original_language": "hu",
"original_name": "Hotel Margaret",
"overview": "Hungary's favorite influencers arrive at a prestigious awards ceremony in Tihany to find out who has become the most successful videographer of the year. During the award ceremony, after the shooting of a faulty confetti cannon, the winner collapses on stage. Was there an accident or an intentional murder?",
"popularity": 7.007,
"poster_path": "/zW0lRsItyDuHxAZgEGC3PiAzFwf.jpg",
"vote_average": 2.4,
"vote_count": 5
},
{
"adult": false,
"backdrop_path": "/iprMfJ9VHS4wMhBXyHtN7l9d2hP.jpg",
"first_air_date": "2006-10-01",
"genre_ids": [
80,
18,
9648
],
"id": 1405,
"name": "Dexter",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "Dexter",
"overview": "Dexter Morgan, a blood spatter pattern analyst for the Miami Metro Police also leads a secret life as a serial killer, hunting down criminals who have slipped through the cracks of justice.",
"popularity": 623.154,
"poster_path": "/q8dWfc4JwQuv3HayIZeO84jAXED.jpg",
"vote_average": 8.194,
"vote_count": 4339
},
{
"adult": false,
"backdrop_path": "/AuQGIa3ZarPdS0bhWjQWJR0mhJj.jpg",
"first_air_date": "2002-03-12",
"genre_ids": [
80,
18,
10759
],
"id": 1414,
"name": "The Shield",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "The Shield",
"overview": "The story of an inner-city Los Angeles police precinct where some of the cops aren't above breaking the rules or working against their associates to both keep the streets safe and their self-interests intact.",
"popularity": 115.349,
"poster_path": "/AfdZXqqlFsPUEfi6kWWWthxw7Nz.jpg",
"vote_average": 8.1,
"vote_count": 726
},
{
"adult": false,
"backdrop_path": "/xEtiiv2uhGr9IPgeruuECIfyfin.jpg",
"first_air_date": "2009-03-09",
"genre_ids": [
18,
80
],
"id": 1419,
"name": "Castle",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "Castle",
"overview": "After a serial killer imitates the plots of his novels, successful mystery novelist Richard \"Rick\" Castle receives permission from the Mayor of New York City to tag along with an NYPD homicide investigation team for research purposes.",
"popularity": 330.546,
"poster_path": "/diXBeMzvfJb2iJg3G0kCUaMCzEc.jpg",
"vote_average": 8,
"vote_count": 1863
},
{
"adult": false,
"backdrop_path": "/plfXpAXENjbDcnFFWdLTPfpmeaL.jpg",
"first_air_date": "2022-01-13",
"genre_ids": [
99,
80,
9648
],
"id": 155546,
"name": "Ordre du Temple solaire : L'enquête impossible",
"origin_country": [
"FR"
],
"original_language": "fr",
"original_name": "Ordre du Temple solaire : L'enquête impossible",
"overview": "",
"popularity": 1.768,
"poster_path": "/nFNhUXwhW3Us9h2Zx4hRVA8Sbi4.jpg",
"vote_average": 8,
"vote_count": 2
},
{
"adult": false,
"backdrop_path": "/hWIX9XkqnO0P1U92et7eOr1QXZD.jpg",
"first_air_date": "2022-01-13",
"genre_ids": [
99,
80
],
"id": 155567,
"name": "Polosvět",
"origin_country": [
"CZ"
],
"original_language": "cs",
"original_name": "Polosvět",
"overview": "",
"popularity": 2.157,
"poster_path": "/oDCOJtWG04TYFtgAL20klmb7ow9.jpg",
"vote_average": 10,
"vote_count": 1
},
{
"adult": false,
"backdrop_path": "/A2qdFRq9oJDC5E7fbgSS4POUMDF.jpg",
"first_air_date": "2010-05-04",
"genre_ids": [
80,
18,
9648
],
"id": 1426,
"name": "Luther",
"origin_country": [
"GB"
],
"original_language": "en",
"original_name": "Luther",
"overview": "A dark psychological crime drama starring Idris Elba as Luther, a man struggling with his own terrible demons, who might be as dangerous as the depraved murderers he hunts.",
"popularity": 60.721,
"poster_path": "/hDxOMX8zzH1FiqKWVBzNaYGBkle.jpg",
"vote_average": 7.851,
"vote_count": 1039
},
{
"adult": false,
"backdrop_path": "/vZePKXaSO3537aJTxifE3Rrwobb.jpg",
"first_air_date": "2000-10-06",
"genre_ids": [
80,
18,
9648
],
"id": 1431,
"name": "CSI: Crime Scene Investigation",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "CSI: Crime Scene Investigation",
"overview": "A Las Vegas team of forensic investigators are trained to solve criminal cases by scouring the crime scene, collecting irrefutable evidence and finding the missing pieces that solve the mystery.",
"popularity": 325.165,
"poster_path": "/i5hmoRjHNWady4AtAGICTUXknKH.jpg",
"vote_average": 7.625,
"vote_count": 1246
},
{
"adult": false,
"backdrop_path": "/zHA6kd8INvqMfGR9vDrn1GATKxs.jpg",
"first_air_date": "2006-07-07",
"genre_ids": [
35,
18,
9648,
80
],
"id": 1447,
"name": "Psych",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "Psych",
"overview": "Thanks to his police officer father's efforts, Shawn Spencer spent his childhood developing a keen eye for detail (and a lasting dislike of his dad). Years later, Shawn's frequent tips to the police lead to him being falsely accused of a crime he solved.\n\nNow, Shawn has no choice but to use his abilities to perpetuate his cover story: psychic crime-solving powers, all the while dragging his best friend, his dad, and the police along for the ride.",
"popularity": 268.795,
"poster_path": "/fDI15gTVbtW5Sbv5QenqecRxWKJ.jpg",
"vote_average": 7.872,
"vote_count": 803
},
{
"adult": false,
"backdrop_path": "/mL5qHLgVWqeoH5bbj6Q1gdyldhM.jpg",
"first_air_date": "2005-06-13",
"genre_ids": [
80,
18,
9648
],
"id": 1450,
"name": "The Closer",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "The Closer",
"overview": "Deputy Police Chief Brenda Leigh Johnson transfers from Atlanta to LA to head up a special unit of the LAPD that handles sensitive, high-profile murder cases. Johnson's quirky personality and hard-nosed approach often rubs her colleagues the wrong way, but her reputation as one of the world's best interrogator eventually wins over even her toughest critics.",
"popularity": 132.258,
"poster_path": "/sVE1SSDlXNCBh3sPYkIUTKfxOAk.jpg",
"vote_average": 7.9,
"vote_count": 293
},
{
"adult": false,
"backdrop_path": "/j3s3M2RbIiIEtCtl5SsPqBMGDO8.jpg",
"first_air_date": "2004-07-11",
"genre_ids": [
18,
10765
],
"id": 1481,
"name": "The 4400",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "The 4400",
"overview": "4400 centers on the return of 4400 people who, previously presumed dead or reported missing, reappear on Earth. Though they have not aged physically, some of them seem to have deeper alterations ranging from superhuman strength to an unexplained healing touch. A government agency is formed to track the 4400 people after one of them commits a murder.",
"popularity": 59.877,
"poster_path": "/nWpatnVtPVxjsn7mMiRZNAalEMf.jpg",
"vote_average": 7.2,
"vote_count": 657
},
{
"adult": false,
"backdrop_path": "/59q9Fna0HAEihEXULm6YCsfR5rr.jpg",
"first_air_date": "1987-04-12",
"genre_ids": [
80,
9648,
18
],
"id": 1486,
"name": "21 Jump Street",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "21 Jump Street",
"overview": "21 Jump Street revolves around a group of young cops who would use their youthful appearance to go undercover and solve crimes involving teenagers and young adults.",
"popularity": 79.577,
"poster_path": "/9w2y0146P5EjLw63FHGWRRpqQ6v.jpg",
"vote_average": 7.1,
"vote_count": 158
},
{
"adult": false,
"backdrop_path": "/cfpEjMTT3BZxa7ohtK4fY7ETL81.jpg",
"first_air_date": "1994-09-22",
"genre_ids": [
18,
80,
35
],
"id": 1527,
"name": "Due South",
"origin_country": [
"CA"
],
"original_language": "en",
"original_name": "Due South",
"overview": "Constable Benton Fraser, an officer of the Royal Canadian Mounted Police, is attached to the Canadian consulate but works with Chicago Police Department to solve crimes.",
"popularity": 77.146,
"poster_path": "/6VhCmn2YPhFyK2SjMb5Px9shxD4.jpg",
"vote_average": 7.589,
"vote_count": 73
},
{
"adult": false,
"backdrop_path": "/cl36yfpaGw0emRdzPANsxqoiA4y.jpg",
"first_air_date": "2003-09-28",
"genre_ids": [
80,
18,
9648
],
"id": 2171,
"name": "Cold Case",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "Cold Case",
"overview": "The Philadelphia homicide squad's lone female detective finds her calling when she is assigned cases that have never been solved. Detective Lilly Rush combines her natural instincts with the updated technology available today to bring about justice for all the victims she can.",
"popularity": 107.357,
"poster_path": "/vVYi4meH1UGGpvgxZ9M9Ez9MUt0.jpg",
"vote_average": 7.766,
"vote_count": 387
},
{
"adult": false,
"backdrop_path": "/e9n87p3Ax67spq3eUgLB6rjIEow.jpg",
"first_air_date": "2005-09-13",
"genre_ids": [
80,
18
],
"id": 1911,
"name": "Bones",
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "Bones",
"overview": "Dr. Temperance Brennan and her colleagues at the Jeffersonian's Medico-Legal Lab assist Special Agent Seeley Booth with murder investigations when the remains are so badly decomposed, burned or destroyed that the standard identification methods are useless.",
"popularity": 366.143,
"poster_path": "/eyTu5c8LniVciRZIOSHTvvkkgJa.jpg",
"vote_average": 8.228,
"vote_count": 3184
}
],
"total_pages": 2429,
"total_results": 48569
}Authorizations
Path Parameters
integer
Example:
"4614"
Response
200 - application/json
OK
Example:
1
Show child attributes
Show child attributes
Example:
[
{
"adult": false,
"backdrop_path": null,
"first_air_date": "",
"genre_ids": [9648, 18],
"id": 248852,
"name": "UNTAMED",
"origin_country": ["US"],
"original_language": "en",
"original_name": "UNTAMED",
"overview": "Eric Inman is a special agent for the National Parks Service who works to enforce human law in nature's vast wilderness. The investigation of a brutal death sends Inman on a collision course with the dark secrets within the park, and in his own past.",
"popularity": 3.367,
"poster_path": null,
"vote_average": 0,
"vote_count": 0
},
{
"adult": false,
"backdrop_path": "/v5CxVbD9mwjRcgST82YWQRelv53.jpg",
"first_air_date": "2023-03-07",
"genre_ids": [80],
"id": 222011,
"name": "66th North Precinct",
"origin_country": ["FI"],
"original_language": "fi",
"original_name": "Pohjoisen tähti",
"overview": "Police work, boxing and family life in Lapland! Maria Pudas (Saara Kotkaniemi), a former boxing world champion, investigates crimes with her partner Samu Pajala (Karim Rapatti) in Lapland. The life of Maria's cordial and slightly chaotic family (Iina Kuustonen, Eero Saarinen, Katariina Kaitue and Heikki Ranta) changes when Maria's father Esko has a seizure and it is revealed that he has debts of 500,000 euros. In order to save her family, Maria decides to return to the ring once more, and to resolve the situation, only victory matters.",
"popularity": 6.694,
"poster_path": "/z5GzBBZxbbI3pdC52ScShJCh5EE.jpg",
"vote_average": 5,
"vote_count": 3
},
{
"adult": false,
"backdrop_path": "/NNC08YmJFFlLi1prBkK8quk3dp.jpg",
"first_air_date": "2022-09-01",
"genre_ids": [10759, 10765, 18],
"id": 84773,
"name": "The Lord of the Rings: The Rings of Power",
"origin_country": ["US"],
"original_language": "en",
"original_name": "The Lord of the Rings: The Rings of Power",
"overview": "Beginning in a time of relative peace, we follow an ensemble cast of characters as they confront the re-emergence of evil to Middle-earth. From the darkest depths of the Misty Mountains, to the majestic forests of Lindon, to the breathtaking island kingdom of Númenor, to the furthest reaches of the map, these kingdoms and characters will carve out legacies that live on long after they are gone.",
"popularity": 360.056,
"poster_path": "/mYLOqiStMxDK3fYZFirgrMt8z5d.jpg",
"vote_average": 7.3,
"vote_count": 3101
},
{
"adult": false,
"backdrop_path": "/sqtSI7uHhFSCvTx60pdqPXGhYCF.jpg",
"first_air_date": "2002-07-12",
"genre_ids": [35, 80, 18, 9648],
"id": 1695,
"name": "Monk",
"origin_country": ["US"],
"original_language": "en",
"original_name": "Monk",
"overview": "Adrian Monk was once a rising star with the San Francisco Police Department, legendary for using unconventional means to solve the department's most baffling cases. But after the tragic (and still unsolved) murder of his wife Trudy, he developed an extreme case of obsessive-compulsive disorder. Now working as a private consultant, Monk continues to investigate cases in the most unconventional ways.",
"popularity": 314.765,
"poster_path": "/3axGMbUecXXOPSeG47v2i9wK5y5.jpg",
"vote_average": 7.948,
"vote_count": 1070
},
{
"adult": false,
"backdrop_path": "/dHMJFx5QAgNQ7BA349sk94KmFuh.jpg",
"first_air_date": "2003-06-03",
"genre_ids": [18, 35],
"id": 1721,
"name": "Keen Eddie",
"origin_country": ["US", "GB"],
"original_language": "en",
"original_name": "Keen Eddie",
"overview": "Keen Eddie is an American action, comedy-drama television series that aired in 2003 on the Fox Network. The series follows a brash NYPD detective who goes to London when one of his cases goes sour and remains to work with New Scotland Yard. The basic premise of the show bears a close resemblance to the popular 1980s British series Dempsey & Makepeace, the only notable difference being that the female partner has been replaced by a female housemate. Stylistically, the series derived inspiration from British feature films by Guy Ritchie, such as Lock, Stock and Two Smoking Barrels and Snatch. The soundtrack and incidental music for the first episode was provided by British techno duo Orbital. Daniel Ash of Love and Rockets scored the rest of the series.",
"popularity": 10.475,
"poster_path": "/fpvxhAkMkK7Fb59myLDb9KoqA0z.jpg",
"vote_average": 8.5,
"vote_count": 13
},
{
"adult": false,
"backdrop_path": "/nCkVxiwGKZ9FdlNhLG7rpld6Jvt.jpg",
"first_air_date": "2022-01-31",
"genre_ids": [80, 35],
"id": 156089,
"name": "Hotel Margaret",
"origin_country": ["HU"],
"original_language": "hu",
"original_name": "Hotel Margaret",
"overview": "Hungary's favorite influencers arrive at a prestigious awards ceremony in Tihany to find out who has become the most successful videographer of the year. During the award ceremony, after the shooting of a faulty confetti cannon, the winner collapses on stage. Was there an accident or an intentional murder?",
"popularity": 7.007,
"poster_path": "/zW0lRsItyDuHxAZgEGC3PiAzFwf.jpg",
"vote_average": 2.4,
"vote_count": 5
},
{
"adult": false,
"backdrop_path": "/iprMfJ9VHS4wMhBXyHtN7l9d2hP.jpg",
"first_air_date": "2006-10-01",
"genre_ids": [80, 18, 9648],
"id": 1405,
"name": "Dexter",
"origin_country": ["US"],
"original_language": "en",
"original_name": "Dexter",
"overview": "Dexter Morgan, a blood spatter pattern analyst for the Miami Metro Police also leads a secret life as a serial killer, hunting down criminals who have slipped through the cracks of justice.",
"popularity": 623.154,
"poster_path": "/q8dWfc4JwQuv3HayIZeO84jAXED.jpg",
"vote_average": 8.194,
"vote_count": 4339
},
{
"adult": false,
"backdrop_path": "/AuQGIa3ZarPdS0bhWjQWJR0mhJj.jpg",
"first_air_date": "2002-03-12",
"genre_ids": [80, 18, 10759],
"id": 1414,
"name": "The Shield",
"origin_country": ["US"],
"original_language": "en",
"original_name": "The Shield",
"overview": "The story of an inner-city Los Angeles police precinct where some of the cops aren't above breaking the rules or working against their associates to both keep the streets safe and their self-interests intact.",
"popularity": 115.349,
"poster_path": "/AfdZXqqlFsPUEfi6kWWWthxw7Nz.jpg",
"vote_average": 8.1,
"vote_count": 726
},
{
"adult": false,
"backdrop_path": "/xEtiiv2uhGr9IPgeruuECIfyfin.jpg",
"first_air_date": "2009-03-09",
"genre_ids": [18, 80],
"id": 1419,
"name": "Castle",
"origin_country": ["US"],
"original_language": "en",
"original_name": "Castle",
"overview": "After a serial killer imitates the plots of his novels, successful mystery novelist Richard \"Rick\" Castle receives permission from the Mayor of New York City to tag along with an NYPD homicide investigation team for research purposes.",
"popularity": 330.546,
"poster_path": "/diXBeMzvfJb2iJg3G0kCUaMCzEc.jpg",
"vote_average": 8,
"vote_count": 1863
},
{
"adult": false,
"backdrop_path": "/plfXpAXENjbDcnFFWdLTPfpmeaL.jpg",
"first_air_date": "2022-01-13",
"genre_ids": [99, 80, 9648],
"id": 155546,
"name": "Ordre du Temple solaire : L'enquête impossible",
"origin_country": ["FR"],
"original_language": "fr",
"original_name": "Ordre du Temple solaire : L'enquête impossible",
"overview": "",
"popularity": 1.768,
"poster_path": "/nFNhUXwhW3Us9h2Zx4hRVA8Sbi4.jpg",
"vote_average": 8,
"vote_count": 2
},
{
"adult": false,
"backdrop_path": "/hWIX9XkqnO0P1U92et7eOr1QXZD.jpg",
"first_air_date": "2022-01-13",
"genre_ids": [99, 80],
"id": 155567,
"name": "Polosvět",
"origin_country": ["CZ"],
"original_language": "cs",
"original_name": "Polosvět",
"overview": "",
"popularity": 2.157,
"poster_path": "/oDCOJtWG04TYFtgAL20klmb7ow9.jpg",
"vote_average": 10,
"vote_count": 1
},
{
"adult": false,
"backdrop_path": "/A2qdFRq9oJDC5E7fbgSS4POUMDF.jpg",
"first_air_date": "2010-05-04",
"genre_ids": [80, 18, 9648],
"id": 1426,
"name": "Luther",
"origin_country": ["GB"],
"original_language": "en",
"original_name": "Luther",
"overview": "A dark psychological crime drama starring Idris Elba as Luther, a man struggling with his own terrible demons, who might be as dangerous as the depraved murderers he hunts.",
"popularity": 60.721,
"poster_path": "/hDxOMX8zzH1FiqKWVBzNaYGBkle.jpg",
"vote_average": 7.851,
"vote_count": 1039
},
{
"adult": false,
"backdrop_path": "/vZePKXaSO3537aJTxifE3Rrwobb.jpg",
"first_air_date": "2000-10-06",
"genre_ids": [80, 18, 9648],
"id": 1431,
"name": "CSI: Crime Scene Investigation",
"origin_country": ["US"],
"original_language": "en",
"original_name": "CSI: Crime Scene Investigation",
"overview": "A Las Vegas team of forensic investigators are trained to solve criminal cases by scouring the crime scene, collecting irrefutable evidence and finding the missing pieces that solve the mystery.",
"popularity": 325.165,
"poster_path": "/i5hmoRjHNWady4AtAGICTUXknKH.jpg",
"vote_average": 7.625,
"vote_count": 1246
},
{
"adult": false,
"backdrop_path": "/zHA6kd8INvqMfGR9vDrn1GATKxs.jpg",
"first_air_date": "2006-07-07",
"genre_ids": [35, 18, 9648, 80],
"id": 1447,
"name": "Psych",
"origin_country": ["US"],
"original_language": "en",
"original_name": "Psych",
"overview": "Thanks to his police officer father's efforts, Shawn Spencer spent his childhood developing a keen eye for detail (and a lasting dislike of his dad). Years later, Shawn's frequent tips to the police lead to him being falsely accused of a crime he solved.\n\nNow, Shawn has no choice but to use his abilities to perpetuate his cover story: psychic crime-solving powers, all the while dragging his best friend, his dad, and the police along for the ride.",
"popularity": 268.795,
"poster_path": "/fDI15gTVbtW5Sbv5QenqecRxWKJ.jpg",
"vote_average": 7.872,
"vote_count": 803
},
{
"adult": false,
"backdrop_path": "/mL5qHLgVWqeoH5bbj6Q1gdyldhM.jpg",
"first_air_date": "2005-06-13",
"genre_ids": [80, 18, 9648],
"id": 1450,
"name": "The Closer",
"origin_country": ["US"],
"original_language": "en",
"original_name": "The Closer",
"overview": "Deputy Police Chief Brenda Leigh Johnson transfers from Atlanta to LA to head up a special unit of the LAPD that handles sensitive, high-profile murder cases. Johnson's quirky personality and hard-nosed approach often rubs her colleagues the wrong way, but her reputation as one of the world's best interrogator eventually wins over even her toughest critics.",
"popularity": 132.258,
"poster_path": "/sVE1SSDlXNCBh3sPYkIUTKfxOAk.jpg",
"vote_average": 7.9,
"vote_count": 293
},
{
"adult": false,
"backdrop_path": "/j3s3M2RbIiIEtCtl5SsPqBMGDO8.jpg",
"first_air_date": "2004-07-11",
"genre_ids": [18, 10765],
"id": 1481,
"name": "The 4400",
"origin_country": ["US"],
"original_language": "en",
"original_name": "The 4400",
"overview": "4400 centers on the return of 4400 people who, previously presumed dead or reported missing, reappear on Earth. Though they have not aged physically, some of them seem to have deeper alterations ranging from superhuman strength to an unexplained healing touch. A government agency is formed to track the 4400 people after one of them commits a murder.",
"popularity": 59.877,
"poster_path": "/nWpatnVtPVxjsn7mMiRZNAalEMf.jpg",
"vote_average": 7.2,
"vote_count": 657
},
{
"adult": false,
"backdrop_path": "/59q9Fna0HAEihEXULm6YCsfR5rr.jpg",
"first_air_date": "1987-04-12",
"genre_ids": [80, 9648, 18],
"id": 1486,
"name": "21 Jump Street",
"origin_country": ["US"],
"original_language": "en",
"original_name": "21 Jump Street",
"overview": "21 Jump Street revolves around a group of young cops who would use their youthful appearance to go undercover and solve crimes involving teenagers and young adults.",
"popularity": 79.577,
"poster_path": "/9w2y0146P5EjLw63FHGWRRpqQ6v.jpg",
"vote_average": 7.1,
"vote_count": 158
},
{
"adult": false,
"backdrop_path": "/cfpEjMTT3BZxa7ohtK4fY7ETL81.jpg",
"first_air_date": "1994-09-22",
"genre_ids": [18, 80, 35],
"id": 1527,
"name": "Due South",
"origin_country": ["CA"],
"original_language": "en",
"original_name": "Due South",
"overview": "Constable Benton Fraser, an officer of the Royal Canadian Mounted Police, is attached to the Canadian consulate but works with Chicago Police Department to solve crimes.",
"popularity": 77.146,
"poster_path": "/6VhCmn2YPhFyK2SjMb5Px9shxD4.jpg",
"vote_average": 7.589,
"vote_count": 73
},
{
"adult": false,
"backdrop_path": "/cl36yfpaGw0emRdzPANsxqoiA4y.jpg",
"first_air_date": "2003-09-28",
"genre_ids": [80, 18, 9648],
"id": 2171,
"name": "Cold Case",
"origin_country": ["US"],
"original_language": "en",
"original_name": "Cold Case",
"overview": "The Philadelphia homicide squad's lone female detective finds her calling when she is assigned cases that have never been solved. Detective Lilly Rush combines her natural instincts with the updated technology available today to bring about justice for all the victims she can.",
"popularity": 107.357,
"poster_path": "/vVYi4meH1UGGpvgxZ9M9Ez9MUt0.jpg",
"vote_average": 7.766,
"vote_count": 387
},
{
"adult": false,
"backdrop_path": "/e9n87p3Ax67spq3eUgLB6rjIEow.jpg",
"first_air_date": "2005-09-13",
"genre_ids": [80, 18],
"id": 1911,
"name": "Bones",
"origin_country": ["US"],
"original_language": "en",
"original_name": "Bones",
"overview": "Dr. Temperance Brennan and her colleagues at the Jeffersonian's Medico-Legal Lab assist Special Agent Seeley Booth with murder investigations when the remains are so badly decomposed, burned or destroyed that the standard identification methods are useless.",
"popularity": 366.143,
"poster_path": "/eyTu5c8LniVciRZIOSHTvvkkgJa.jpg",
"vote_average": 8.228,
"vote_count": 3184
}
]
Example:
2429
Example:
48569
Was this page helpful?
⌘I