You'll want to take a look at the /discover/movie method. You can search for movies via a number of criteria, including genres.
Edit: Not quite, you can't apply phrase/text searches to the discover method. For something like this, you will have to bring the data in house and do this yourself.
Travis Bell 的回复
于 2014 年 03 月 27 日 11:39上午
Hi gitawego,
You'll want to take a look at the /discover/movie method. You can search for movies via a number of criteria, including genres.
Edit: Not quite, you can't apply phrase/text searches to the discover method. For something like this, you will have to bring the data in house and do this yourself.
Cheers.
victorcampeanu 的回复
于 2014 年 06 月 12 日 5:27上午
what do you mean by "bring the data in house" ? i see you using that phrase a lot and i am curious how can we do that
Travis Bell 的回复
于 2014 年 06 月 12 日 6:26下午
Hi Victor,
What I mean is to pull the data down yourself and build a system that is best suited for your data locally.
Cheers.
victorcampeanu 的回复
于 2014 年 06 月 12 日 6:41下午
i understand now, thanks for being so generous with the data