I'm thinking of making a program that searches for movies and tv shows using the search/multi API request. But the results I get don't give me the "cast" info. Which is really bad because that stuff is really important. Is there anyway to incorporate into the API the cast? The way I have it now is that I then run a secondary request for each result to test it out, which I'm not in favor of obviously because it makes things really slow.
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
8 kesäkuu 2016 klo 11:22AM
Hi QuantumHoneybees,
At this time there is no way to get the extra fields you're looking. You will have to continue to make the second query.
I would encourage you to cache some of the data locally so that you don't have to make so many HTTP requests.
Vastaus käyttäjältä QuantumHoneybees
8 kesäkuu 2016 klo 11:47AM
Darn :/
Any plans to add this in the future?