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.
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Travis Bell
em 8 junho 2016 às 11:22 AM
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.
Resposta de QuantumHoneybees
em 8 junho 2016 às 11:47 AM
Darn :/
Any plans to add this in the future?