Movies
curl --request GET \
--url 'https://api.themoviedb.org/3/trending/movie/day?%7B%7Bkey%7D%7D='import requests
url = "https://api.themoviedb.org/3/trending/movie/day?%7B%7Bkey%7D%7D="
response = requests.get(url)
print(response.text)const options = {method: 'GET'};
fetch('https://api.themoviedb.org/3/trending/movie/day?%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/trending/movie/day?%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/trending/movie/day?%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/trending/movie/day?%7B%7Bkey%7D%7D=")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.themoviedb.org/3/trending/movie/day?%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": "/4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg",
"genre_ids": [
35,
10749,
18
],
"id": 1064213,
"media_type": "movie",
"original_language": "en",
"original_title": "Anora",
"overview": "A young sex worker from Brooklyn gets her chance at a Cinderella story when she meets and impulsively marries the son of an oligarch. Once the news reaches Russia, her fairytale is threatened as his parents set out to get the marriage annulled.",
"popularity": 159.295,
"poster_path": "/7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg",
"release_date": "2024-10-14",
"title": "Anora",
"video": false,
"vote_average": 7.3,
"vote_count": 367
},
{
"adult": false,
"backdrop_path": "/bHkn3yuOFdu5LJcq67Odofhx6cb.jpg",
"genre_ids": [
28,
14,
35
],
"id": 845781,
"media_type": "movie",
"original_language": "en",
"original_title": "Red One",
"overview": "After Santa Claus (codename: Red One) is kidnapped, the North Pole's Head of Security must team up with the world's most infamous tracker in a globe-trotting, action-packed mission to save Christmas.",
"popularity": 6624.443,
"poster_path": "/cdqLnri3NEGcmfnqwk2TSIYtddg.jpg",
"release_date": "2024-10-31",
"title": "Red One",
"video": false,
"vote_average": 6.9,
"vote_count": 856
},
{
"adult": false,
"backdrop_path": "/c6nouvFYnmNO50WQDLcKMI3p0jA.jpg",
"genre_ids": [
12,
10751,
18,
16
],
"id": 762509,
"media_type": "movie",
"original_language": "en",
"original_title": "Mufasa: The Lion King",
"overview": "Told in flashbacks, Mufasa is an orphaned cub, lost and alone until he meets a sympathetic lion named Taka—the heir to a royal bloodline. The chance meeting sets in motion a journey of misfits searching for their destiny and working together to evade a threatening and deadly foe.",
"popularity": 1325.87,
"poster_path": "/lurEK87kukWNaHd0zYnsi3yzJrs.jpg",
"release_date": "2024-12-18",
"title": "Mufasa: The Lion King",
"video": false,
"vote_average": 6.2,
"vote_count": 12
},
{
"adult": false,
"backdrop_path": "/rhc8Mtuo3Kh8CndnlmTNMF8o9pU.jpg",
"genre_ids": [
28,
9648,
53
],
"id": 1005331,
"media_type": "movie",
"original_language": "en",
"original_title": "Carry-On",
"overview": "An airport security officer races to outsmart a mysterious traveler forcing him to let a dangerous item slip onto a Christmas Eve flight.",
"popularity": 476.188,
"poster_path": "/sjMN7DRi4sGiledsmllEw5HJjPy.jpg",
"release_date": "2024-12-05",
"title": "Carry-On",
"video": false,
"vote_average": 7,
"vote_count": 425
},
{
"adult": false,
"backdrop_path": "/eK8HiCLv4zo6iZ0NbjZnmD9LZkd.jpg",
"genre_ids": [
16,
28,
878,
10751
],
"id": 1184918,
"media_type": "movie",
"original_language": "en",
"original_title": "The Wild Robot",
"overview": "After a shipwreck, an intelligent robot called Roz is stranded on an uninhabited island. To survive the harsh environment, Roz bonds with the island's animals and cares for an orphaned baby goose.",
"popularity": 956.588,
"poster_path": "/wTnV3PCVW5O92JMrFvvrRcV39RU.jpg",
"release_date": "2024-09-08",
"title": "The Wild Robot",
"video": false,
"vote_average": 8.385,
"vote_count": 3488
},
{
"adult": false,
"backdrop_path": "/t98L9uphqBSNn2Mkvdm3xSFCQyi.jpg",
"genre_ids": [
27,
878
],
"id": 933260,
"media_type": "movie",
"original_language": "en",
"original_title": "The Substance",
"overview": "A fading celebrity decides to use a black market drug, a cell-replicating substance that temporarily creates a younger, better version of herself.",
"popularity": 748.881,
"poster_path": "/lqoMzCcZYEFK729d6qzt349fB4o.jpg",
"release_date": "2024-09-07",
"title": "The Substance",
"video": false,
"vote_average": 7.2,
"vote_count": 2623
},
{
"adult": false,
"backdrop_path": "/3kbWZFgcCx4YbKkKHvJDGh6ebsH.jpg",
"genre_ids": [
16,
35
],
"id": 1399914,
"media_type": "movie",
"original_language": "en",
"original_title": "The Simpsons: O C'mon All Ye Faithful",
"overview": "The residents of Springfield search for Christmas cheer.",
"popularity": 1.876,
"poster_path": "/9EijynTuWgr2JoElEJe1Jhtm3Cu.jpg",
"release_date": "2024-12-16",
"title": "The Simpsons: O C'mon All Ye Faithful",
"video": false,
"vote_average": 7,
"vote_count": 2
},
{
"adult": false,
"backdrop_path": "/3V4kLQg0kSqPLctI5ziYWabAZYF.jpg",
"genre_ids": [
28,
878,
12,
53
],
"id": 912649,
"media_type": "movie",
"original_language": "en",
"original_title": "Venom: The Last Dance",
"overview": "Eddie and Venom are on the run. Hunted by both of their worlds and with the net closing in, the duo are forced into a devastating decision that will bring the curtains down on Venom and Eddie's last dance.",
"popularity": 6191.971,
"poster_path": "/aosm8NMQ3UyoBVpSxyimorCQykC.jpg",
"release_date": "2024-10-22",
"title": "Venom: The Last Dance",
"video": false,
"vote_average": 6.774,
"vote_count": 1638
},
{
"adult": false,
"backdrop_path": "/v9Du2HC3hlknAvGlWhquRbeifwW.jpg",
"genre_ids": [
28,
12,
53
],
"id": 539972,
"media_type": "movie",
"original_language": "en",
"original_title": "Kraven the Hunter",
"overview": "Kraven Kravinoff's complex relationship with his ruthless gangster father, Nikolai, starts him down a path of vengeance with brutal consequences, motivating him to become not only the greatest hunter in the world, but also one of its most feared.",
"popularity": 1072.445,
"poster_path": "/i47IUSsN126K11JUzqQIOi1Mg1M.jpg",
"release_date": "2024-12-11",
"title": "Kraven the Hunter",
"video": false,
"vote_average": 5.8,
"vote_count": 105
},
{
"adult": false,
"backdrop_path": "/uVlUu174iiKhsUGqnOSy46eIIMU.jpg",
"genre_ids": [
18,
10749,
14
],
"id": 402431,
"media_type": "movie",
"original_language": "en",
"original_title": "Wicked",
"overview": "In the land of Oz, ostracized and misunderstood green-skinned Elphaba is forced to share a room with the popular aristocrat Glinda at Shiz University, and the two's unlikely friendship is tested as they begin to fulfill their respective destinies as Glinda the Good and the Wicked Witch of the West.",
"popularity": 654.661,
"poster_path": "/xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg",
"release_date": "2024-11-20",
"title": "Wicked",
"video": false,
"vote_average": 7.587,
"vote_count": 571
},
{
"adult": false,
"backdrop_path": "/zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg",
"genre_ids": [
12,
35,
10751,
878
],
"id": 939243,
"media_type": "movie",
"original_language": "en",
"original_title": "Sonic the Hedgehog 3",
"overview": "Sonic, Knuckles, and Tails reunite against a powerful new adversary, Shadow, a mysterious villain with powers unlike anything they have faced before. With their abilities outmatched in every way, Team Sonic must seek out an unlikely alliance in hopes of stopping Shadow and protecting the planet.",
"popularity": 722.886,
"poster_path": "/d8Ryb8AunYAuycVKDp5HpdWPKgC.jpg",
"release_date": "2024-12-19",
"title": "Sonic the Hedgehog 3",
"video": false,
"vote_average": 7.8,
"vote_count": 8
},
{
"adult": false,
"backdrop_path": "/rtpFIgy1YYw3kx7PCyNhi6xmEFb.jpg",
"genre_ids": [
18,
36
],
"id": 1102493,
"media_type": "movie",
"original_language": "en",
"original_title": "Small Things Like These",
"overview": "While working as a coal merchant to support his family, Bill Furlong discovers disturbing secrets kept by the local convent and uncovers truths of his own; forcing him to confront his past and the complicit silence of a small Irish town controlled by the Catholic Church.",
"popularity": 60.004,
"poster_path": "/vVxRLATTEgrLbVcuDki4VohFrzj.jpg",
"release_date": "2024-11-01",
"title": "Small Things Like These",
"video": false,
"vote_average": 7,
"vote_count": 63
},
{
"adult": false,
"backdrop_path": "/cBTwQKMd7Vn6rGTGBtoFLIfj7uM.jpg",
"genre_ids": [
16,
12,
28,
14
],
"id": 1147416,
"media_type": "movie",
"original_language": "fr",
"original_title": "Miraculous World : Londres, la course contre le temps",
"overview": "To save the future from a terrible fate, Marinette becomes Chronobug and teams up with Bunnyx to defeat a mysterious opponent who travels through time. Who is this new supervillain, and why are they obsessed with exposing Marinette's secret superhero identity? Marinette's only hope is to defeat her new opponent to prevent the end of Ladybug and time itself!",
"popularity": 801.088,
"poster_path": "/6AtoMpHvs9pxd30KsyK8QmJ9W9M.jpg",
"release_date": "2024-11-14",
"title": "Miraculous World, London: At the Edge of Time",
"video": false,
"vote_average": 7.9,
"vote_count": 55
},
{
"adult": false,
"backdrop_path": "/tElnmtQ6yz1PjN1kePNl8yMSb59.jpg",
"genre_ids": [
16,
12,
10751,
35
],
"id": 1241982,
"media_type": "movie",
"original_language": "en",
"original_title": "Moana 2",
"overview": "After receiving an unexpected call from her wayfinding ancestors, Moana journeys alongside Maui and a new crew to the far seas of Oceania and into dangerous, long-lost waters for an adventure unlike anything she's ever faced.",
"popularity": 3030.394,
"poster_path": "/4YZpsylmjHbqeWzjKpUEF8gcLNW.jpg",
"release_date": "2024-11-21",
"title": "Moana 2",
"video": false,
"vote_average": 6.946,
"vote_count": 516
},
{
"adult": false,
"backdrop_path": "/ag66gJCiZ06q1GSJuQlhGLi3Udx.jpg",
"genre_ids": [
27,
53
],
"id": 1138194,
"media_type": "movie",
"original_language": "en",
"original_title": "Heretic",
"overview": "Two young missionaries are forced to prove their faith when they knock on the wrong door and are greeted by a diabolical Mr. Reed, becoming ensnared in his deadly game of cat-and-mouse.",
"popularity": 1329.705,
"poster_path": "/5HJqjCTcaE1TFwnNh3Dn21be2es.jpg",
"release_date": "2024-10-31",
"title": "Heretic",
"video": false,
"vote_average": 7.2,
"vote_count": 390
},
{
"adult": false,
"backdrop_path": "/pMGCVVyr60jSGjFhsTvjlIZNySW.jpg",
"genre_ids": [
28,
878
],
"id": 1061474,
"media_type": "movie",
"original_language": "en",
"original_title": "Superman",
"overview": "Superman, a cub reporter in Metropolis, embarks on a journey to reconcile his Kryptonian heritage with his human upbringing as Clark Kent.",
"popularity": 86.197,
"poster_path": "/wPLysNDLffQLOVebZQCbXJEv6E6.jpg",
"release_date": "2025-07-09",
"title": "Superman",
"video": false,
"vote_average": 0,
"vote_count": 0
},
{
"adult": false,
"backdrop_path": "/euYIwmwkmz95mnXvufEmbL6ovhZ.jpg",
"genre_ids": [
28,
12,
36
],
"id": 558449,
"media_type": "movie",
"original_language": "en",
"original_title": "Gladiator II",
"overview": "Years after witnessing the death of the revered hero Maximus at the hands of his uncle, Lucius is forced to enter the Colosseum after his home is conquered by the tyrannical Emperors who now lead Rome with an iron fist. With rage in his heart and the future of the Empire at stake, Lucius must look to his past to find strength and honor to return the glory of Rome to its people.",
"popularity": 837.228,
"poster_path": "/2cxhvwyEwRlysAmRH4iodkvo0z5.jpg",
"release_date": "2024-11-05",
"title": "Gladiator II",
"video": false,
"vote_average": 6.7,
"vote_count": 1114
},
{
"adult": false,
"backdrop_path": "/jUYn9ytvxrquviR36OD6n2EqBgW.jpg",
"genre_ids": [
35,
18
],
"id": 1203236,
"media_type": "movie",
"original_language": "en",
"original_title": "Nutcrackers",
"overview": "Just as Mike is on the heels of closing the biggest deal of his career, he's pulled away from his bachelor life in the big city to a farm in rural Ohio in order to help his recently orphaned nephews find a new home.",
"popularity": 176.572,
"poster_path": "/yqKKhbaofSHfqHGNYHz9yqSPvYR.jpg",
"release_date": "2024-09-05",
"title": "Nutcrackers",
"video": false,
"vote_average": 5.7,
"vote_count": 61
},
{
"adult": false,
"backdrop_path": "/jwvsA0pgp2lD0IggnUWjOy1mf5s.jpg",
"genre_ids": [
99
],
"id": 1340168,
"media_type": "movie",
"original_language": "en",
"original_title": "Blink",
"overview": "The Pelletier family sets out on an epic journey to see the beauty of the world when three of their four children are diagnosed with an incurable eye condition.",
"popularity": 6.091,
"poster_path": "/w8w7QbN4gyX4tL2nvenS7Xh44su.jpg",
"release_date": "2024-10-04",
"title": "Blink",
"video": false,
"vote_average": 0,
"vote_count": 0
},
{
"adult": false,
"backdrop_path": "/uGmYqxh8flqkudioyFtD7IJSHxK.jpg",
"genre_ids": [
18,
80,
53
],
"id": 889737,
"media_type": "movie",
"original_language": "en",
"original_title": "Joker: Folie à Deux",
"overview": "While struggling with his dual identity, Arthur Fleck not only stumbles upon true love, but also finds the music that's always been inside him.",
"popularity": 256.414,
"poster_path": "/aciP8Km0waTLXEYf5ybFK5CSUxl.jpg",
"release_date": "2024-10-01",
"title": "Joker: Folie à Deux",
"video": false,
"vote_average": 5.5,
"vote_count": 1838
}
],
"total_pages": 500,
"total_results": 10000
}Trending
Movies
This endpoint is used to get the trending movies on TMDB.
GET
/
3
/
trending
/
movie
/
day
Movies
curl --request GET \
--url 'https://api.themoviedb.org/3/trending/movie/day?%7B%7Bkey%7D%7D='import requests
url = "https://api.themoviedb.org/3/trending/movie/day?%7B%7Bkey%7D%7D="
response = requests.get(url)
print(response.text)const options = {method: 'GET'};
fetch('https://api.themoviedb.org/3/trending/movie/day?%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/trending/movie/day?%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/trending/movie/day?%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/trending/movie/day?%7B%7Bkey%7D%7D=")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.themoviedb.org/3/trending/movie/day?%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": "/4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg",
"genre_ids": [
35,
10749,
18
],
"id": 1064213,
"media_type": "movie",
"original_language": "en",
"original_title": "Anora",
"overview": "A young sex worker from Brooklyn gets her chance at a Cinderella story when she meets and impulsively marries the son of an oligarch. Once the news reaches Russia, her fairytale is threatened as his parents set out to get the marriage annulled.",
"popularity": 159.295,
"poster_path": "/7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg",
"release_date": "2024-10-14",
"title": "Anora",
"video": false,
"vote_average": 7.3,
"vote_count": 367
},
{
"adult": false,
"backdrop_path": "/bHkn3yuOFdu5LJcq67Odofhx6cb.jpg",
"genre_ids": [
28,
14,
35
],
"id": 845781,
"media_type": "movie",
"original_language": "en",
"original_title": "Red One",
"overview": "After Santa Claus (codename: Red One) is kidnapped, the North Pole's Head of Security must team up with the world's most infamous tracker in a globe-trotting, action-packed mission to save Christmas.",
"popularity": 6624.443,
"poster_path": "/cdqLnri3NEGcmfnqwk2TSIYtddg.jpg",
"release_date": "2024-10-31",
"title": "Red One",
"video": false,
"vote_average": 6.9,
"vote_count": 856
},
{
"adult": false,
"backdrop_path": "/c6nouvFYnmNO50WQDLcKMI3p0jA.jpg",
"genre_ids": [
12,
10751,
18,
16
],
"id": 762509,
"media_type": "movie",
"original_language": "en",
"original_title": "Mufasa: The Lion King",
"overview": "Told in flashbacks, Mufasa is an orphaned cub, lost and alone until he meets a sympathetic lion named Taka—the heir to a royal bloodline. The chance meeting sets in motion a journey of misfits searching for their destiny and working together to evade a threatening and deadly foe.",
"popularity": 1325.87,
"poster_path": "/lurEK87kukWNaHd0zYnsi3yzJrs.jpg",
"release_date": "2024-12-18",
"title": "Mufasa: The Lion King",
"video": false,
"vote_average": 6.2,
"vote_count": 12
},
{
"adult": false,
"backdrop_path": "/rhc8Mtuo3Kh8CndnlmTNMF8o9pU.jpg",
"genre_ids": [
28,
9648,
53
],
"id": 1005331,
"media_type": "movie",
"original_language": "en",
"original_title": "Carry-On",
"overview": "An airport security officer races to outsmart a mysterious traveler forcing him to let a dangerous item slip onto a Christmas Eve flight.",
"popularity": 476.188,
"poster_path": "/sjMN7DRi4sGiledsmllEw5HJjPy.jpg",
"release_date": "2024-12-05",
"title": "Carry-On",
"video": false,
"vote_average": 7,
"vote_count": 425
},
{
"adult": false,
"backdrop_path": "/eK8HiCLv4zo6iZ0NbjZnmD9LZkd.jpg",
"genre_ids": [
16,
28,
878,
10751
],
"id": 1184918,
"media_type": "movie",
"original_language": "en",
"original_title": "The Wild Robot",
"overview": "After a shipwreck, an intelligent robot called Roz is stranded on an uninhabited island. To survive the harsh environment, Roz bonds with the island's animals and cares for an orphaned baby goose.",
"popularity": 956.588,
"poster_path": "/wTnV3PCVW5O92JMrFvvrRcV39RU.jpg",
"release_date": "2024-09-08",
"title": "The Wild Robot",
"video": false,
"vote_average": 8.385,
"vote_count": 3488
},
{
"adult": false,
"backdrop_path": "/t98L9uphqBSNn2Mkvdm3xSFCQyi.jpg",
"genre_ids": [
27,
878
],
"id": 933260,
"media_type": "movie",
"original_language": "en",
"original_title": "The Substance",
"overview": "A fading celebrity decides to use a black market drug, a cell-replicating substance that temporarily creates a younger, better version of herself.",
"popularity": 748.881,
"poster_path": "/lqoMzCcZYEFK729d6qzt349fB4o.jpg",
"release_date": "2024-09-07",
"title": "The Substance",
"video": false,
"vote_average": 7.2,
"vote_count": 2623
},
{
"adult": false,
"backdrop_path": "/3kbWZFgcCx4YbKkKHvJDGh6ebsH.jpg",
"genre_ids": [
16,
35
],
"id": 1399914,
"media_type": "movie",
"original_language": "en",
"original_title": "The Simpsons: O C'mon All Ye Faithful",
"overview": "The residents of Springfield search for Christmas cheer.",
"popularity": 1.876,
"poster_path": "/9EijynTuWgr2JoElEJe1Jhtm3Cu.jpg",
"release_date": "2024-12-16",
"title": "The Simpsons: O C'mon All Ye Faithful",
"video": false,
"vote_average": 7,
"vote_count": 2
},
{
"adult": false,
"backdrop_path": "/3V4kLQg0kSqPLctI5ziYWabAZYF.jpg",
"genre_ids": [
28,
878,
12,
53
],
"id": 912649,
"media_type": "movie",
"original_language": "en",
"original_title": "Venom: The Last Dance",
"overview": "Eddie and Venom are on the run. Hunted by both of their worlds and with the net closing in, the duo are forced into a devastating decision that will bring the curtains down on Venom and Eddie's last dance.",
"popularity": 6191.971,
"poster_path": "/aosm8NMQ3UyoBVpSxyimorCQykC.jpg",
"release_date": "2024-10-22",
"title": "Venom: The Last Dance",
"video": false,
"vote_average": 6.774,
"vote_count": 1638
},
{
"adult": false,
"backdrop_path": "/v9Du2HC3hlknAvGlWhquRbeifwW.jpg",
"genre_ids": [
28,
12,
53
],
"id": 539972,
"media_type": "movie",
"original_language": "en",
"original_title": "Kraven the Hunter",
"overview": "Kraven Kravinoff's complex relationship with his ruthless gangster father, Nikolai, starts him down a path of vengeance with brutal consequences, motivating him to become not only the greatest hunter in the world, but also one of its most feared.",
"popularity": 1072.445,
"poster_path": "/i47IUSsN126K11JUzqQIOi1Mg1M.jpg",
"release_date": "2024-12-11",
"title": "Kraven the Hunter",
"video": false,
"vote_average": 5.8,
"vote_count": 105
},
{
"adult": false,
"backdrop_path": "/uVlUu174iiKhsUGqnOSy46eIIMU.jpg",
"genre_ids": [
18,
10749,
14
],
"id": 402431,
"media_type": "movie",
"original_language": "en",
"original_title": "Wicked",
"overview": "In the land of Oz, ostracized and misunderstood green-skinned Elphaba is forced to share a room with the popular aristocrat Glinda at Shiz University, and the two's unlikely friendship is tested as they begin to fulfill their respective destinies as Glinda the Good and the Wicked Witch of the West.",
"popularity": 654.661,
"poster_path": "/xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg",
"release_date": "2024-11-20",
"title": "Wicked",
"video": false,
"vote_average": 7.587,
"vote_count": 571
},
{
"adult": false,
"backdrop_path": "/zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg",
"genre_ids": [
12,
35,
10751,
878
],
"id": 939243,
"media_type": "movie",
"original_language": "en",
"original_title": "Sonic the Hedgehog 3",
"overview": "Sonic, Knuckles, and Tails reunite against a powerful new adversary, Shadow, a mysterious villain with powers unlike anything they have faced before. With their abilities outmatched in every way, Team Sonic must seek out an unlikely alliance in hopes of stopping Shadow and protecting the planet.",
"popularity": 722.886,
"poster_path": "/d8Ryb8AunYAuycVKDp5HpdWPKgC.jpg",
"release_date": "2024-12-19",
"title": "Sonic the Hedgehog 3",
"video": false,
"vote_average": 7.8,
"vote_count": 8
},
{
"adult": false,
"backdrop_path": "/rtpFIgy1YYw3kx7PCyNhi6xmEFb.jpg",
"genre_ids": [
18,
36
],
"id": 1102493,
"media_type": "movie",
"original_language": "en",
"original_title": "Small Things Like These",
"overview": "While working as a coal merchant to support his family, Bill Furlong discovers disturbing secrets kept by the local convent and uncovers truths of his own; forcing him to confront his past and the complicit silence of a small Irish town controlled by the Catholic Church.",
"popularity": 60.004,
"poster_path": "/vVxRLATTEgrLbVcuDki4VohFrzj.jpg",
"release_date": "2024-11-01",
"title": "Small Things Like These",
"video": false,
"vote_average": 7,
"vote_count": 63
},
{
"adult": false,
"backdrop_path": "/cBTwQKMd7Vn6rGTGBtoFLIfj7uM.jpg",
"genre_ids": [
16,
12,
28,
14
],
"id": 1147416,
"media_type": "movie",
"original_language": "fr",
"original_title": "Miraculous World : Londres, la course contre le temps",
"overview": "To save the future from a terrible fate, Marinette becomes Chronobug and teams up with Bunnyx to defeat a mysterious opponent who travels through time. Who is this new supervillain, and why are they obsessed with exposing Marinette's secret superhero identity? Marinette's only hope is to defeat her new opponent to prevent the end of Ladybug and time itself!",
"popularity": 801.088,
"poster_path": "/6AtoMpHvs9pxd30KsyK8QmJ9W9M.jpg",
"release_date": "2024-11-14",
"title": "Miraculous World, London: At the Edge of Time",
"video": false,
"vote_average": 7.9,
"vote_count": 55
},
{
"adult": false,
"backdrop_path": "/tElnmtQ6yz1PjN1kePNl8yMSb59.jpg",
"genre_ids": [
16,
12,
10751,
35
],
"id": 1241982,
"media_type": "movie",
"original_language": "en",
"original_title": "Moana 2",
"overview": "After receiving an unexpected call from her wayfinding ancestors, Moana journeys alongside Maui and a new crew to the far seas of Oceania and into dangerous, long-lost waters for an adventure unlike anything she's ever faced.",
"popularity": 3030.394,
"poster_path": "/4YZpsylmjHbqeWzjKpUEF8gcLNW.jpg",
"release_date": "2024-11-21",
"title": "Moana 2",
"video": false,
"vote_average": 6.946,
"vote_count": 516
},
{
"adult": false,
"backdrop_path": "/ag66gJCiZ06q1GSJuQlhGLi3Udx.jpg",
"genre_ids": [
27,
53
],
"id": 1138194,
"media_type": "movie",
"original_language": "en",
"original_title": "Heretic",
"overview": "Two young missionaries are forced to prove their faith when they knock on the wrong door and are greeted by a diabolical Mr. Reed, becoming ensnared in his deadly game of cat-and-mouse.",
"popularity": 1329.705,
"poster_path": "/5HJqjCTcaE1TFwnNh3Dn21be2es.jpg",
"release_date": "2024-10-31",
"title": "Heretic",
"video": false,
"vote_average": 7.2,
"vote_count": 390
},
{
"adult": false,
"backdrop_path": "/pMGCVVyr60jSGjFhsTvjlIZNySW.jpg",
"genre_ids": [
28,
878
],
"id": 1061474,
"media_type": "movie",
"original_language": "en",
"original_title": "Superman",
"overview": "Superman, a cub reporter in Metropolis, embarks on a journey to reconcile his Kryptonian heritage with his human upbringing as Clark Kent.",
"popularity": 86.197,
"poster_path": "/wPLysNDLffQLOVebZQCbXJEv6E6.jpg",
"release_date": "2025-07-09",
"title": "Superman",
"video": false,
"vote_average": 0,
"vote_count": 0
},
{
"adult": false,
"backdrop_path": "/euYIwmwkmz95mnXvufEmbL6ovhZ.jpg",
"genre_ids": [
28,
12,
36
],
"id": 558449,
"media_type": "movie",
"original_language": "en",
"original_title": "Gladiator II",
"overview": "Years after witnessing the death of the revered hero Maximus at the hands of his uncle, Lucius is forced to enter the Colosseum after his home is conquered by the tyrannical Emperors who now lead Rome with an iron fist. With rage in his heart and the future of the Empire at stake, Lucius must look to his past to find strength and honor to return the glory of Rome to its people.",
"popularity": 837.228,
"poster_path": "/2cxhvwyEwRlysAmRH4iodkvo0z5.jpg",
"release_date": "2024-11-05",
"title": "Gladiator II",
"video": false,
"vote_average": 6.7,
"vote_count": 1114
},
{
"adult": false,
"backdrop_path": "/jUYn9ytvxrquviR36OD6n2EqBgW.jpg",
"genre_ids": [
35,
18
],
"id": 1203236,
"media_type": "movie",
"original_language": "en",
"original_title": "Nutcrackers",
"overview": "Just as Mike is on the heels of closing the biggest deal of his career, he's pulled away from his bachelor life in the big city to a farm in rural Ohio in order to help his recently orphaned nephews find a new home.",
"popularity": 176.572,
"poster_path": "/yqKKhbaofSHfqHGNYHz9yqSPvYR.jpg",
"release_date": "2024-09-05",
"title": "Nutcrackers",
"video": false,
"vote_average": 5.7,
"vote_count": 61
},
{
"adult": false,
"backdrop_path": "/jwvsA0pgp2lD0IggnUWjOy1mf5s.jpg",
"genre_ids": [
99
],
"id": 1340168,
"media_type": "movie",
"original_language": "en",
"original_title": "Blink",
"overview": "The Pelletier family sets out on an epic journey to see the beauty of the world when three of their four children are diagnosed with an incurable eye condition.",
"popularity": 6.091,
"poster_path": "/w8w7QbN4gyX4tL2nvenS7Xh44su.jpg",
"release_date": "2024-10-04",
"title": "Blink",
"video": false,
"vote_average": 0,
"vote_count": 0
},
{
"adult": false,
"backdrop_path": "/uGmYqxh8flqkudioyFtD7IJSHxK.jpg",
"genre_ids": [
18,
80,
53
],
"id": 889737,
"media_type": "movie",
"original_language": "en",
"original_title": "Joker: Folie à Deux",
"overview": "While struggling with his dual identity, Arthur Fleck not only stumbles upon true love, but also finds the music that's always been inside him.",
"popularity": 256.414,
"poster_path": "/aciP8Km0waTLXEYf5ybFK5CSUxl.jpg",
"release_date": "2024-10-01",
"title": "Joker: Folie à Deux",
"video": false,
"vote_average": 5.5,
"vote_count": 1838
}
],
"total_pages": 500,
"total_results": 10000
}Authorizations
Query Parameters
Example:
"en-US"
Response
200 - application/json
OK
Example:
1
Show child attributes
Show child attributes
Example:
[
{
"adult": false,
"backdrop_path": "/4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg",
"genre_ids": [35, 10749, 18],
"id": 1064213,
"media_type": "movie",
"original_language": "en",
"original_title": "Anora",
"overview": "A young sex worker from Brooklyn gets her chance at a Cinderella story when she meets and impulsively marries the son of an oligarch. Once the news reaches Russia, her fairytale is threatened as his parents set out to get the marriage annulled.",
"popularity": 159.295,
"poster_path": "/7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg",
"release_date": "2024-10-14",
"title": "Anora",
"video": false,
"vote_average": 7.3,
"vote_count": 367
},
{
"adult": false,
"backdrop_path": "/bHkn3yuOFdu5LJcq67Odofhx6cb.jpg",
"genre_ids": [28, 14, 35],
"id": 845781,
"media_type": "movie",
"original_language": "en",
"original_title": "Red One",
"overview": "After Santa Claus (codename: Red One) is kidnapped, the North Pole's Head of Security must team up with the world's most infamous tracker in a globe-trotting, action-packed mission to save Christmas.",
"popularity": 6624.443,
"poster_path": "/cdqLnri3NEGcmfnqwk2TSIYtddg.jpg",
"release_date": "2024-10-31",
"title": "Red One",
"video": false,
"vote_average": 6.9,
"vote_count": 856
},
{
"adult": false,
"backdrop_path": "/c6nouvFYnmNO50WQDLcKMI3p0jA.jpg",
"genre_ids": [12, 10751, 18, 16],
"id": 762509,
"media_type": "movie",
"original_language": "en",
"original_title": "Mufasa: The Lion King",
"overview": "Told in flashbacks, Mufasa is an orphaned cub, lost and alone until he meets a sympathetic lion named Taka—the heir to a royal bloodline. The chance meeting sets in motion a journey of misfits searching for their destiny and working together to evade a threatening and deadly foe.",
"popularity": 1325.87,
"poster_path": "/lurEK87kukWNaHd0zYnsi3yzJrs.jpg",
"release_date": "2024-12-18",
"title": "Mufasa: The Lion King",
"video": false,
"vote_average": 6.2,
"vote_count": 12
},
{
"adult": false,
"backdrop_path": "/rhc8Mtuo3Kh8CndnlmTNMF8o9pU.jpg",
"genre_ids": [28, 9648, 53],
"id": 1005331,
"media_type": "movie",
"original_language": "en",
"original_title": "Carry-On",
"overview": "An airport security officer races to outsmart a mysterious traveler forcing him to let a dangerous item slip onto a Christmas Eve flight.",
"popularity": 476.188,
"poster_path": "/sjMN7DRi4sGiledsmllEw5HJjPy.jpg",
"release_date": "2024-12-05",
"title": "Carry-On",
"video": false,
"vote_average": 7,
"vote_count": 425
},
{
"adult": false,
"backdrop_path": "/eK8HiCLv4zo6iZ0NbjZnmD9LZkd.jpg",
"genre_ids": [16, 28, 878, 10751],
"id": 1184918,
"media_type": "movie",
"original_language": "en",
"original_title": "The Wild Robot",
"overview": "After a shipwreck, an intelligent robot called Roz is stranded on an uninhabited island. To survive the harsh environment, Roz bonds with the island's animals and cares for an orphaned baby goose.",
"popularity": 956.588,
"poster_path": "/wTnV3PCVW5O92JMrFvvrRcV39RU.jpg",
"release_date": "2024-09-08",
"title": "The Wild Robot",
"video": false,
"vote_average": 8.385,
"vote_count": 3488
},
{
"adult": false,
"backdrop_path": "/t98L9uphqBSNn2Mkvdm3xSFCQyi.jpg",
"genre_ids": [27, 878],
"id": 933260,
"media_type": "movie",
"original_language": "en",
"original_title": "The Substance",
"overview": "A fading celebrity decides to use a black market drug, a cell-replicating substance that temporarily creates a younger, better version of herself.",
"popularity": 748.881,
"poster_path": "/lqoMzCcZYEFK729d6qzt349fB4o.jpg",
"release_date": "2024-09-07",
"title": "The Substance",
"video": false,
"vote_average": 7.2,
"vote_count": 2623
},
{
"adult": false,
"backdrop_path": "/3kbWZFgcCx4YbKkKHvJDGh6ebsH.jpg",
"genre_ids": [16, 35],
"id": 1399914,
"media_type": "movie",
"original_language": "en",
"original_title": "The Simpsons: O C'mon All Ye Faithful",
"overview": "The residents of Springfield search for Christmas cheer.",
"popularity": 1.876,
"poster_path": "/9EijynTuWgr2JoElEJe1Jhtm3Cu.jpg",
"release_date": "2024-12-16",
"title": "The Simpsons: O C'mon All Ye Faithful",
"video": false,
"vote_average": 7,
"vote_count": 2
},
{
"adult": false,
"backdrop_path": "/3V4kLQg0kSqPLctI5ziYWabAZYF.jpg",
"genre_ids": [28, 878, 12, 53],
"id": 912649,
"media_type": "movie",
"original_language": "en",
"original_title": "Venom: The Last Dance",
"overview": "Eddie and Venom are on the run. Hunted by both of their worlds and with the net closing in, the duo are forced into a devastating decision that will bring the curtains down on Venom and Eddie's last dance.",
"popularity": 6191.971,
"poster_path": "/aosm8NMQ3UyoBVpSxyimorCQykC.jpg",
"release_date": "2024-10-22",
"title": "Venom: The Last Dance",
"video": false,
"vote_average": 6.774,
"vote_count": 1638
},
{
"adult": false,
"backdrop_path": "/v9Du2HC3hlknAvGlWhquRbeifwW.jpg",
"genre_ids": [28, 12, 53],
"id": 539972,
"media_type": "movie",
"original_language": "en",
"original_title": "Kraven the Hunter",
"overview": "Kraven Kravinoff's complex relationship with his ruthless gangster father, Nikolai, starts him down a path of vengeance with brutal consequences, motivating him to become not only the greatest hunter in the world, but also one of its most feared.",
"popularity": 1072.445,
"poster_path": "/i47IUSsN126K11JUzqQIOi1Mg1M.jpg",
"release_date": "2024-12-11",
"title": "Kraven the Hunter",
"video": false,
"vote_average": 5.8,
"vote_count": 105
},
{
"adult": false,
"backdrop_path": "/uVlUu174iiKhsUGqnOSy46eIIMU.jpg",
"genre_ids": [18, 10749, 14],
"id": 402431,
"media_type": "movie",
"original_language": "en",
"original_title": "Wicked",
"overview": "In the land of Oz, ostracized and misunderstood green-skinned Elphaba is forced to share a room with the popular aristocrat Glinda at Shiz University, and the two's unlikely friendship is tested as they begin to fulfill their respective destinies as Glinda the Good and the Wicked Witch of the West.",
"popularity": 654.661,
"poster_path": "/xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg",
"release_date": "2024-11-20",
"title": "Wicked",
"video": false,
"vote_average": 7.587,
"vote_count": 571
},
{
"adult": false,
"backdrop_path": "/zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg",
"genre_ids": [12, 35, 10751, 878],
"id": 939243,
"media_type": "movie",
"original_language": "en",
"original_title": "Sonic the Hedgehog 3",
"overview": "Sonic, Knuckles, and Tails reunite against a powerful new adversary, Shadow, a mysterious villain with powers unlike anything they have faced before. With their abilities outmatched in every way, Team Sonic must seek out an unlikely alliance in hopes of stopping Shadow and protecting the planet.",
"popularity": 722.886,
"poster_path": "/d8Ryb8AunYAuycVKDp5HpdWPKgC.jpg",
"release_date": "2024-12-19",
"title": "Sonic the Hedgehog 3",
"video": false,
"vote_average": 7.8,
"vote_count": 8
},
{
"adult": false,
"backdrop_path": "/rtpFIgy1YYw3kx7PCyNhi6xmEFb.jpg",
"genre_ids": [18, 36],
"id": 1102493,
"media_type": "movie",
"original_language": "en",
"original_title": "Small Things Like These",
"overview": "While working as a coal merchant to support his family, Bill Furlong discovers disturbing secrets kept by the local convent and uncovers truths of his own; forcing him to confront his past and the complicit silence of a small Irish town controlled by the Catholic Church.",
"popularity": 60.004,
"poster_path": "/vVxRLATTEgrLbVcuDki4VohFrzj.jpg",
"release_date": "2024-11-01",
"title": "Small Things Like These",
"video": false,
"vote_average": 7,
"vote_count": 63
},
{
"adult": false,
"backdrop_path": "/cBTwQKMd7Vn6rGTGBtoFLIfj7uM.jpg",
"genre_ids": [16, 12, 28, 14],
"id": 1147416,
"media_type": "movie",
"original_language": "fr",
"original_title": "Miraculous World : Londres, la course contre le temps",
"overview": "To save the future from a terrible fate, Marinette becomes Chronobug and teams up with Bunnyx to defeat a mysterious opponent who travels through time. Who is this new supervillain, and why are they obsessed with exposing Marinette's secret superhero identity? Marinette's only hope is to defeat her new opponent to prevent the end of Ladybug and time itself!",
"popularity": 801.088,
"poster_path": "/6AtoMpHvs9pxd30KsyK8QmJ9W9M.jpg",
"release_date": "2024-11-14",
"title": "Miraculous World, London: At the Edge of Time",
"video": false,
"vote_average": 7.9,
"vote_count": 55
},
{
"adult": false,
"backdrop_path": "/tElnmtQ6yz1PjN1kePNl8yMSb59.jpg",
"genre_ids": [16, 12, 10751, 35],
"id": 1241982,
"media_type": "movie",
"original_language": "en",
"original_title": "Moana 2",
"overview": "After receiving an unexpected call from her wayfinding ancestors, Moana journeys alongside Maui and a new crew to the far seas of Oceania and into dangerous, long-lost waters for an adventure unlike anything she's ever faced.",
"popularity": 3030.394,
"poster_path": "/4YZpsylmjHbqeWzjKpUEF8gcLNW.jpg",
"release_date": "2024-11-21",
"title": "Moana 2",
"video": false,
"vote_average": 6.946,
"vote_count": 516
},
{
"adult": false,
"backdrop_path": "/ag66gJCiZ06q1GSJuQlhGLi3Udx.jpg",
"genre_ids": [27, 53],
"id": 1138194,
"media_type": "movie",
"original_language": "en",
"original_title": "Heretic",
"overview": "Two young missionaries are forced to prove their faith when they knock on the wrong door and are greeted by a diabolical Mr. Reed, becoming ensnared in his deadly game of cat-and-mouse.",
"popularity": 1329.705,
"poster_path": "/5HJqjCTcaE1TFwnNh3Dn21be2es.jpg",
"release_date": "2024-10-31",
"title": "Heretic",
"video": false,
"vote_average": 7.2,
"vote_count": 390
},
{
"adult": false,
"backdrop_path": "/pMGCVVyr60jSGjFhsTvjlIZNySW.jpg",
"genre_ids": [28, 878],
"id": 1061474,
"media_type": "movie",
"original_language": "en",
"original_title": "Superman",
"overview": "Superman, a cub reporter in Metropolis, embarks on a journey to reconcile his Kryptonian heritage with his human upbringing as Clark Kent.",
"popularity": 86.197,
"poster_path": "/wPLysNDLffQLOVebZQCbXJEv6E6.jpg",
"release_date": "2025-07-09",
"title": "Superman",
"video": false,
"vote_average": 0,
"vote_count": 0
},
{
"adult": false,
"backdrop_path": "/euYIwmwkmz95mnXvufEmbL6ovhZ.jpg",
"genre_ids": [28, 12, 36],
"id": 558449,
"media_type": "movie",
"original_language": "en",
"original_title": "Gladiator II",
"overview": "Years after witnessing the death of the revered hero Maximus at the hands of his uncle, Lucius is forced to enter the Colosseum after his home is conquered by the tyrannical Emperors who now lead Rome with an iron fist. With rage in his heart and the future of the Empire at stake, Lucius must look to his past to find strength and honor to return the glory of Rome to its people.",
"popularity": 837.228,
"poster_path": "/2cxhvwyEwRlysAmRH4iodkvo0z5.jpg",
"release_date": "2024-11-05",
"title": "Gladiator II",
"video": false,
"vote_average": 6.7,
"vote_count": 1114
},
{
"adult": false,
"backdrop_path": "/jUYn9ytvxrquviR36OD6n2EqBgW.jpg",
"genre_ids": [35, 18],
"id": 1203236,
"media_type": "movie",
"original_language": "en",
"original_title": "Nutcrackers",
"overview": "Just as Mike is on the heels of closing the biggest deal of his career, he's pulled away from his bachelor life in the big city to a farm in rural Ohio in order to help his recently orphaned nephews find a new home.",
"popularity": 176.572,
"poster_path": "/yqKKhbaofSHfqHGNYHz9yqSPvYR.jpg",
"release_date": "2024-09-05",
"title": "Nutcrackers",
"video": false,
"vote_average": 5.7,
"vote_count": 61
},
{
"adult": false,
"backdrop_path": "/jwvsA0pgp2lD0IggnUWjOy1mf5s.jpg",
"genre_ids": [99],
"id": 1340168,
"media_type": "movie",
"original_language": "en",
"original_title": "Blink",
"overview": "The Pelletier family sets out on an epic journey to see the beauty of the world when three of their four children are diagnosed with an incurable eye condition.",
"popularity": 6.091,
"poster_path": "/w8w7QbN4gyX4tL2nvenS7Xh44su.jpg",
"release_date": "2024-10-04",
"title": "Blink",
"video": false,
"vote_average": 0,
"vote_count": 0
},
{
"adult": false,
"backdrop_path": "/uGmYqxh8flqkudioyFtD7IJSHxK.jpg",
"genre_ids": [18, 80, 53],
"id": 889737,
"media_type": "movie",
"original_language": "en",
"original_title": "Joker: Folie à Deux",
"overview": "While struggling with his dual identity, Arthur Fleck not only stumbles upon true love, but also finds the music that's always been inside him.",
"popularity": 256.414,
"poster_path": "/aciP8Km0waTLXEYf5ybFK5CSUxl.jpg",
"release_date": "2024-10-01",
"title": "Joker: Folie à Deux",
"video": false,
"vote_average": 5.5,
"vote_count": 1838
}
]
Example:
500
Example:
10000
Was this page helpful?
⌘I