ACCOUNT
- Endpoints
AUTHENTICATION
- Endpoints
CERTIFICATIONS
- Endpoints
CHANGES
- Endpoints
COLLECTIONS
- Endpoints
COMPANIES
- Endpoints
CONFIGURATION
- Endpoints
CREDITS
FIND
GENRES
GUEST-SESSIONS
KEYWORDS
MOVIES
PEOPLE
PEOPLE-LISTS
REVIEWS
TV-EPISODE-GROUPS
TV-EPISODES
TV-SEASONS
TV-SERIES
TV-SERIES-LISTS
WATCH-PROVIDERS
TRENDING
Movies
This endpoint gets the trending movies on TMDB.
GET
/
3
/
trending
/
movie
/
{time_window}
Copy
curl --request GET \
--url https://api.themoviedb.org/3/trending/movie/%7B{time_window}%7D \
--header 'Authorization: Bearer <token>'
Copy
{
"page": 1,
"results": [
{
"adult": false,
"backdrop_path": "/dMloNvayweggmvv0UD0iOJIkkbH.jpg",
"genre_ids": [
53,
18,
80,
28
],
"id": 1261501,
"media_type": "movie",
"original_language": "fr",
"original_title": "Ad Vitam",
"overview": "When he and his pregnant wife are attacked in their home, a former elite agent becomes trapped in a deadly manhunt tied to his own painful past.",
"popularity": 80.748,
"poster_path": "/8qJfjFhNwpTONNAoE6gUSx2yGpg.jpg",
"release_date": "2025-01-09",
"title": "Ad Vitam",
"video": false,
"vote_average": 6.178,
"vote_count": 59
},
{
"adult": false,
"backdrop_path": "/w22GVYotTIVC1dUd58mRhwPqiS.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": 2097.099,
"poster_path": "/xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg",
"release_date": "2024-11-20",
"title": "Wicked",
"video": false,
"vote_average": 7.3,
"vote_count": 1195
},
{
"adult": false,
"backdrop_path": "/b3mdmjYTEL70j7nuXATUAD9qgu4.jpg",
"genre_ids": [
16,
14,
12
],
"id": 823219,
"media_type": "movie",
"original_language": "lv",
"original_title": "Straume",
"overview": "A solitary cat, displaced by a great flood, finds refuge on a boat with various species and must navigate the challenges of adapting to a transformed world together.",
"popularity": 1220.626,
"poster_path": "/imKSymKBK7o73sajciEmndJoVkR.jpg",
"release_date": "2024-01-30",
"title": "Flow",
"video": false,
"vote_average": 8.4,
"vote_count": 692
},
{
"adult": false,
"backdrop_path": "/uWOJbarUXfVf6B4o0368dh138eR.jpg",
"genre_ids": [
18,
14,
27
],
"id": 426063,
"media_type": "movie",
"original_language": "en",
"original_title": "Nosferatu",
"overview": "A gothic tale of obsession between a haunted young woman and the terrifying vampire infatuated with her, causing untold horror in its wake.",
"popularity": 792.238,
"poster_path": "/5qGIxdEO841C0tdY8vOdLoRVrr0.jpg",
"release_date": "2024-12-25",
"title": "Nosferatu",
"video": false,
"vote_average": 6.8,
"vote_count": 849
},
{
"adult": false,
"backdrop_path": "/oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg",
"genre_ids": [
12,
10751,
16
],
"id": 762509,
"media_type": "movie",
"original_language": "en",
"original_title": "Mufasa: The Lion King",
"overview": "Mufasa, a cub lost and alone, meets a sympathetic lion named Taka, the heir to a royal bloodline. The chance meeting sets in motion an expansive journey of a group of misfits searching for their destiny.",
"popularity": 2984.681,
"poster_path": "/jbOSUAWMGzGL1L4EaUF8K6zYFo7.jpg",
"release_date": "2024-12-18",
"title": "Mufasa: The Lion King",
"video": false,
"vote_average": 7.4,
"vote_count": 595
},
{
"adult": false,
"backdrop_path": "/zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg",
"genre_ids": [
28,
878,
35,
10751
],
"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": 4090.605,
"poster_path": "/d8Ryb8AunYAuycVKDp5HpdWPKgC.jpg",
"release_date": "2024-12-19",
"title": "Sonic the Hedgehog 3",
"video": false,
"vote_average": 7.6,
"vote_count": 493
},
{
"adult": false,
"backdrop_path": "/pqulyfkug9A7TmmRn5zrbRA8TAY.jpg",
"genre_ids": [
28,
35
],
"id": 1255788,
"media_type": "movie",
"original_language": "fr",
"original_title": "Le Jardinier",
"overview": "Every year the Prime Minister has a list of all kinds of troublemakers eliminated in the name of the famous Reason of State. Serge Shuster, Special Adviser to the President of the Republic, finds himself on this list, better known as the Matignon List. Condemned to certain death and at the heart of an implacable plot and a state secret that also put his family in danger, Serge, his wife and children have only one hope left - their gardener, Léo, who hates it when « slugs » invade his garden... Especially those that want to kill innocent families.",
"popularity": 62.322,
"poster_path": "/zvLQXaiHn5g376AuHe8hd0u8tN2.jpg",
"release_date": "2025-01-10",
"title": "The Gardener",
"video": false,
"vote_average": 4.696,
"vote_count": 23
},
{
"adult": false,
"backdrop_path": "/euYIwmwkmz95mnXvufEmbL6ovhZ.jpg",
"genre_ids": [
28,
12,
18
],
"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": 3356.746,
"poster_path": "/2cxhvwyEwRlysAmRH4iodkvo0z5.jpg",
"release_date": "2024-11-05",
"title": "Gladiator II",
"video": false,
"vote_average": 6.76,
"vote_count": 2249
},
{
"adult": false,
"backdrop_path": "/vZG7PrX9HmdgL5qfZRjhJsFYEIA.jpg",
"genre_ids": [
28,
878,
12
],
"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": 2873.382,
"poster_path": "/aosm8NMQ3UyoBVpSxyimorCQykC.jpg",
"release_date": "2024-10-22",
"title": "Venom: The Last Dance",
"video": false,
"vote_average": 6.812,
"vote_count": 2305
},
{
"adult": false,
"backdrop_path": "/7h6TqPB3ESmjuVbxCxAeB1c9OB1.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": 1044.885,
"poster_path": "/lqoMzCcZYEFK729d6qzt349fB4o.jpg",
"release_date": "2024-09-07",
"title": "The Substance",
"video": false,
"vote_average": 7.1,
"vote_count": 3194
},
{
"adult": false,
"backdrop_path": "/ie8OSgIHEl6yQiGJ90dsyBWOpQA.jpg",
"genre_ids": [
16,
14,
28,
12
],
"id": 839033,
"media_type": "movie",
"original_language": "en",
"original_title": "The Lord of the Rings: The War of the Rohirrim",
"overview": "A sudden attack by Wulf, a clever and traitorous lord of Rohan seeking vengeance for the death of his father, forces Helm Hammerhand, the King of Rohan, and his people to make a daring last stand in the ancient stronghold of the Hornburg.",
"popularity": 1783.574,
"poster_path": "/cXzCOx1hUuU9CfmiEv6rXjb6EqU.jpg",
"release_date": "2024-12-05",
"title": "The Lord of the Rings: The War of the Rohirrim",
"video": false,
"vote_average": 6.51,
"vote_count": 294
},
{
"adult": false,
"backdrop_path": "/nGC3ZkXEcjGbqAAonS1xn6gaNpb.jpg",
"genre_ids": [
35,
18
],
"id": 1013850,
"media_type": "movie",
"original_language": "en",
"original_title": "A Real Pain",
"overview": "Mismatched cousins David and Benji reunite for a tour through Poland to honor their beloved grandmother. The adventure takes a turn when the pair's old tensions resurface against the backdrop of their family history.",
"popularity": 518.299,
"poster_path": "/38lb62nJcNvVgCDkFt2wiVE0bX4.jpg",
"release_date": "2024-11-01",
"title": "A Real Pain",
"video": false,
"vote_average": 6.7,
"vote_count": 156
},
{
"adult": false,
"backdrop_path": "/4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg",
"genre_ids": [
10749,
35,
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": 422.573,
"poster_path": "/7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg",
"release_date": "2024-10-14",
"title": "Anora",
"video": false,
"vote_average": 6.9,
"vote_count": 695
},
{
"adult": false,
"backdrop_path": "/1pmXyN3sKeYoUhu5VBZiDU4BX21.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": 794.457,
"poster_path": "/9w0Vh9eizfBXrcomiaFWTIPdboo.jpg",
"release_date": "2024-09-12",
"title": "The Wild Robot",
"video": false,
"vote_average": 8.4,
"vote_count": 3908
},
{
"adult": false,
"backdrop_path": "/jgySLjw9ZDKbnGf0VlhlHT7iHSi.jpg",
"genre_ids": [
9648,
53
],
"id": 936245,
"media_type": "movie",
"original_language": "ko",
"original_title": "히든페이스",
"overview": "Su-yeon, a cellist in an orchestra led by her fiancé and conductor Sung-jin, disappears one day, leaving behind only a video recording. Sung-jin is devastated over the loss of Su-yeon, but feels a strong attraction to Mi-ju, a cellist who fills in for his fiancée. Then one rainy night, Sung-jin and Mi-ju get swept away by their mutual desires for each other and commit an unforgivable act at Su-yeon’s house. Meanwhile, Su-yeon, who is thought to have gone missing, remains trapped in a secret room inside her house, and watches the naked truth unravel before her.",
"popularity": 221.171,
"poster_path": "/kjLbzQVkQovLpUt4rXiFY2Lv4qM.jpg",
"release_date": "2024-11-20",
"title": "Hidden Face",
"video": false,
"vote_average": 2.804,
"vote_count": 23
},
{
"adult": false,
"backdrop_path": "/ovt5KdS1oNwXkFPsgymhMoKvxKa.jpg",
"genre_ids": [
16,
35,
10751,
12
],
"id": 929204,
"media_type": "movie",
"original_language": "en",
"original_title": "Wallace & Gromit: Vengeance Most Fowl",
"overview": "Gromit’s concern that Wallace is becoming too dependent on his inventions proves justified, when Wallace invents a “smart” gnome that seems to develop a mind of its own. When it emerges that a vengeful figure from the past might be masterminding things, it falls to Gromit to battle sinister forces and save his master… or Wallace may never be able to invent again!",
"popularity": 709.923,
"poster_path": "/6BxK38ehxuX2dJmZIMpJcVNbYks.jpg",
"release_date": "2024-12-18",
"title": "Wallace & Gromit: Vengeance Most Fowl",
"video": false,
"vote_average": 7.77,
"vote_count": 215
},
{
"adult": false,
"backdrop_path": "/9REO1DLpmwhrBJY3mYW5eVxkXFM.jpg",
"genre_ids": [
12,
18,
878
],
"id": 157336,
"media_type": "movie",
"original_language": "en",
"original_title": "Interstellar",
"overview": "The adventures of a group of explorers who make use of a newly discovered wormhole to surpass the limitations on human space travel and conquer the vast distances involved in an interstellar voyage.",
"popularity": 404.256,
"poster_path": "/gEU2QniE6E77NI6lCU6MxlNBvIx.jpg",
"release_date": "2014-11-05",
"title": "Interstellar",
"video": false,
"vote_average": 8.448,
"vote_count": 36081
},
{
"adult": false,
"backdrop_path": "/vYqt6kb4lcF8wwqsMMaULkP9OEn.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": 2301.692,
"poster_path": "/aLVkiINlIeCkcZIzb7XHzPYgO6L.jpg",
"release_date": "2024-11-21",
"title": "Moana 2",
"video": false,
"vote_average": 6.998,
"vote_count": 826
},
{
"adult": false,
"backdrop_path": "/eP4RZSHliWu6lPT5WQyHr5ZZKuC.jpg",
"genre_ids": [
27,
878
],
"id": 945961,
"media_type": "movie",
"original_language": "en",
"original_title": "Alien: Romulus",
"overview": "While scavenging the deep ends of a derelict space station, a group of young space colonizers come face to face with the most terrifying life form in the universe.",
"popularity": 546.307,
"poster_path": "/2uSWRTtCG336nuBiG8jOTEUKSy8.jpg",
"release_date": "2024-08-13",
"title": "Alien: Romulus",
"video": false,
"vote_average": 7.2,
"vote_count": 2988
},
{
"adult": false,
"backdrop_path": "/lAeau0bgMT6JlaExK6GgOGgeHkO.jpg",
"genre_ids": [
35,
18
],
"id": 1250629,
"media_type": "movie",
"original_language": "en",
"original_title": "Bank of Dave 2: The Loan Ranger",
"overview": "Two years after founding his own bank, local hero Dave Fishwick takes on the predatory payday lenders bringing misery to his small English town.",
"popularity": 61.685,
"poster_path": "/5gYlz36CufxMrv7uQbI4oqMut48.jpg",
"release_date": "2025-01-10",
"title": "Bank of Dave 2: The Loan Ranger",
"video": false,
"vote_average": 6,
"vote_count": 1
}
],
"total_pages": 500,
"total_results": 10000
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
Movies Example
The response is of type object
.
Copy
curl --request GET \
--url https://api.themoviedb.org/3/trending/movie/%7B{time_window}%7D \
--header 'Authorization: Bearer <token>'
Copy
{
"page": 1,
"results": [
{
"adult": false,
"backdrop_path": "/dMloNvayweggmvv0UD0iOJIkkbH.jpg",
"genre_ids": [
53,
18,
80,
28
],
"id": 1261501,
"media_type": "movie",
"original_language": "fr",
"original_title": "Ad Vitam",
"overview": "When he and his pregnant wife are attacked in their home, a former elite agent becomes trapped in a deadly manhunt tied to his own painful past.",
"popularity": 80.748,
"poster_path": "/8qJfjFhNwpTONNAoE6gUSx2yGpg.jpg",
"release_date": "2025-01-09",
"title": "Ad Vitam",
"video": false,
"vote_average": 6.178,
"vote_count": 59
},
{
"adult": false,
"backdrop_path": "/w22GVYotTIVC1dUd58mRhwPqiS.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": 2097.099,
"poster_path": "/xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg",
"release_date": "2024-11-20",
"title": "Wicked",
"video": false,
"vote_average": 7.3,
"vote_count": 1195
},
{
"adult": false,
"backdrop_path": "/b3mdmjYTEL70j7nuXATUAD9qgu4.jpg",
"genre_ids": [
16,
14,
12
],
"id": 823219,
"media_type": "movie",
"original_language": "lv",
"original_title": "Straume",
"overview": "A solitary cat, displaced by a great flood, finds refuge on a boat with various species and must navigate the challenges of adapting to a transformed world together.",
"popularity": 1220.626,
"poster_path": "/imKSymKBK7o73sajciEmndJoVkR.jpg",
"release_date": "2024-01-30",
"title": "Flow",
"video": false,
"vote_average": 8.4,
"vote_count": 692
},
{
"adult": false,
"backdrop_path": "/uWOJbarUXfVf6B4o0368dh138eR.jpg",
"genre_ids": [
18,
14,
27
],
"id": 426063,
"media_type": "movie",
"original_language": "en",
"original_title": "Nosferatu",
"overview": "A gothic tale of obsession between a haunted young woman and the terrifying vampire infatuated with her, causing untold horror in its wake.",
"popularity": 792.238,
"poster_path": "/5qGIxdEO841C0tdY8vOdLoRVrr0.jpg",
"release_date": "2024-12-25",
"title": "Nosferatu",
"video": false,
"vote_average": 6.8,
"vote_count": 849
},
{
"adult": false,
"backdrop_path": "/oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg",
"genre_ids": [
12,
10751,
16
],
"id": 762509,
"media_type": "movie",
"original_language": "en",
"original_title": "Mufasa: The Lion King",
"overview": "Mufasa, a cub lost and alone, meets a sympathetic lion named Taka, the heir to a royal bloodline. The chance meeting sets in motion an expansive journey of a group of misfits searching for their destiny.",
"popularity": 2984.681,
"poster_path": "/jbOSUAWMGzGL1L4EaUF8K6zYFo7.jpg",
"release_date": "2024-12-18",
"title": "Mufasa: The Lion King",
"video": false,
"vote_average": 7.4,
"vote_count": 595
},
{
"adult": false,
"backdrop_path": "/zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg",
"genre_ids": [
28,
878,
35,
10751
],
"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": 4090.605,
"poster_path": "/d8Ryb8AunYAuycVKDp5HpdWPKgC.jpg",
"release_date": "2024-12-19",
"title": "Sonic the Hedgehog 3",
"video": false,
"vote_average": 7.6,
"vote_count": 493
},
{
"adult": false,
"backdrop_path": "/pqulyfkug9A7TmmRn5zrbRA8TAY.jpg",
"genre_ids": [
28,
35
],
"id": 1255788,
"media_type": "movie",
"original_language": "fr",
"original_title": "Le Jardinier",
"overview": "Every year the Prime Minister has a list of all kinds of troublemakers eliminated in the name of the famous Reason of State. Serge Shuster, Special Adviser to the President of the Republic, finds himself on this list, better known as the Matignon List. Condemned to certain death and at the heart of an implacable plot and a state secret that also put his family in danger, Serge, his wife and children have only one hope left - their gardener, Léo, who hates it when « slugs » invade his garden... Especially those that want to kill innocent families.",
"popularity": 62.322,
"poster_path": "/zvLQXaiHn5g376AuHe8hd0u8tN2.jpg",
"release_date": "2025-01-10",
"title": "The Gardener",
"video": false,
"vote_average": 4.696,
"vote_count": 23
},
{
"adult": false,
"backdrop_path": "/euYIwmwkmz95mnXvufEmbL6ovhZ.jpg",
"genre_ids": [
28,
12,
18
],
"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": 3356.746,
"poster_path": "/2cxhvwyEwRlysAmRH4iodkvo0z5.jpg",
"release_date": "2024-11-05",
"title": "Gladiator II",
"video": false,
"vote_average": 6.76,
"vote_count": 2249
},
{
"adult": false,
"backdrop_path": "/vZG7PrX9HmdgL5qfZRjhJsFYEIA.jpg",
"genre_ids": [
28,
878,
12
],
"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": 2873.382,
"poster_path": "/aosm8NMQ3UyoBVpSxyimorCQykC.jpg",
"release_date": "2024-10-22",
"title": "Venom: The Last Dance",
"video": false,
"vote_average": 6.812,
"vote_count": 2305
},
{
"adult": false,
"backdrop_path": "/7h6TqPB3ESmjuVbxCxAeB1c9OB1.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": 1044.885,
"poster_path": "/lqoMzCcZYEFK729d6qzt349fB4o.jpg",
"release_date": "2024-09-07",
"title": "The Substance",
"video": false,
"vote_average": 7.1,
"vote_count": 3194
},
{
"adult": false,
"backdrop_path": "/ie8OSgIHEl6yQiGJ90dsyBWOpQA.jpg",
"genre_ids": [
16,
14,
28,
12
],
"id": 839033,
"media_type": "movie",
"original_language": "en",
"original_title": "The Lord of the Rings: The War of the Rohirrim",
"overview": "A sudden attack by Wulf, a clever and traitorous lord of Rohan seeking vengeance for the death of his father, forces Helm Hammerhand, the King of Rohan, and his people to make a daring last stand in the ancient stronghold of the Hornburg.",
"popularity": 1783.574,
"poster_path": "/cXzCOx1hUuU9CfmiEv6rXjb6EqU.jpg",
"release_date": "2024-12-05",
"title": "The Lord of the Rings: The War of the Rohirrim",
"video": false,
"vote_average": 6.51,
"vote_count": 294
},
{
"adult": false,
"backdrop_path": "/nGC3ZkXEcjGbqAAonS1xn6gaNpb.jpg",
"genre_ids": [
35,
18
],
"id": 1013850,
"media_type": "movie",
"original_language": "en",
"original_title": "A Real Pain",
"overview": "Mismatched cousins David and Benji reunite for a tour through Poland to honor their beloved grandmother. The adventure takes a turn when the pair's old tensions resurface against the backdrop of their family history.",
"popularity": 518.299,
"poster_path": "/38lb62nJcNvVgCDkFt2wiVE0bX4.jpg",
"release_date": "2024-11-01",
"title": "A Real Pain",
"video": false,
"vote_average": 6.7,
"vote_count": 156
},
{
"adult": false,
"backdrop_path": "/4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg",
"genre_ids": [
10749,
35,
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": 422.573,
"poster_path": "/7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg",
"release_date": "2024-10-14",
"title": "Anora",
"video": false,
"vote_average": 6.9,
"vote_count": 695
},
{
"adult": false,
"backdrop_path": "/1pmXyN3sKeYoUhu5VBZiDU4BX21.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": 794.457,
"poster_path": "/9w0Vh9eizfBXrcomiaFWTIPdboo.jpg",
"release_date": "2024-09-12",
"title": "The Wild Robot",
"video": false,
"vote_average": 8.4,
"vote_count": 3908
},
{
"adult": false,
"backdrop_path": "/jgySLjw9ZDKbnGf0VlhlHT7iHSi.jpg",
"genre_ids": [
9648,
53
],
"id": 936245,
"media_type": "movie",
"original_language": "ko",
"original_title": "히든페이스",
"overview": "Su-yeon, a cellist in an orchestra led by her fiancé and conductor Sung-jin, disappears one day, leaving behind only a video recording. Sung-jin is devastated over the loss of Su-yeon, but feels a strong attraction to Mi-ju, a cellist who fills in for his fiancée. Then one rainy night, Sung-jin and Mi-ju get swept away by their mutual desires for each other and commit an unforgivable act at Su-yeon’s house. Meanwhile, Su-yeon, who is thought to have gone missing, remains trapped in a secret room inside her house, and watches the naked truth unravel before her.",
"popularity": 221.171,
"poster_path": "/kjLbzQVkQovLpUt4rXiFY2Lv4qM.jpg",
"release_date": "2024-11-20",
"title": "Hidden Face",
"video": false,
"vote_average": 2.804,
"vote_count": 23
},
{
"adult": false,
"backdrop_path": "/ovt5KdS1oNwXkFPsgymhMoKvxKa.jpg",
"genre_ids": [
16,
35,
10751,
12
],
"id": 929204,
"media_type": "movie",
"original_language": "en",
"original_title": "Wallace & Gromit: Vengeance Most Fowl",
"overview": "Gromit’s concern that Wallace is becoming too dependent on his inventions proves justified, when Wallace invents a “smart” gnome that seems to develop a mind of its own. When it emerges that a vengeful figure from the past might be masterminding things, it falls to Gromit to battle sinister forces and save his master… or Wallace may never be able to invent again!",
"popularity": 709.923,
"poster_path": "/6BxK38ehxuX2dJmZIMpJcVNbYks.jpg",
"release_date": "2024-12-18",
"title": "Wallace & Gromit: Vengeance Most Fowl",
"video": false,
"vote_average": 7.77,
"vote_count": 215
},
{
"adult": false,
"backdrop_path": "/9REO1DLpmwhrBJY3mYW5eVxkXFM.jpg",
"genre_ids": [
12,
18,
878
],
"id": 157336,
"media_type": "movie",
"original_language": "en",
"original_title": "Interstellar",
"overview": "The adventures of a group of explorers who make use of a newly discovered wormhole to surpass the limitations on human space travel and conquer the vast distances involved in an interstellar voyage.",
"popularity": 404.256,
"poster_path": "/gEU2QniE6E77NI6lCU6MxlNBvIx.jpg",
"release_date": "2014-11-05",
"title": "Interstellar",
"video": false,
"vote_average": 8.448,
"vote_count": 36081
},
{
"adult": false,
"backdrop_path": "/vYqt6kb4lcF8wwqsMMaULkP9OEn.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": 2301.692,
"poster_path": "/aLVkiINlIeCkcZIzb7XHzPYgO6L.jpg",
"release_date": "2024-11-21",
"title": "Moana 2",
"video": false,
"vote_average": 6.998,
"vote_count": 826
},
{
"adult": false,
"backdrop_path": "/eP4RZSHliWu6lPT5WQyHr5ZZKuC.jpg",
"genre_ids": [
27,
878
],
"id": 945961,
"media_type": "movie",
"original_language": "en",
"original_title": "Alien: Romulus",
"overview": "While scavenging the deep ends of a derelict space station, a group of young space colonizers come face to face with the most terrifying life form in the universe.",
"popularity": 546.307,
"poster_path": "/2uSWRTtCG336nuBiG8jOTEUKSy8.jpg",
"release_date": "2024-08-13",
"title": "Alien: Romulus",
"video": false,
"vote_average": 7.2,
"vote_count": 2988
},
{
"adult": false,
"backdrop_path": "/lAeau0bgMT6JlaExK6GgOGgeHkO.jpg",
"genre_ids": [
35,
18
],
"id": 1250629,
"media_type": "movie",
"original_language": "en",
"original_title": "Bank of Dave 2: The Loan Ranger",
"overview": "Two years after founding his own bank, local hero Dave Fishwick takes on the predatory payday lenders bringing misery to his small English town.",
"popularity": 61.685,
"poster_path": "/5gYlz36CufxMrv7uQbI4oqMut48.jpg",
"release_date": "2025-01-10",
"title": "Bank of Dave 2: The Loan Ranger",
"video": false,
"vote_average": 6,
"vote_count": 1
}
],
"total_pages": 500,
"total_results": 10000
}
Assistant
Responses are generated using AI and may contain mistakes.