Hi @xGrow Title searches happen with the /search/movie method. There's a document setup that outlines a basic search and get details procedure. You can see it here.
What about searching by properties other than title? For example I want to search for movies that have video:true and contain a genre_id of 55 (I have no idea what that genre id is for, this is just an example). Or specify a release date range or popularity minimum.
@heywood_jablomi said:
What about searching by properties other than title?
For example I want to search for movies that have video:true and contain a genre_id of 55
(I have no idea what that genre id is for, this is just an example).
Or specify a release date range or popularity minimum.
Risposta da Travis Bell
il 25 agosto, 2017 alle 10:43AM
Hi @xGrow Title searches happen with the /search/movie method. There's a document setup that outlines a basic search and get details procedure. You can see it here.
Risposta da xGrow
il 25 agosto, 2017 alle 2:19PM
@travisbell there is somehow to get the video trailer?
Risposta da Travis Bell
il 25 agosto, 2017 alle 2:44PM
Sure, you can get the list of trailers from the /videos method.
Risposta da heywood_jablomi
il 26 novembre, 2023 alle 12:59PM
What about searching by properties other than title? For example I want to search for movies that have
video:true
and contain agenre_id
of55
(I have no idea what that genre id is for, this is just an example). Or specify a release date range or popularity minimum.Risposta da ticao2 🇧🇷 pt-BR
il 26 novembre, 2023 alle 8:29PM
Use Discover.
https://developer.themoviedb.org/reference/discover-movie
It has numerous filters.
Year, date range, actor, genre, vote average etc...