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.
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Travis Bell
il 8 giugno, 2016 alle 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.
Risposta da QuantumHoneybees
il 8 giugno, 2016 alle 11:47AM
Darn :/
Any plans to add this in the future?