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.
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 17 februarie 2015 la ora 4:10 PM
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ăspuns de joshjordan
pe data de 18 februarie 2015 la ora 10:15 PM
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ăspuns de Travis Bell
pe data de 19 februarie 2015 la ora 10:22 AM
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.