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
ב-מרץ 27, 2014 ב-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
ב-יוני 12, 2014 ב-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
ב-יוני 12, 2014 ב-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
ב-יוני 12, 2014 ב-6:41אחרי חצות יום
i understand now, thanks for being so generous with the data