Hi, is there a way to get a list of all upcoming movies along with the cast and the genre for all the movies ?
https://api.themoviedb.org/3/movie/upcoming?api_key=<>&language=en-US&page=1
This returns a list of all the upcoming movies but i want the list of actors in the movies along with the genre they belong to.
Thank you
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ä ticao2 🇧🇷 pt-BR
14 helmikuu 2020 klo 9:01AM
With just one request, I don't think so.
To obtain the data for each film you will need to make a request for each one.
Vastaus käyttäjältä manojsm
14 helmikuu 2020 klo 9:49AM
Thanks a lot for the update
Vastaus käyttäjältä alsmith
17 helmikuu 2020 klo 3:52PM
Hi Manojsm,
I made a React app doing this if you would like to see my github repo?