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.
Travis Bell 的回复
于 2017 年 08 月 25 日 10:43上午
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.
xGrow 的回复
于 2017 年 08 月 25 日 2:19下午
@travisbell there is somehow to get the video trailer?
Travis Bell 的回复
于 2017 年 08 月 25 日 2:44下午
Sure, you can get the list of trailers from the /videos method.
heywood_jablomi 的回复
于 2023 年 11 月 26 日 12:59下午
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.ticao2 🇧🇷 pt-BR 的回复
于 2023 年 11 月 26 日 8:29下午
Use Discover.
https://developer.themoviedb.org/reference/discover-movie
It has numerous filters.
Year, date range, actor, genre, vote average etc...