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
Etkö löydä elokuvaa tai TV-ohjelmaa? Kirjaudu sisään lisätäksesi se.
Haluatko pisteyttää vai lisätä tämän nimikkeen listaan?
Ei rekisteröitynyt jäsen?
Vastaus käyttäjältä Travis Bell
29 lokakuu 2016 klo 10:04AM
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.