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.
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Travis Bell
am 14. Dezember 2016 um 17:11
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.Antwort von MonsterFaction
am 15. Dezember 2016 um 13:53
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?