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
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on October 29, 2016 at 10:04 AM
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.