I am looking for a way to find all Monster type movies (dracula, frankenstein, werewolf, spiders, etc). I would then run another search on that list to screen out gory "R" rated moves. How do I do this? Thanks.
Can't find a movie or TV show? Login to create it.
Vil du vurdere eller legge til dette elementet i en liste?
Ikke et medlem?
Svar av Travis Bell
den 14 Desember 2016 kl. 5:11 PM
Hi @MonsterFaction You can do all of this with the /discover/movie method.
You can build a list of keyword IDs (by searching for them) and then use the
with_keywords
filter. You can use that in conjunction with thecertification
andcertification.lte
filters to filter out movie rating.Svar av MonsterFaction
den 15 Desember 2016 kl. 1:53 PM
So here is my search string:
The with_keywords brings back 0 hits. So obviously I am doing something wrong. It says that the field is a string. In your earlier reply you stated that I could build a list of keyword IDs. So far not working for me. Any hints?