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.