Hi, I couldn't see anywhere this api would work but still tried it and couldn't get it work. I simply want to download the movies with discover which include the credits of the movie. I have formulized like that:
https://api.themoviedb.org/3/discover/movie?sort_by=vote_count.desc&language=en-US&api_key=###&append_to_response=credits
It did not work as I expected since a movie id is not present there. Is there any workaround to get credits with one call for all the movies or I should get each credits for each movie one by one after I get the id's of the movies with the discover api?
Thanks
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ أكتوبر 29, 2016 في 10:04 صباحا
Hi there,
Unfortunately, no, this is not possible.
append_to_response
is only supported in the "media ID" namespace. I don't have any plans on adding it to any of the list methods.