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.
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 14 décembre 2016 à 17h11
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.Réponse de MonsterFaction
le 15 décembre 2016 à 13h53
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?