Hi. I am trying to use the API to get the results of searching for movies by title. Is there a way to get the "tagline" associated with each result?
e.g. https://www.themoviedb.org/movie/9398-zoolander shows a tagline of "3% Body Fat. 1% Brain Activity." I would like to get this information via the REST API.
Thank you for any help you can provide.
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 17 février 2015 à 16h10
Hi moviebuff2000,
You can get the tagline with the primary movie info, i.e.;
We won't ever support this in a search (or list) result.
Cheers.
Réponse de joshjordan
le 18 février 2015 à 22h15
It seems like this would be really useful to have in search. Should we, instead, make a request for each result? Fairly often, that will create 50-100 extra requests.
Réponse de Travis Bell
le 19 février 2015 à 10h22
Hi joshjordan,
Yes, if you need extra information that is not returned in the default list methods, you'll have to go and query it separately.
Cheers.